plugins marketplace
← All plugins

sap-datasphere

v2.4.1

SAP Datasphere development skill with 3 specialized agents, 5 slash commands, and validation hooks. Use when building data warehouses on SAP BTP, creating analytic models, configuring data flows and replication flows, setting up connections, managing spaces and users, implementing data access controls, using the datasphere CLI, or inspecting authenticated Datasphere browser UI state with Microsoft Edge CDP. Covers Data Builder, Business Builder, analytic models, 40+ connection types, real-time replication, task chains, content transport, and data marketplace.

CodexClaude Code1 skill1 MCP serverstdio

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-datasphere/ inside the repository.

Layout

plugins/sap-datasphere/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/sap-datasphere/SKILL.md
└── .mcp.json

Skills1

sap-datasphereskills/sap-datasphere/SKILL.md

SAP Datasphere development skill with 3 specialized agents, 5 slash commands, and validation hooks. Use when building data warehouses on SAP BTP, creating analytic models, configuring data flows and replication flows, setting up connections, managing spaces and users, implementing data access controls, using the datasphere CLI, or inspecting authenticated Datasphere browser UI state with Microsoft Edge CDP. Covers Data Builder, Business Builder, analytic models, 40+ connection types, real-time replication, task chains, content transport, and data marketplace.

MCP servers1

sap-dataspherestdio
command
npx
args
-y @mariodefe/sap-datasphere-mcp@1.7.0
env.DATASPHERE_BASE_URL
${DATASPHERE_BASE_URL}
env.DATASPHERE_CLIENT_ID
${DATASPHERE_CLIENT_ID}
env.DATASPHERE_CLIENT_SECRET
${DATASPHERE_CLIENT_SECRET}
env.DATASPHERE_TOKEN_URL
${DATASPHERE_TOKEN_URL}

Manifests2

plugins/sap-datasphere/.codex-plugin/plugin.json
{
  "name": "sap-datasphere",
  "version": "2.4.1",
  "description": "SAP Datasphere development skill with 3 specialized agents, 5 slash commands, and validation hooks. Use when building data warehouses on SAP BTP, creating analytic models, configuring data flows and replication flows, setting up connections, managing spaces and users, implementing data access controls, using the datasphere CLI, or inspecting authenticated Datasphere browser UI state with Microsoft Edge CDP. Covers Data Builder, Business Builder, analytic models, 40+ connection types, real-time replication, task chains, content transport, and data marketplace.",
  "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": [
    "analytics",
    "btp",
    "dashboard",
    "data",
    "datasphere",
    "edge",
    "sac",
    "sap",
    "sap-datasphere",
    "visualization"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "SAP Datasphere",
    "shortDescription": "SAP Datasphere development skill with 3 specialized agents, 5...",
    "longDescription": "SAP Datasphere development skill with 3 specialized agents, 5 slash commands, and validation hooks. Use when building data warehouses on SAP BTP, creating analytic models, configuring data flows and replication flows, setting up connections, managing spaces and users, implementing data access controls, using the datasphere CLI, or inspecting authenticated Datasphere browser UI state with Microsoft Edge CDP. Covers Data Builder, Business Builder, analytic models, 40+ connection types, real-time replication, task chains, content transport, and data marketplace.",
    "developerName": "Eduard Jiglau",
    "category": "Data Analytics",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use SAP Datasphere for SAP guidance."
    ],
    "websiteURL": "https://sap-ai-skills.com"
  }
}
plugins/sap-datasphere/.claude-plugin/plugin.json
{
  "name": "sap-datasphere",
  "description": "SAP Datasphere development skill with 3 specialized agents, 5 slash commands, and validation hooks. Use when building data warehouses on SAP BTP, creating analytic models, configuring data flows and replication flows, setting up connections, managing spaces and users, implementing data access controls, using the datasphere CLI, or inspecting authenticated Datasphere browser UI state with Microsoft Edge CDP. Covers Data Builder, Business Builder, analytic models, 40+ connection types, real-time replication, task chains, content transport, and data marketplace.",
  "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": [
    "analytics",
    "btp",
    "dashboard",
    "data",
    "datasphere",
    "edge",
    "sac",
    "sap",
    "sap-datasphere",
    "visualization"
  ],
  "category": "data-analytics",
  "agents": [
    "./agents/datasphere-admin-helper.md",
    "./agents/datasphere-integration-advisor.md",
    "./agents/datasphere-modeler.md"
  ],
  "commands": [
    "./commands/datasphere-cli.md",
    "./commands/datasphere-connection-guide.md",
    "./commands/datasphere-mcp-tools.md",
    "./commands/datasphere-space-template.md",
    "./commands/datasphere-view-template.md"
  ],
  "mcpServers": "./.mcp.json"
}