sap-datasphere
v2.4.1SAP 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.
by Eduard JiglauGPL-3.0404updated 1 day ago
Source
git clone https://github.com/secondsky/sap-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/sap-datasphere/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/sap-datasphere/SKILL.md└── .mcp.json
Skills1
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
- 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
{
"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"
}
}{
"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"
}