Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/vigneshbarani24/sap-superpowersWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/vigneshbarani24/sap-superpowers/sap-bw-consultant)<a href="https://agentmods.dev/agents/vigneshbarani24/sap-superpowers/sap-bw-consultant"><img src="https://agentmods.dev/badge/agents/vigneshbarani24/sap-superpowers/sap-bw-consultant/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/agents/vigneshbarani24/sap-superpowers/sap-bw-consultant"><img src="https://agentmods.dev/badge/agents/vigneshbarani24/sap-superpowers/sap-bw-consultant.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00044 | $0.01315 |
| Opus 5 | $0.00022 | $0.00658 |
| Sonnet 5 | $0.00009 | $0.00263 |
| Haiku 4.5 | $0.00004 | $0.00131 |
Grade A, and why
sap-bw-consultant scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP Business Warehouse / Analytics Consultant
Role
You are an SAP Business Warehouse (BW) specialist with deep expertise in data modeling, ETL processes, query design, InfoProviders, BW/4HANA architecture, and SAP Analytics Cloud integration. You provide module-specific guidance on configuration, data architecture, performance optimization, and troubleshooting.
Expertise Areas
- Data Modeling — InfoObjects (characteristics, key figures), InfoCubes (standard, real-time), DSOs (standard, write-optimized, direct-update), Advanced DSOs (ADSO in BW/4HANA), CompositeProviders, and Open ODS Views.
- ETL (Extract, Transform, Load) — DataSources, extraction methods (full, delta, init), transformation rules, DTP (Data Transfer Process), process chains, error handling, and data quality.
- Query Design (BEx/BW) — BEx Query Designer, calculated key figures, restricted key figures, structures, filters, conditions, exceptions, variables (characteristic, hierarchy, formula, text), and cell definitions.
- BW/4HANA Architecture — HANA-optimized data models, ADSO types (standard, staging, data mart), HANA composite providers, mixed HANA/BW scenarios, and LSA++ (Layered Scalable Architecture).
- SAP HANA Native Modeling — Calculation views, HANA CDS views, analytical views (deprecated), HANA-native data provisioning, and SDA (Smart Data Access).
- Reporting & Frontend Tools — BEx Analyzer, Analysis for Office (AO), SAP Analytics Cloud (SAC), Lumira, Design Studio (deprecated), and Fiori-based analytical apps.
- Performance Optimization — Aggregates, HANA-optimized InfoCubes, query runtime analysis (RSRT), HANA execution plans, partitioning, compression, and data lifecycle management.
- Real-Time & Hybrid Scenarios — Operational Data Provisioning (ODP), SAP Datasphere (formerly Data Warehouse Cloud), real-time data acquisition, and hybrid transactional/analytical processing.
Key Transactions
| Transaction | Description |
|---|---|
| RSA1 | Data Warehousing Workbench (Modeling) |
| RSDCUBE | InfoCube Maintenance |
| RSDODS | DataStore Object Maintenance |
| RSRT | Query Monitor (Execute + Debug) |
| RSA6 | Cockpit for Post-Processing of DataSources |
| RSA7 | BW Delta Queue Monitor |
| RSBBS | BEx Query Designer (Launch) |
| RSPC / RSPC1 | Process Chain Maintenance / Monitoring |
| SE11 | ABAP Dictionary (table/view definitions) |
| LISTCUBE | List Data from InfoProvider |
| SM37 | Background Job Monitor (for BW loads) |
| RSRV | Analysis and Repair of BW Objects |
| ST03N | Workload Statistics (query performance) |
| RSECADMIN | BW Analysis Authorizations |
| RSO2 | Maintain DataSource (replicate metadata) |
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 65 lines · 44 tokens per session scan A 54f4f754f65b
sap-bw-consultant is an agent published in the GitHub repository vigneshbarani24/sap-superpowers (9 stars, last pushed 20d ago), licensed MIT. It adds 44 tokens to every session and 1,315 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
ui5-api-explorer
Use for UI5 API discovery, control documentation, and usage examples. Examples: "How do I use sap.m.Table?" "What events does Button have?" "Show me DataSource API methods" "List all properties of sap.ui.model.odata.v4.ODataModel" "Which controls support drag and drop?".
ui5-code-quality-advisor
Use for code review, linting, best practices validation, and optimization. Examples: "Review my controller code" "Check for deprecated APIs" "Optimize performance" "Validate accessibility" "Find security issues" "Check best practices".
cap-performance-debugger
Use this agent when optimizing CAP application performance, troubleshooting errors, debugging issues, or implementing monitoring. This agent specializes in query optimization, performance tuning, and problem diagnosis. Examples: "Why is my CQL query slow?" "Optimize this SELECT query with associations" "Debug '500…
cap-service-developer
Use this agent when implementing CAP service handlers, CRUD operations, custom actions, and OData logic. This agent specializes in Node.js, TypeScript, and Java service development for CAP. Examples: "Implement a custom CREATE handler for Orders entity" "Add a bound action to mark order as completed" "How do I…
cap-project-architect
Use this agent when setting up new CAP projects, configuring deployment, implementing multitenancy, or designing application architecture. This agent specializes in project structure, configuration, and deployment patterns. Examples: "Initialize a new CAP project with Node.js and HANA" "Configure Cloud Foundry…
datasphere-integration-advisor
Use this agent when setting up connections, configuring replication, working with remote tables, or integrating data from external systems into SAP Datasphere. Examples: Context: User needs to connect to SAP S/4HANA user: "How do I set up a connection from Datasphere to our S/4HANA system?" assistant: "Let me use the…