plugins marketplace
← All plugins

sap-bw-query

v2.4.1

Use when automating SAP BW query inspection, InfoProvider metadata reads (characteristics, key figures), metadata-verified specification review, unsaved draft preparation, or human-confirmed query draft population through Eclipse or HANA Studio with BW Modeling Tools.

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

Layout

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

Skills1

sap-bw-queryskills/sap-bw-query/SKILL.md

Use when automating SAP BW query inspection, InfoProvider metadata reads (characteristics, key figures), metadata-verified specification review, unsaved draft preparation, or human-confirmed query draft population through Eclipse or HANA Studio with BW Modeling Tools.

MCP servers1

bw-automation-studiostdio
command
powershell.exe
args
-NoProfile -NonInteractive -ExecutionPolicy Bypass -File ${CLAUDE_PLUGIN_ROOT}/scripts/Start-BwMcp.ps1
env.BW_AUTOMATION_PLUGIN_COMMIT
source-commit

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Manifests2

plugins/sap-bw-query/.codex-plugin/plugin.json
{
  "name": "sap-bw-query",
  "version": "2.4.1",
  "description": "Use when automating SAP BW query inspection, InfoProvider metadata reads (characteristics, key figures), metadata-verified specification review, unsaved draft preparation, or human-confirmed query draft population through Eclipse or HANA Studio with BW Modeling Tools.",
  "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",
    "dashboard",
    "data",
    "hana",
    "query",
    "sac",
    "sap",
    "sap-bw-query",
    "visualization"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "SAP BW Query",
    "shortDescription": "Use when automating SAP BW query inspection, InfoProvider met...",
    "longDescription": "Use when automating SAP BW query inspection, InfoProvider metadata reads (characteristics, key figures), metadata-verified specification review, unsaved draft preparation, or human-confirmed query draft population through Eclipse or HANA Studio with BW Modeling Tools.",
    "developerName": "Eduard Jiglau",
    "category": "Data Analytics",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use SAP BW Query for SAP guidance."
    ],
    "websiteURL": "https://sap-ai-skills.com"
  }
}
plugins/sap-bw-query/.claude-plugin/plugin.json
{
  "name": "sap-bw-query",
  "description": "Use when automating SAP BW query inspection, InfoProvider metadata reads (characteristics, key figures), metadata-verified specification review, unsaved draft preparation, or human-confirmed query draft population through Eclipse or HANA Studio with BW Modeling Tools.",
  "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",
    "dashboard",
    "data",
    "hana",
    "query",
    "sac",
    "sap",
    "sap-bw-query",
    "visualization"
  ],
  "category": "data-analytics",
  "commands": [
    "./commands/bw-query-draft.md",
    "./commands/bw-query-explain.md",
    "./commands/bw-query-review.md",
    "./commands/bw-query-spec-review.md",
    "./commands/bw-studio-deploy.md"
  ],
  "mcpServers": "./.mcp.json"
}