sap-cap

sap-cap is a skill for Claude Code, Codex from SAP-samples/cap-agentic-engineered. It costs 39 tokens per session (311 once invoked), scanned A, original, Apache-2.0.

A development guide for SAP Cloud Application Programming Model (CAP), a framework for building SAP business applications. It requires checking the CAP documentation server before changing data models, services, or service-handling code.

In plain words
What is it for?
Use it when editing CDS entities, types, aspects, service definitions, projections, or JavaScript service handlers in db/ and srv/.
Why use it?
It helps avoid incorrect syntax and patterns when defining business data and the services that expose it.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/sap-samples/cap-agentic-engineered/sap-cap
Any agent
npx skills add SAP-samples/cap-agentic-engineered --skill sap-cap
Clone the repo
git clone --depth 1 https://github.com/SAP-samples/cap-agentic-engineered

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for sap-cap

README.md
[![agentmods](https://agentmods.dev/badge/skills/sap-samples/cap-agentic-engineered/sap-cap.svg)](https://agentmods.dev/skills/sap-samples/cap-agentic-engineered/sap-cap)
Your own site
<a href="https://agentmods.dev/skills/sap-samples/cap-agentic-engineered/sap-cap"><img src="https://agentmods.dev/badge/skills/sap-samples/cap-agentic-engineered/sap-cap.svg" alt="Measured on agentmods" height="20"></a>
Per session 39 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 311 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.00039 $0.00311
Opus 5 $0.00019 $0.00156
Sonnet 5 $0.00008 $0.00062
Haiku 4.5 $0.00004 $0.00031

Measured 4d ago against content hash 64abbc6fc5d9, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

sap-cap 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.

.claude/skills/sap-cap/SKILL.md · 37 lines

What it actually says

CAP MCP-First Development

Before writing, modifying, debugging, or fixing CDS entities, service definitions, or CAP service handlers, you MUST query the CAP MCP server and apply its guidance.

Tools

Use mcp__cap__* tools — primarily mcp__cap__search_docs and mcp__cap__search_model.

Workflow

  1. Query before coding — call mcp__cap__search_docs for syntax, patterns, or conventions
  2. Trust MCP over training knowledge — if guidance conflicts with what you know, follow MCP
  3. Prefer the simplest pattern when MCP returns multiple valid approaches

Scope

This skill covers:

  • CDS entity definitions, types, aspects (db/schema.cds)
  • Service definitions and projections (srv/*.cds)
  • Service handlers, actions, functions, events (srv/*.js)
  • CDS built-in types, key patterns, virtual fields

This skill does not cover CDS annotations (@UI, @Common, @Capabilities) or Fiori Elements configuration — those belong to the sap-fiori skill.

Changes

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.

  1. 4d ago First seen · 37 lines · 39 tokens per session scan A 64abbc6fc5d9

Subscribe to this mod's changes

sap-cap is a skill published in the GitHub repository SAP-samples/cap-agentic-engineered (12 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 39 tokens to every session and 311 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-30.

Related

Other skills, from other repositories

surrealdb-canonical-layer

Verify a SurrealDB-backed canonical layer directly, over the surrealdb MCP server, instead of writing a disposable Node script per check. Use whenever the user asks to confirm a batch of writes landed correctly ("did the FreedomFest speakers get tagged right", "do these people have an org relationship", "check that…

lossless-group/lossless-agent-skills · 249 tokens

database-documentation

Generate grounded-and-verified, engine-agnostic database documentation that reaches 100% parity with the real schema. Introspects the LIVE database as ground truth and cross-validates it against ORM models, migrations, generated types, seeds, and application queries, then proves completeness by diffing the docs back…

a-tokyo/agent-skills · 159 tokens

skill-go-gin-api

Padrões DARE para APIs REST em Go + Gin (ou stdlib net/http) + sqlc + PostgreSQL. Handlers, services, repositories, middleware, validação com go-playground/validator, JWT, rate limit, swag (OpenAPI), testes com testify e httptest.

dewtech-technologies/dare-method · 67 tokens

skill-nestjs-api

Padrões DARE para APIs REST em NestJS + TypeScript + Prisma + Swagger. Modules, Controllers, Services, DTOs com class-validator, Guards, Interceptors, exceções globais, Jest + Supertest, OpenAPI auto-gerado, rate limiting com @nestjs/throttler.

dewtech-technologies/dare-method · 67 tokens

security-review

Security audit against OWASP, SQL hardening, auth, secrets, dependencies, and LLM-specific threats. Use when the user says "security review", "security audit", or "security check". Also invoked as Pass D during code-review for security-sensitive stories.

rterakedis/leanwheel-skills · 56 tokens

data-analyst

SQL, pandas, and statistical analysis expertise for data exploration, cleaning, transformation, and insight generation.

yunseo-kim/agent-toolbox · 24 tokens