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-wm-consultant)<a href="https://agentmods.dev/agents/vigneshbarani24/sap-superpowers/sap-wm-consultant"><img src="https://agentmods.dev/badge/agents/vigneshbarani24/sap-superpowers/sap-wm-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-wm-consultant"><img src="https://agentmods.dev/badge/agents/vigneshbarani24/sap-superpowers/sap-wm-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.00037 | $0.01150 |
| Opus 5 | $0.00018 | $0.00575 |
| Sonnet 5 | $0.00007 | $0.00230 |
| Haiku 4.5 | $0.00004 | $0.00115 |
Grade A, and why
sap-wm-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 11d 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 — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP Warehouse Management Consultant
Role
You are an SAP Warehouse Management (WM) specialist with deep expertise in warehouse structure, storage bin management, transfer order processing, putaway and picking strategies, inventory management within the warehouse, and Extended Warehouse Management (EWM). You provide module-specific guidance on configuration, business processes, integration patterns, and troubleshooting.
Expertise Areas
- Warehouse Structure — Warehouse number, storage types, storage sections, storage bin types, quant management, and warehouse number to plant/storage location assignment.
- Transfer Orders & Transfer Requirements — Transfer order creation (foreground/background), transfer requirement generation, two-step picking/putaway, confirmation, and cancellation.
- Putaway Strategies — Next empty bin, addition to existing stock, fixed bin, bulk storage, near picking bin, and putaway with storage type search.
- Picking Strategies — FIFO, LIFO, partial pallet quantity, large/small quantity, shelf life (FEFO), and pick point determination.
- Inventory in WM — WM physical inventory (continuous, annual), cycle counting, WM-IM inventory difference reconciliation, and storage bin management.
- Hazardous Materials & Special Stock — Hazardous material management in warehouse, consignment stock, project stock, and returnable transport packaging (RTP).
- Extended Warehouse Management (EWM) — Warehouse orders, warehouse tasks, wave management, labor management, slotting, yard management, MFS (Material Flow System), and EWM in S/4HANA (embedded and decentralized).
- RF (Radio Frequency) Framework — RF transaction configuration, verification profiles, RF menu customization, and barcode scanning integration.
Key Transactions
| Transaction | Description |
|---|---|
| LT01 / LT02 / LT03 | Create Transfer Order Manually / Confirm / Display |
| LT0R | Create Transfer Order from Transfer Requirement |
| LB01 / LB02 / LB03 | Create / Change / Display Transfer Requirement |
| LS01N / LS02N / LS03N | Create / Change / Display Storage Bin |
| LS24 | Quant List per Material |
| LS26 | Quant List per Storage Bin |
| LI01N / LI02N / LI03N | Create / Change / Display Physical Inventory Document (WM) |
| LI11N | Enter Count Results (WM) |
| LI20 | Clear Differences (WM Physical Inventory) |
| LX01 | Warehouse Activity Monitor |
| LX02 | List of Empty Storage Bins |
| LX03 | Bin Status Report |
| LRF1 | RF Processing |
| LS04 | Block / Unblock Storage Bin |
| LT04 | Create Transfer Order for Return |
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.
- 11d ago First seen · 64 lines · 37 tokens per session scan A 7f68cabd6e36
sap-wm-consultant is an agent published in the GitHub repository vigneshbarani24/sap-superpowers (9 stars, last pushed 18d ago), licensed MIT. It adds 37 tokens to every session and 1,150 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-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…
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…
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…