sap-cloud-alm

sap-cloud-alm is a skill for Claude Code, Codex from efeumutaslan/SAP-SKILLS. It costs 70 tokens per session (2,487 once invoked), scanned A, original, MIT.

A guide to SAP Cloud ALM, a service for planning, testing, deploying, and monitoring SAP implementations. It covers both project delivery and day-to-day operations such as health, integration, and real-user monitoring.

In plain words
What is it for?
Use it to manage projects, requirements, tests, deployments, integrations, jobs, application health, and real-user monitoring in SAP Cloud ALM.
Why use it?
It helps organize SAP implementation work and gives teams a way to track system health and operational problems after deployment.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to manage projects, requirements, tests, deployments, integrations, jobs, application health, and real-user monitoring in SAP Cloud ALM.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/efeumutaslan/sap-skills/sap-cloud-alm
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 efeumutaslan/SAP-SKILLS --skill sap-cloud-alm
Clone the repo
git clone --depth 1 https://github.com/efeumutaslan/SAP-SKILLS

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-cloud-alm

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

agentmods 80×15 button for sap-cloud-alm

Your own site · 80×15
<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>
Per session 70 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,487 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00070 $0.02487
Opus 5 $0.00035 $0.01243
Sonnet 5 $0.00014 $0.00497
Haiku 4.5 $0.00007 $0.00249

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

Security

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" \
skills/sap-cloud-alm/SKILL.md · 289 lines

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

  • sap-testing-quality — Test execution integrates with Cloud ALM Test Management
  • sap-devops-cicd — CI/CD pipelines integrate with Cloud ALM Deployment Management
  • sap-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

Read the full file on GitHub · 289 lines

Files

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.

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. 10d ago First seen · 289 lines · 70 tokens per session scan A 5373d8659c08

Subscribe to this mod's changes

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.

Related

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.

majiayu000/spellbook · 47 tokens

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.

majiayu000/spellbook · 41 tokens

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.

lovstudio/skills · 45 tokens

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…

lovstudio/skills · 186 tokens

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…

lovstudio/skills · 95 tokens

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…

jpicklyk/task-orchestrator · 99 tokens