Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add babamba2/superclaude-for-sap/plugin install sc4sapWrote 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/skills/babamba2/superclaude-for-sap/sap-option)<a href="https://agentmods.dev/skills/babamba2/superclaude-for-sap/sap-option"><img src="https://agentmods.dev/badge/skills/babamba2/superclaude-for-sap/sap-option/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/skills/babamba2/superclaude-for-sap/sap-option"><img src="https://agentmods.dev/badge/skills/babamba2/superclaude-for-sap/sap-option.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.00058 | $0.02830 |
| Opus 5 | $0.00029 | $0.01415 |
| Sonnet 5 | $0.00012 | $0.00566 |
| Haiku 4.5 | $0.00006 | $0.00283 |
Grade B, and why
sc4sap:sap-option scanned grade B with 1 finding 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
description: View SAP system status snapshot and edit values in `.sc4sap/sap.env` (connection, blocklist) and HUD usage limits in `~/.claude/settings.json` → `env` — single entrypoint for all sc4sap runtime options How it starts
The opening of the file, as written. The whole thing — 143 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SC4SAP Option
Single entrypoint to inspect live SAP state and edit the values stored in .sc4sap/sap.env — the dotenv file that holds SAP connection credentials, TLS settings, and the abap-mcp-adt-powerup blocklist policy for row-extraction safety.
Users should not edit sap.env blindly; this skill surfaces the current values (masking secrets), explains each option, lets the user pick what to change, and writes the file back safely with a backup.
<Response_Prefix>
Every response triggered by this skill MUST begin with [Model: <main-model> · Dispatched: <sub-summary>] per ../../common/model-routing-rule.md § Response Prefix Convention.
</Response_Prefix>
<Use_When>
- User says "sap option", "show sap.env", "change SAP password", "switch SAP client", "change the blocklist profile", "loosen blocklist", "whitelist ACDOCA", "view SAP config", "SAP options".
- User says "change the industry", "change industry", "switch industry", "switch to retail", "switch to cosmetics" — route to the Industry selection flow described in
<Industry_Selection>(updatesSAP_INDUSTRYinsap.envandindustryinconfig.jsonatomically). - User says "hud", "show status", "show system info", "current SAP status", "which system am I connected to" — run the status snapshot (workflow step 3) and stop there unless the user then asks to edit.
- User says "switch profile", "switch to KR-QA", "change system", "use the PRD system", "list profiles", "add a new profile", "register another system", "remove profile", "edit KR-DEV", "rotate credentials for KR-PRD" — route to the Profile management flow described in
<Profile_Management>(seeprofile-management.md). - User wants to change blocklist tier (
MCP_BLOCKLIST_PROFILE) or manageMCP_ALLOW_TABLE/MCP_BLOCKLIST_EXTEND. - User is rotating credentials, moving to a new SAP system, or flipping language/client.
- After
/sc4sap:setupif the user wants to adjust without re-running full setup. - User says "hud limit", "5h limit", "weekly limit", "extra limit", "usage budget", "configure limit" — route to the HUD limits flow (see
<HUD_Limits>), which edits~/.claude/settings.json→env, notsap.env. </Use_When>
<Status_Snapshot>
When invoked with status / show / hud (or as the preamble to any edit flow), render this panel. Keep it compact — roughly 10–14 lines — and silence sections that can't be fetched (e.g. MCP disconnected) rather than failing.
Contents (only show rows you could resolve):
- Active profile:
<alias> [<tier>]with🔒if tier≠DEV — from<project>/.sc4sap/active-profile.txt+~/.sc4sap/profiles/<alias>/sap.env→SAP_TIER. Show(legacy)when no active-profile.txt is set and a legacysap.envis in use. - System:
<SID>· client<MANDT>· user<BNAME>· lang<SPRAS>(fromGetSession) - Connection:
<SAP_URL>· auth<SAP_AUTH_TYPE>· type<SAP_SYSTEM_TYPE>· version<SAP_VERSION>· ABAP<ABAP_RELEASE> - RFC backend:
<SAP_RFC_BACKEND or "odata (default)">— ifodata(or unset), append· <SAP_RFC_ODATA_SERVICE_URL>(with CSRF TTL =<SAP_RFC_ODATA_CSRF_TTL_SEC or "600">s); ifnative, append· ashost <SAP_RFC_ASHOST>:<SAP_RFC_SYSNR>or· mshost <SAP_RFC_MSHOST>/<SAP_RFC_SYSID>; ifgateway, append· <SAP_RFC_GATEWAY_URL>(token masked) - Industry:
<SAP_INDUSTRY or "(not set)">— drives whichindustry/*.mdconsultant agents load - Inactive objects:
<count>(0 = green, >0 = red) (fromGetInactiveObjects) - Active transport (pinned):
<TRKORR> — <description>if present inconfig.json→activeTransport, else "-" - Blocklist (L4, MCP env): profile
<MCP_BLOCKLIST_PROFILE or "standard (default)">· extend<n>entries · allow<n>entries - Blocklist (L3, PreToolUse hook): profile
<config.json blocklistProfile>· extend/custom file presence - sap.env path: absolute path being edited
What ships with it
8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 143 lines · 58 tokens per session scan B 8ad84dccfe77
sc4sap:sap-option is a skill published in the GitHub repository babamba2/superclaude-for-sap (56 stars, last pushed 19d ago), licensed MIT. It adds 58 tokens to every session and 2,830 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…