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-ai-coregit 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-ai-core)<a href="https://agentmods.dev/skills/secondsky/sap-skills/sap-ai-core"><img src="https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-ai-core/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-ai-core"><img src="https://agentmods.dev/badge/skills/secondsky/sap-skills/sap-ai-core.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- Socket pass
- Snyk warn
- NVIDIA SkillSpector warn
SkillSpector: 2 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Data Exfiltration · line 90 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
- medium Data Exfiltration · line 100 Data is being sent to an external URL. This could be legitimate telemetry or data exfiltration. Manual review is recommended.Fix: Verify the destination URL is trusted and necessary. Remove or replace with documented APIs. Ensure no secrets, tokens, or PII are transmitted.
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.00152 | $0.03128 |
| Opus 5 | $0.00076 | $0.01564 |
| Sonnet 5 | $0.00030 | $0.00626 |
| Haiku 4.5 | $0.00015 | $0.00313 |
Grade A, and why
sap-ai-core scanned grade A 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 10d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
AUTH_TOKEN=$(curl -s -X POST "$AUTH_URL/oauth/token" \ 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
13 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 233 B
- README.md 6.8 KB
- references/advanced-features.md 19 KB
- references/ai-launchpad-guide.md 19 KB
- references/api-reference.md 13 KB
- references/generative-ai-hub.md 13 KB
- references/grounding-rag.md 14 KB
- references/ml-operations.md 13 KB
- references/model-providers.md 12 KB
- references/orchestration-modules.md 15 KB
- templates/deployment-config.json 1.5 KB
- templates/orchestration-workflow.json 6.1 KB
- templates/tool-definition.json 8.2 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.
- 10d ago First seen · 292 lines · 152 tokens per session scan A 88357a4f6e03
sap-ai-core is a skill published in the GitHub repository secondsky/sap-skills (439 stars, last pushed 6d ago), licensed GPL-3.0. It adds 152 tokens to every session and 3,128 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
joule-strategy
You are a Joule and SAP AI strategy expert. Joule is SAP's generative AI copilot embedded across SAP applications. Your job is to help organizations plan, govern, and execute Joule adoption in a way that accelerates value without creating compliance risk, shadow AI behavior, or unrealistic expectations about what…
joule
Use when working with SAP Joule AI assistant — Joule capabilities and architecture, Joule in S/4HANA Cloud, Joule in SuccessFactors, Joule in Ariba, Joule in BTP, Joule extensibility, natural language transaction execution, or understanding how Joule and SAP Superpowers complement each other.
analytics
Use when working with SAP Analytics Cloud (SAC), embedded analytics in S/4HANA, CDS-based analytical views, KPI modeling, Fiori analytical apps, BW/4HANA, SAP Datasphere, planning models, or BI story design.
pipeline-architect
Designs and implements data pipelines: ETL/ELT, streaming, batch processing, schema migrations, and data warehouse architecture. Covers Kafka, Airflow, dbt, Spark, ClickHouse, BigQuery, Snowflake, Redis Streams, and more. Use this skill when the user asks about data pipelines, ETL jobs, data transformation, streaming…
prompt-forge
Engineers and optimizes prompts for LLMs: system prompts, few-shot examples, chain-of-thought structures, agent personas, and evaluation frameworks. Use this skill when the user wants to write or improve a system prompt, design few-shot examples, create an agent persona, optimize prompt performance, set up prompt…
ai-prompting-patterns
Use this skill when designing how an AI agent should communicate with developers — intent clarification, progress reporting, ambiguity handling, confirmation before irreversible actions, error communication, self-correction, task tracking, and plan mode. Also use when building agent UX or defining agent behavior…