plugins marketplace
← All plugins

sap-hana-cloud-data-intelligence

v2.4.1

Develops data processing pipelines, integrations, and machine learning scenarios in SAP Data Intelligence Cloud. Use when building graphs/pipelines with operators, integrating ABAP/S4HANA systems, creating replication flows, developing ML scenarios with JupyterLab, or using Data Transformation Language functions. Covers Gen1/Gen2 operators, subengines (Python, Node.js, C++), structured data operators, and repository objects.

CodexClaude Code1 skill

by Eduard JiglauGPL-3.0404updated 1 day ago

Source

git clone https://github.com/secondsky/sap-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/sap-hana-cloud-data-intelligence/ inside the repository.

Layout

plugins/sap-hana-cloud-data-intelligence/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/sap-hana-cloud-data-intelligence/SKILL.md

Skills1

sap-hana-cloud-data-intelligenceskills/sap-hana-cloud-data-intelligence/SKILL.md

Develops data processing pipelines, integrations, and machine learning scenarios in SAP Data Intelligence Cloud. Use when building graphs/pipelines with operators, integrating ABAP/S4HANA systems, creating replication flows, developing ML scenarios with JupyterLab, or using Data Transformation Language functions. Covers Gen1/Gen2 operators, subengines (Python, Node.js, C++), structured data operators, and repository objects.

Manifests2

plugins/sap-hana-cloud-data-intelligence/.codex-plugin/plugin.json
{
  "name": "sap-hana-cloud-data-intelligence",
  "version": "2.4.1",
  "description": "Develops data processing pipelines, integrations, and machine learning scenarios in SAP Data Intelligence Cloud. Use when building graphs/pipelines with operators, integrating ABAP/S4HANA systems, creating replication flows, developing ML scenarios with JupyterLab, or using Data Transformation Language functions. Covers Gen1/Gen2 operators, subengines (Python, Node.js, C++), structured data operators, and repository objects.",
  "author": {
    "name": "Eduard Jiglau",
    "email": "hello@sap-ai-skills.com",
    "url": "https://sap-ai-skills.com"
  },
  "homepage": "https://sap-ai-skills.com",
  "repository": "https://github.com/secondsky/sap-skills",
  "license": "GPL-3.0",
  "keywords": [
    "abap",
    "cloud",
    "data",
    "database",
    "hana",
    "hdi",
    "intelligence",
    "node.js",
    "python",
    "sap",
    "sap-hana-cloud-data-intelligence",
    "sql",
    "sqlscript"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "SAP HANA Cloud Data Intelligence",
    "shortDescription": "Develops data processing pipelines, integrations, and machine...",
    "longDescription": "Develops data processing pipelines, integrations, and machine learning scenarios in SAP Data Intelligence Cloud. Use when building graphs/pipelines with operators, integrating ABAP/S4HANA systems, creating replication flows, developing ML scenarios with JupyterLab, or using Data Transformation Language functions. Covers Gen1/Gen2 operators, subengines (Python, Node.js, C++), structured data operators, and repository objects.",
    "developerName": "Eduard Jiglau",
    "category": "HANA",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use SAP HANA Cloud Data Intelligence for SAP guidance."
    ],
    "websiteURL": "https://sap-ai-skills.com"
  }
}
plugins/sap-hana-cloud-data-intelligence/.claude-plugin/plugin.json
{
  "name": "sap-hana-cloud-data-intelligence",
  "description": "Develops data processing pipelines, integrations, and machine learning scenarios in SAP Data Intelligence Cloud. Use when building graphs/pipelines with operators, integrating ABAP/S4HANA systems, creating replication flows, developing ML scenarios with JupyterLab, or using Data Transformation Language functions. Covers Gen1/Gen2 operators, subengines (Python, Node.js, C++), structured data operators, and repository objects.",
  "version": "2.4.1",
  "author": {
    "name": "Eduard Jiglau",
    "email": "hello@sap-ai-skills.com",
    "url": "https://sap-ai-skills.com"
  },
  "license": "GPL-3.0",
  "homepage": "https://sap-ai-skills.com",
  "repository": "https://github.com/secondsky/sap-skills",
  "keywords": [
    "abap",
    "cloud",
    "data",
    "database",
    "hana",
    "hdi",
    "intelligence",
    "node.js",
    "python",
    "sap",
    "sap-hana-cloud-data-intelligence",
    "sql",
    "sqlscript"
  ],
  "category": "hana",
  "commands": [
    "./commands/data-intelligence-pipeline-check.md"
  ]
}