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-build-process-automationgit 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-build-process-automation)<a href="https://agentmods.dev/skills/efeumutaslan/sap-skills/sap-build-process-automation"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-build-process-automation/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-build-process-automation"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-build-process-automation.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.00099 | $0.02578 |
| Opus 5 | $0.00049 | $0.01289 |
| Sonnet 5 | $0.00020 | $0.00516 |
| Haiku 4.5 | $0.00010 | $0.00258 |
Grade A, and why
sap-build-process-automation 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 276 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP Build Process Automation
Related Skills
sap-s4hana-extensibility— S/4HANA event sources and API integrationsap-security-authorization— BTP authorization for process automationsap-rap-comprehensive— RAP business events as process triggerssap-event-mesh— Event-driven triggers from S/4HANA business eventssap-signavio— Model processes in Signavio, automate in SBPAsap-integration-suite-advanced— Complex API connectors for Actions
Quick Start
Create a workflow in 5 steps:
- SAP Build Lobby → Create → Business Process Project
- Add a Process → Choose trigger: Form, API, or Event
- Add steps: Approval → Decision → Action → (repeat)
- Configure conditions (If/Else gateways)
- Release → Deploy → Test in Monitor tab
Architecture:
SAP Build Process Automation (BTP)
├── Process Builder — Visual workflow modeling
├── Decision Editor — Business rules / decision tables
├── Automation Editor — RPA bot designer
├── Form Builder — Trigger, approval, task forms
├── Visibility — Process monitoring dashboards
└── Actions — API connectors (OData, REST)
Core Concepts
Trigger Types
| Trigger | Start Method | Use Case |
|---|---|---|
| Form | User fills a request form | Leave request, purchase approval |
| API | REST API call (OAuth2) | System integration, external apps |
| Event | Event Mesh subscription | S/4HANA business events, SuccessFactors events |
Step Types
| Step | Description |
|---|---|
| Approval | Routes to approver(s) with approve/reject form |
| Decision | Evaluates business rules (decision table or text rule) |
| Automation | Runs RPA bot (attended or unattended) |
| Action | Calls external API (OData/REST) |
| Sub-Process | Reusable embedded process |
| Sends notification email | |
| Condition | If/Else routing based on data |
Decision Tables
Decision tables are if/then rule engines:
What ships with it
4 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.
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.
- 11d ago First seen · 276 lines · 99 tokens per session scan A 095f1ced79a5
sap-build-process-automation is a skill published in the GitHub repository efeumutaslan/SAP-SKILLS (5 stars, last pushed 5mo ago), licensed MIT. It adds 99 tokens to every session and 2,578 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-08-31.
Other skills, from other repositories
auth-security
OAuth 2.1 + JWT authentication security best practices. Use when implementing auth, API authorization, token management. Follows RFC 9700 (2025).
harmonyos-app
HarmonyOS application development expert. Use when building HarmonyOS apps with ArkTS, ArkUI, Stage model, and distributed capabilities. Covers HarmonyOS NEXT (API 12+) best practices.
api-design
REST/GraphQL/gRPC API design best practices. Use when designing APIs, defining contracts, handling versioning. Covers OpenAPI 3.2, GraphQL Federation, gRPC streaming.
ask-opencli
A helper for asking Grok or Gemini through OpenCLI, which uses an already signed-in Chrome browser session instead of a paid API.
gemma4-local-deploy
A guide for running Gemma 4 12B, an AI language model, locally on a Mac or Apple Silicon computer. It uses downloaded model files and a local service that provides an OpenAI-compatible API or Ollama access when requested.
data-contract-migrations
Design and verify data contracts, schema changes, migrations, rollbacks, backfills, compatibility windows, tenant isolation, and API-to-database field mapping. Use when changing database schema, event payloads, persisted documents, analytics tables, multi-tenant data boundaries, or any user-visible data contract where…