s4hana-create-record

s4hana-create-record is a skill for Claude Code, Codex from ilia-inovaflow/s4hana-create-record-skills. It costs 239 tokens per session (2,236 once invoked), scanned A, original, MIT.

A general fallback guide for creating records in SAP S/4HANA, an enterprise system for business processes and data. It covers record types that do not yet have their own specialized guide.

In plain words
What is it for?
Use it to investigate and create supported SAP records such as asset masters, purchase requisitions, contracts, and inbound deliveries, after the required credentials and endpoint are verified.
Why use it?
It provides a starting path for unfamiliar SAP record types while requiring the API route to be checked before repeated use.

Skill for Claude CodeCodex

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

Good fit Use it to investigate and create supported SAP records such as asset masters, purchase requisitions, contracts, and inbound deliveries, after the required credentials and endpoint are verified.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ilia-inovaflow/s4hana-create-record-skills/s4hana-create-record
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 ilia-inovaflow/s4hana-create-record-skills --skill s4hana-create-record
Clone the repo
git clone --depth 1 https://github.com/ilia-inovaflow/s4hana-create-record-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 s4hana-create-record

README.md
[![agentmods](https://agentmods.dev/badge/skills/ilia-inovaflow/s4hana-create-record-skills/s4hana-create-record/github.svg)](https://agentmods.dev/skills/ilia-inovaflow/s4hana-create-record-skills/s4hana-create-record)
Your own site
<a href="https://agentmods.dev/skills/ilia-inovaflow/s4hana-create-record-skills/s4hana-create-record"><img src="https://agentmods.dev/badge/skills/ilia-inovaflow/s4hana-create-record-skills/s4hana-create-record/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 s4hana-create-record

Your own site · 80×15
<a href="https://agentmods.dev/skills/ilia-inovaflow/s4hana-create-record-skills/s4hana-create-record"><img src="https://agentmods.dev/badge/skills/ilia-inovaflow/s4hana-create-record-skills/s4hana-create-record.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 239 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,236 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.00239 $0.02236
Opus 5 $0.00120 $0.01118
Sonnet 5 $0.00048 $0.00447
Haiku 4.5 $0.00024 $0.00224

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

Security

Grade A, and why

s4hana-create-record 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.

3. **If neither**: auto-create `./.env` from the bundled template (curl from `https://raw.githubusercontent.com/ilia-inovaflow/s4hana-create-record-skills/main/.env.example`), append `.env` to `.gitignore` if not already
skills/s4hana-create-record/SKILL.md · 151 lines

How it starts

The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.

s4hana-create-record (generic create fallback)

Research-on-the-go creator for any SAP S/4HANA entity that doesn't have a dedicated specific skill yet. ⚠️ Unverified path — every record type encountered here should be probed once and confirmed by the user before bulk creation.

Phase 0 — Setup check (MANDATORY, no exceptions)

Before any API call, before any tool use, do this check. Even if you already know credentials from earlier in the conversation — IGNORE that knowledge and re-check from scratch each invocation.

  1. Announce: tell the user "Checking for SAP credentials in <current cwd>..."
  2. Check ONLY these two sources:
    • A .env file at ./.env (in the current working directory — NOT parent dirs, NOT ~/.env, NOT any memory file)
    • Shell-exported env vars: SAP_HOST AND SAP_AUTH_MODE both present
  3. If neither: auto-create ./.env from the bundled template (curl from https://raw.githubusercontent.com/ilia-inovaflow/s4hana-create-record-skills/main/.env.example), append .env to .gitignore if not already there, tell the user clearly what to fill in (auth mode + host + creds), and wait for them to say "ready" before making any API call. Never overwrite an existing .env.
  4. If credentials are present: report back to the user: "✓ Loaded credentials for <host> in <auth-mode> mode. Proceeding with [task]."

Never use credentials from conversation memory, from another project's .env, or from any tenant the user previously worked with in a different session. Each project gets its own .env. See shared/setup-check.md for the full rationale and edge cases.

When to trigger

Use this skill ONLY when a more specific skill doesn't match. Defer to specific skills first:

User intent Use this generic skill?
"Create supplier invoice" ❌ → s4hana-create-invoice
"Create PO" / "create purchase order" ❌ → s4hana-create-po
"Create supplier / vendor / customer / BP" ❌ → s4hana-create-business-partner
"Create service entry sheet" ❌ → s4hana-create-service-entry-sheet
"Create PIR / purchasing info record" ❌ → s4hana-create-pir
"Create goods receipt / material document" ❌ → s4hana-create-goods-receipt
"Create PO confirmation / supplier confirmation" ❌ → s4hana-create-po-confirmation
"Update / change / modify any existing record" ❌ → s4hana-update-record
"Create asset master / fixed asset"
"Create purchase requisition"
"Create purchase contract / outline agreement"
"Create inbound delivery / ASN"
"Create sales order"
"Create billing document"
"Create production order / work center / classification"
Anything else creatable on S/4HANA not in the deferred list above

Read the full file on GitHub · 151 lines

Files

What ships with it

2 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.

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. 12d ago First seen · 151 lines · 239 tokens per session scan A bcd8ab119776

Subscribe to this mod's changes

s4hana-create-record is a skill published in the GitHub repository ilia-inovaflow/s4hana-create-record-skills (2 stars, last pushed 2mo ago), licensed MIT. It adds 239 tokens to every session and 2,236 once invoked, about $0.0012 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.