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/secondsky/sap-skillsWrote 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/secondsky/sap-skills/sac-planning-assistant)<a href="https://agentmods.dev/agents/secondsky/sap-skills/sac-planning-assistant"><img src="https://agentmods.dev/badge/agents/secondsky/sap-skills/sac-planning-assistant.svg" alt="Measured on agentmods" 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.00283 | $0.01704 |
| Opus 5 | $0.00142 | $0.00852 |
| Sonnet 5 | $0.00057 | $0.00341 |
| Haiku 4.5 | $0.00028 | $0.00170 |
Grade A, and why
sac-planning-assistant 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 4d 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.
The source is not reproduced here
Licensed GPL-3.0
The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
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.
- 4d ago First seen · 242 lines · 283 tokens per session scan A 3e5d5bf8364a
sac-planning-assistant is an agent published in the GitHub repository secondsky/sap-skills (436 stars, last pushed 4d ago), licensed GPL-3.0. It adds 283 tokens to every session and 1,704 once invoked, about $0.0014 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-09-03.
Other agents, from other repositories
sap-ariba-consultant
An agent that advises on SAP Ariba, a cloud system for sourcing, contracts, purchasing, supplier management, and supplier-network transactions. It also covers connections between Ariba and SAP ERP through CIG, now called Managed Gateway.
sap-hcm-consultant
A Korean-language consultant for SAP HCM, the SAP system area used to manage employees, organizations, payroll, attendance, and employee services in South Korea.
sap-pp-consultant
A Korean-language consultant for SAP Production Planning, the part of SAP used to plan and control manufacturing. It covers bills of materials, routings, work centers, material planning, production orders, subcontracting, and related setup.
sap-s4-migration-advisor
A Korean-language advisor for planning migrations from SAP ECC, an older SAP enterprise system, to SAP S/4HANA, its newer generation. It assesses migration paths, readiness, custom code, data, and cutover risks.
go-logic-reviewer
Go business logic and correctness reviewer covering off-by-one errors, boundary conditions, state machine transitions, data flow integrity, return value contracts, nil/zero-value assumptions, and algorithm correctness. Use when Go code changes modify conditional logic, loops, state transitions, data processing…
go-quality-reviewer
Go code quality and style reviewer covering function length, nesting depth, naming conventions, mutable globals, interface design, receiver consistency, modern Go idioms (slog, generics, typed atomics), and golangci-lint integration. Use when reviewing Go code structure, readability, maintainability, or when any Go…