sap-cap-capire

sap-cap-capire is a skill for Claude Code, Codex from secondsky/sap-skills. It costs 103 tokens per session (4,304 once invoked), scanned A, original, GPL-3.0.

A development guide for SAP Cloud Application Programming Model projects, a framework for building business applications and services.

In plain words
What is it for?
Use it when defining CDS models, implementing services, working with SAP HANA, SQLite, or PostgreSQL, deploying to SAP BTP, building Fiori interfaces, or handling authorization.
Why use it?
It gives agents context for the project models, services, databases, user interfaces, deployment targets, and authorization work involved in CAP applications.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the sap-cap-capire plugin — 1 skill, 5 commands, 4 agents, 2 hooks shipped together

not rated 438repo +7 5d ago A scan Socket: passSnyk: passSkillSpector: pass 103 tokens GPL-3.0

Good fit Use it when defining CDS models, implementing services, working with SAP HANA, SQLite, or PostgreSQL, deploying to SAP BTP, building Fiori interfaces, or handling authorization.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/secondsky/sap-skills/sap-cap-capire
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.

Any agent
npx skills add secondsky/sap-skills --skill sap-cap-capire
Clone the repo
git clone --depth 1 https://github.com/secondsky/sap-skills

Made for: Claude Code, Codex.

Or install sap-cap-capire, the plugin that ships this one along with the rest of its 1 skill, 5 commands, 4 agents, 2 hooks.

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-capire

README.md
[![agentmods](https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-cap-capire/github.svg)](https://agentmods.dev/skills/secondsky/sap-skills/sap-cap-capire)
Your own site
<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.

agentmods 80×15 button for sap-cap-capire

Your own site · 80×15
<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>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,304 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 15 Mar 2026
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin unknown 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.1 $0.00103 $0.04304
Opus 5 $0.00051 $0.02152
Sonnet 5 $0.00021 $0.00861
Haiku 4.5 $0.00010 $0.00430

Measured 5d ago against content hash b0005f75e9a7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

The scan reads SKILL.md. This mod also ships 2 executable files (templates/service-handler.js, templates/service-handler.ts), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

plugins/sap-cap-capire/skills/sap-cap-capire/SKILL.md · 498 lines

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.

Read it on GitHub

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. 5d ago First seen · 498 lines · 103 tokens per session scan A b0005f75e9a7

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

supabase-node

Express/Hono with Supabase and Drizzle ORM.

alinaqi/maggy · 14 tokens

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…

LerianStudio/ring · 97 tokens

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…

likweitan/abap-skills · 153 tokens

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…

johnqtcg/awesome-skills · 135 tokens

api-baas-neon

Serverless PostgreSQL with branching, autoscaling, and edge-compatible driver.

agents-inc/skills · 20 tokens

api-database-postgresql

Direct PostgreSQL access with node-postgres (pg) -- connection pools, parameterized queries, transactions, streaming, LISTEN/NOTIFY, error handling.

agents-inc/skills · 37 tokens