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-signaviogit 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-signavio)<a href="https://agentmods.dev/skills/efeumutaslan/sap-skills/sap-signavio"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-signavio/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-signavio"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-signavio.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.00076 | $0.02567 |
| Opus 5 | $0.00038 | $0.01283 |
| Sonnet 5 | $0.00015 | $0.00513 |
| Haiku 4.5 | $0.00008 | $0.00257 |
Grade A, and why
sap-signavio 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 12d 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://editor.signavio.com/p/revision" \ How it starts
The opening of the file, as written. The whole thing — 268 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP Signavio Process Management & Mining
Related Skills
sap-build-process-automation— Automate processes modeled in Signaviosap-s4hana-extensibility— Process variants for S/4HANA scenariossap-cloud-alm— ALM process monitoring complements Signavio insights
Quick Start
Choose your Signavio component:
| Component | Purpose | Key Activity |
|---|---|---|
| Process Manager | BPMN modeling, process repository | Design & publish processes |
| Process Intelligence | Process mining, conformance | Analyze event logs |
| Process Governance | Approval workflows for models | Govern process changes |
| Collaboration Hub | Stakeholder communication | Share & collect feedback |
| Journey Modeler | Customer/employee journeys | Map experience flows |
First API call — List Process Models:
curl -X GET "https://editor.signavio.com/p/revision" \
-H "x-signavio-id: {{SESSION_TOKEN}}" \
-H "Accept: application/json" \
-b "JSESSIONID={{SESSION_COOKIE}}"
Core Concepts
BPMN 2.0 Modeling Standards
| Element | Symbol | Usage |
|---|---|---|
| Start Event | ○ | One per process (normal flow) |
| End Event | ◉ | At least one; use multiple for different outcomes |
| User Task | ▭ (person) | Manual human activity |
| Service Task | ▭ (gear) | Automated system call |
| Exclusive Gateway | ◇ (X) | Either/or branching |
| Parallel Gateway | ◇ (+) | Fork/join concurrent paths |
| Intermediate Event | ◎ | Timer, message, signal mid-flow |
| Subprocess | ▭ [+] | Encapsulate reusable process |
Process Intelligence (Mining) Pipeline
- Data extraction — Pull event logs from source systems (S/4HANA, ECC, SuccessFactors)
- Data transformation — Map to Signavio event log format (Case ID, Activity, Timestamp)
- Process discovery — Auto-generate process model from event data
- Conformance checking — Compare discovered vs. designed process
- Root cause analysis — Identify bottlenecks, rework loops, deviations
- KPI monitoring — Track cycle time, throughput, automation rate
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.
- 12d ago First seen · 268 lines · 76 tokens per session scan A e5e296d4fe90
sap-signavio is a skill published in the GitHub repository efeumutaslan/SAP-SKILLS (5 stars, last pushed 5mo ago), licensed MIT. It adds 76 tokens to every session and 2,567 once invoked, about $0.0004 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
michel-cli-demo-recorder
Produce proof-of-execution demos of the Packmind CLI (packmind-cli) as terminal-styled images (colors and formatting preserved exactly), for embedding in a GitHub PR. Renders a crisp master SVG and rasterizes it to a PNG — the PNG is what you embed, because GitHub does not render SVG in PR/issue bodies. Use this…
product-analytics
Product analytics and growth expert. Use when designing event tracking, defining metrics, running A/B tests, or analyzing retention. Covers AARRR framework, funnel analysis, cohort analysis, and experimentation.
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.
react-best-practices
React and Next.js performance playbook distilled from Vercel Engineering guidance. Use when building, reviewing, or refactoring React/Next.js code for waterfalls, bundle size, rendering cost, and client/server data flow.
playwright-automation
Browser automation and testing with Playwright. Use when testing web applications, automating browser tasks, taking screenshots, or validating UI behavior.
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…