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.
npx skills add secondsky/sap-skills --skill sap-cap-capiregit 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/skills/secondsky/sap-skills/sap-cap-capire)<a href="https://agentmods.dev/skills/secondsky/sap-skills/sap-cap-capire"><img src="https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-cap-capire/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/secondsky/sap-skills/sap-cap-capire"><img src="https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-cap-capire.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk pass
- NVIDIA SkillSpector pass
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.00103 | $0.04304 |
| Opus 5 | $0.00051 | $0.02152 |
| Sonnet 5 | $0.00021 | $0.00861 |
| Haiku 4.5 | $0.00010 | $0.00430 |
Grade A, and why
sap-cap-capire 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 5d 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 ships with it
32 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.
- agents/openai.yaml 243 B
- README.md 7.9 KB
- references/annotations-reference.md 11 KB
- references/cdl-syntax.md 9.7 KB
- references/cli-complete.md 9.4 KB
- references/consuming-services-deployment.md 9.6 KB
- references/cql-patterns.md 13 KB
- references/cql-queries.md 8.8 KB
- references/csn-cqn-cxn.md 8.5 KB
- references/data-privacy-security.md 9.2 KB
- references/databases.md 6.1 KB
- references/deployment-cf.md 7.7 KB
- references/event-handlers-nodejs.md 9.9 KB
- references/event-handlers-patterns.md 14 KB
- references/extensibility-multitenancy.md 7.1 KB
- references/fiori-integration.md 10 KB
- references/java-runtime.md 9.0 KB
- references/localization-temporal.md 5.7 KB
- references/mcp-integration.md 9.8 KB
- references/mcp-use-cases.md 14 KB
- references/nodejs-runtime.md 8.5 KB
- references/plugins-reference.md 10 KB
- references/service-definitions.md 9.4 KB
- references/tools-complete.md 11 KB
- templates/bookshop-schema.cds 2.2 KB
- templates/catalog-service.cds 2.8 KB
- templates/fiori-annotations.cds 4.8 KB
- templates/mta.yaml 4.8 KB
- templates/package.json 2.2 KB
- templates/service-handler.js 5.7 KB runs code
- templates/service-handler.ts 4.3 KB runs code
- templates/xs-security.json 1.8 KB
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.
- 5d ago First seen · 498 lines · 103 tokens per session scan A b0005f75e9a7
sap-cap-capire is a skill published in the GitHub repository secondsky/sap-skills (438 stars, last pushed 5d ago), licensed GPL-3.0. It adds 103 tokens to every session and 4,304 once invoked, about $0.0005 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 skills, from other repositories
supabase-node
Express/Hono with Supabase and Drizzle ORM.
ring:mapping-service-resources
Mapping a Go service's Service -> Module -> Resource hierarchy for dispatch-layer registration: detects modules and per-module PostgreSQL/MongoDB/RabbitMQ resources, database names, and shared databases, generates MongoDB index migration pairs (.up.json/.down.json), detects existing Postgres migrations, emits an HTML…
cds-view-entities
Help with CDS (Core Data Services) view entity development including data modeling, annotations, associations, compositions, access controls, aggregate expressions, built-in functions, and input parameters. Use when users ask about CDS views, CDS view entities, CDS annotations, CDS associations, CDS compositions, CDS…
pg-migration
PostgreSQL schema migration safety reviewer and DDL generator. ALWAYS use when writing, reviewing, or planning PostgreSQL schema changes — ALTER TABLE, CREATE/DROP INDEX, column type changes, constraint additions, RLS policy changes, or any DDL touching production tables. Covers lock-level analysis, CREATE INDEX…
api-baas-neon
Serverless PostgreSQL with branching, autoscaling, and edge-compatible driver.
api-database-postgresql
Direct PostgreSQL access with node-postgres (pg) -- connection pools, parameterized queries, transactions, streaming, LISTEN/NOTIFY, error handling.