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-aribagit 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-ariba)<a href="https://agentmods.dev/skills/efeumutaslan/sap-skills/sap-ariba"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-ariba/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-ariba"><img src="https://agentmods.dev/badge/skills/efeumutaslan/sap-skills/sap-ariba.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.00073 | $0.02986 |
| Opus 5 | $0.00036 | $0.01493 |
| Sonnet 5 | $0.00015 | $0.00597 |
| Haiku 4.5 | $0.00007 | $0.00299 |
Grade A, and why
sap-ariba 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST "https://api.ariba.com/v2/oauth/token" \ How it starts
The opening of the file, as written. The whole thing — 314 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SAP Ariba Procurement & Sourcing
Related Skills
sap-s4hana-extensibility— S/4HANA MM/procurement integration with Aribasap-event-mesh— Event-driven integration between Ariba and BTPsap-security-authorization— OAuth/certificate setup for Ariba APIs
Quick Start
Choose your integration approach:
| Scenario | API/Protocol | Authentication |
|---|---|---|
| Procurement data extract | Ariba Open APIs (REST) | OAuth 2.0 client credentials |
| Transactional documents | cXML over HTTPS | Shared secret |
| Supplier management | Ariba SOAP APIs | Certificate-based |
| S/4HANA integration | Cloud Integration Gateway (CIG) | SAP Integration Suite |
| Custom UI extensions | Ariba Custom Forms | Ariba Developer Portal |
First API call — Procurement Reporting:
# Step 1: Get OAuth token
curl -X POST "https://api.ariba.com/v2/oauth/token" \
-H "Content-Type: application/x-www-form-urlencoded" \
-d "grant_type=client_credentials&client_id={{CLIENT_ID}}&client_secret={{CLIENT_SECRET}}"
# Step 2: Call Procurement API
curl -X GET "https://openapi.ariba.com/api/procurement-reporting/v2/prod/views/{{VIEW_ID}}" \
-H "Authorization: Bearer {{TOKEN}}" \
-H "apiKey: {{API_KEY}}" \
-H "X-ARIBA-NETWORK-ID: {{AN_ID}}"
Core Concepts
Ariba Solution Architecture
| Module | Purpose | Key Objects |
|---|---|---|
| Ariba Procurement | Requisitions, POs, Invoices | Requisition, PurchaseOrder, Invoice |
| Ariba Sourcing | RFx, Auctions, Contracts | SourcingProject, SourcingRequest |
| Ariba Contracts | CLM, compliance | Contract, ContractWorkspace |
| Ariba Supplier Management | Qualification, risk | SupplierRegistration, Questionnaire |
| Ariba Network | B2B transactions | cXML OrderRequest, InvoiceDetailRequest |
| Ariba Spend Analysis | Spend visibility | SpendFact, SpendCategory |
API Landscape
- Open APIs (REST) — Reporting/analytics, paginated data extraction
- Operational APIs (REST) — CRUD on procurement documents
- SOAP APIs — Legacy supplier/sourcing integration
- cXML — B2B document exchange (PunchOut, OrderRequest, InvoiceDetail)
- CIG (Cloud Integration Gateway) — Mediated S/4HANA ↔ Ariba integration
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.
- 11d ago First seen · 314 lines · 73 tokens per session scan A 3426a868d5e3
sap-ariba is a skill published in the GitHub repository efeumutaslan/SAP-SKILLS (5 stars, last pushed 5mo ago), licensed MIT. It adds 73 tokens to every session and 2,986 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
ariba
Use when working with SAP Ariba — Ariba Network, Guided Buying, Sourcing, Contracts, Supplier Lifecycle Management, Supplier Risk Management, Procurement, Invoice Management, integration with S/4HANA via CIG, catalog management, or Ariba APIs.
Cursor rules for Medusa
Skill "Cursor rules for Medusa" from AmariahAK/atlarix-skills, covering cursor rules for medusa, when to use this skill, source, medusa rules and general rules.
Medusa rules and best practices
Medusa rules and best practices. These rules should be used when building applications with Medusa.
convex-billing
Add Stripe billing/payments to the Convex app via @convex-dev/stripe (checkout + webhook + gating).
cloudbase-wechat-integration
A guide for connecting CloudBase applications to WeChat services, including payments, official accounts, and user identity.
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.