sap-bw-query
v2.4.1Use 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.
By Eduard JiglauLicense: GPL-3.0452 GitHub starsUpdated 2 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 21, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install sap-bw-query for Codex and Claude Code
codex plugin marketplace add secondsky/sap-skills
codex plugin marketplace upgrade sap-skills
codex plugin add sap-bw-query@sap-skillsPaste and run these commands in a terminal with Codex. They add and refresh the sap-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “sap-bw-query” remain stable.
- Codex:
sap-bw-query@agent-plugin-marketplace→sap-bw-query@sap-skills
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/secondsky/sap-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/sap-bw-query/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/sap-bw-query/SKILL.md└── .mcp.json
Included Skills1
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
- 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.
Plugin manifests2
{
"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": "[email protected]",
"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"
}
}{
"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": "[email protected]",
"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"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[sap-bw-query on Agent Plugins Marketplace](https://pluginsmp.com/plugins/sap-bw-query)