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 efeumutaslan/SAP-SKILLS --skill sap-cloud-almgit clone --depth 1 https://github.com/efeumutaslan/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/efeumutaslan/sap-skills/sap-cloud-alm)<a href="https://agentmods.dev/skills/efeumutaslan/sap-skills/sap-cloud-alm"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-cloud-alm/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/efeumutaslan/sap-skills/sap-cloud-alm"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-cloud-alm.svg" alt="Reviewed on agentmods" width="80" 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.00070 | $0.02487 |
| Opus 5 | $0.00035 | $0.01243 |
| Sonnet 5 | $0.00014 | $0.00497 |
| Haiku 4.5 | $0.00007 | $0.00249 |
Grade A, and why
sap-cloud-alm 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.
curl -X GET "https://{{CALM_HOST}}/api/calm-projects/v1/projects" \ How it starts
The opening of the file, as written. The whole thing — 289 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP Cloud ALM — Application Lifecycle Management
Related Skills
sap-testing-quality— Test execution integrates with Cloud ALM Test Managementsap-devops-cicd— CI/CD pipelines integrate with Cloud ALM Deployment Managementsap-signavio— Process models from Signavio link to Cloud ALM implementation
Quick Start
Two main modes:
| Mode | Purpose | Key Features |
|---|---|---|
| Cloud ALM for Implementation | Project delivery | Tasks, Requirements, Test Management, Deployment |
| Cloud ALM for Operations | Run & monitor | Health Monitoring, Integration Monitoring, RUM, BPM |
Access: SAP Cloud ALM is provisioned via SAP for Me → Cloud ALM tenant (included with SAP Enterprise Support)
First API call — List Projects:
curl -X GET "https://{{CALM_HOST}}/api/calm-projects/v1/projects" \
-H "Authorization: Bearer {{TOKEN}}" \
-H "Accept: application/json"
Core Concepts
Implementation Capabilities
| Capability | Purpose | Integration |
|---|---|---|
| Project & Task Management | Plan sprints, assign work | Jira sync (optional) |
| Requirements Management | Capture & trace requirements | Link to test cases |
| Process Management | Define scope, map processes | Signavio import |
| Test Management | Manual & automated test execution | ATC, Tricentis |
| Deployment Management | Track transports & deployments | CTS+, gCTS, BTP deploy |
| Change Management | Change requests & approvals | ChaRM-like workflow |
Operations Capabilities
| Capability | Monitored Systems | Key Metrics |
|---|---|---|
| Health Monitoring | S/4HANA, BTP, SuccessFactors | System availability, DB, memory |
| Integration Monitoring | Integration Suite, PI/PO | Message throughput, errors |
| Real User Monitoring (RUM) | Fiori apps, Web apps | Page load time, JS errors |
| Job Monitoring | Background jobs, BTP jobs | Success/failure, duration |
| Business Process Monitoring | End-to-end processes | SLA compliance, throughput |
| Configuration Monitoring | System configuration | Drift detection, compliance |
What ships with it
1 file 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.
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 · 289 lines · 70 tokens per session scan A 5373d8659c08
sap-cloud-alm is a skill published in the GitHub repository efeumutaslan/SAP-SKILLS (5 stars, last pushed 5mo ago), licensed MIT. It adds 70 tokens to every session and 2,487 once invoked, about $0.0003 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-31.
Other skills, from other repositories
product-manager-toolkit
Use when the user needs product management workflows such as RICE prioritization, customer interview analysis, PRD templates, discovery frameworks, go-to-market strategy, feature prioritization, research synthesis, or requirements documentation.
weekly
A weekly-report workflow that combines Git history with records from Claude Code and Codex sessions. It turns work from a selected date range into a report for two related software repositories.
lov-rename-project
A project-renaming workflow that updates a product or repository name across source files, configuration, and documentation. It produces a reviewable plan and preserves compatibility-sensitive names and references where needed.
lov-repo2docs
Turn any folder of source material — a code repository, a pile of articles, a mixed knowledge dump with images — into a professional, polished Fumadocs (Next.js) documentation website, then deploy it to https://{product-id}.example.com/docs. Works by reading the folder one unit at a time and incrementally growing and…
lov-gh-tidy
Interactive GitHub repo hygiene skill. Lists all open issues, PRs, stale branches, and orphan labels, shows a summary of each with analysis, then asks the user how to handle each item (close, merge, comment, delete, keep). Executes all chosen actions via gh CLI. Use when the user says "清理 GitHub", "tidy repo", "clean…
adopt-project-scope
Migrates an already-populated, unscoped Task Orchestrator database in place to the project-scoping convention — creates a project anchor root, re-parents existing work trees under it, and writes rootId back to config.yaml. Use when a user says: adopt project scope, migrate this database to project scoping, make this…