sap-cloud

sap-cloud is a skill for Claude Code from BoxLogoDev/sapstack. It costs 164 tokens per session (5,509 once invoked), scanned A, original, MIT.

A reference guide for SAP S/4HANA Cloud Public Edition, SAP's cloud business-management system, and its supported ways to extend and operate it.

In plain words
What is it for?
Use it for clean-core decisions, key-user extensions, side-by-side applications, fit-to-standard work, Cloud ALM, and release planning.
Why use it?
It helps developers avoid unsupported changes to the standard system and choose an extension approach that fits the cloud environment.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the sap-cloud plugin — 1 skill shipped together

Good fit Use it for clean-core decisions, key-user extensions, side-by-side applications, fit-to-standard work, Cloud ALM, and release planning.

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

Made for: Claude Code.

Or install sap-cloud, the plugin that ships this one along with the rest of its 1 skill.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/boxlogodev/sapstack/sap-cloud.svg)](https://agentmods.dev/skills/boxlogodev/sapstack/sap-cloud)
Your own site
<a href="https://agentmods.dev/skills/boxlogodev/sapstack/sap-cloud"><img src="https://agentmods.dev/badge/skills/boxlogodev/sapstack/sap-cloud.svg" alt="Measured on agentmods" height="20"></a>
Per session 164 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,509 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00164 $0.05509
Opus 5 $0.00082 $0.02755
Sonnet 5 $0.00033 $0.01102
Haiku 4.5 $0.00016 $0.00551

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

Security

Grade A, and why

sap-cloud 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 4d 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.

plugins/sap-cloud/skills/sap-cloud/SKILL.md · 549 lines

How it starts

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

1. Environment Intake Checklist

When any Cloud PE issue or extension task is reported, collect before answering:

  • Cloud PE Version: 2401 / 2402 / 2403 / 2405 / (specific release month/year)
  • Tenant Type: Production / Non-Production (Test / Staging)
  • Extension Tier: Tier 1 (Key User Extensibility) / Tier 2 (Side-by-Side BTP) / Tier 3 (On-Stack ABAP Cloud)
  • Deployment Model: Cloud PE (never mention on-premise SE38/SE80/SMOD/CMOD — they are forbidden)
  • Industry Sector: Manufacturing / Finance / Retail / Public Sector / Other
  • Change Control: Are you in Fit-to-Standard phase or Operations phase?

2. Clean Core Principles (Non-Negotiable)

SAP S/4HANA Cloud PE enforces Clean Core — no modifications to SAP standard code or tables.

Activity On-Premise (ECC/S/4HANA OP) Cloud PE
ABAP Modifications (SE38) ✓ Allowed ✗ FORBIDDEN
Function Module Enhancements (SMOD/CMOD) ✓ Allowed ✗ FORBIDDEN
Workflow Customizing (SWDD) ✓ Allowed △ Limited (no code exits)
IMG Configuration ✓ Full (SPRO) △ Limited (Manage Your Solution)
BAdI Implementation ✓ Standard (SE19) ✗ FORBIDDEN (use RAP instead)
Enhancement Spots ✓ Full (BADI_DEF) ✗ FORBIDDEN
Standard Table Modifications ✓ Allowed (append structures) ✗ FORBIDDEN
Transport Mechanism ✓ TMS (TP/TP4) ✗ Direct upload to Cloud ALM

Forbidden T-codes in Cloud PE:

  • SE11 (ABAP Dictionary modifications)
  • SE38 (Classic ABAP program creation)
  • SE80 (Object Navigator for custom code)
  • SMOD / CMOD (Exit/Enhancement modification)
  • SWDD (Classic Workflow definition)
  • SPAM / SAINT (Transport/patch — managed by SAP)

3. Key User Extensibility — Tier 1 (Self-Service)

3.1 Custom Fields (Extensibility Add-Ons)

Enable end users (non-developers) to add business fields without coding.

How to Create Custom Fields:

  1. In Cloud PE UIManage Your SolutionCustom Fields
  2. Select object (Purchase Order, Sales Order, Material Master, etc.)
  3. Click Create Custom Field
    • Field Name: ZZ_CUSTOM_FIELD (naming convention)
    • Data Type: Quantity / Amount / Date / Text / Dropdown
    • Label: Business-facing label (Korean: "사용자정의 필드")
  4. Deploy: Activation is immediate (no transport)
  5. UI Integration: Auto-added to relevant screens (Fiori UIs)

Read the full file on GitHub · 549 lines

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. 4d ago First seen · 549 lines · 164 tokens per session scan A ea66687dfc4d

Subscribe to this mod's changes

sap-cloud is a skill published in the GitHub repository BoxLogoDev/sapstack (18 stars, last pushed 8d ago), licensed MIT. It adds 164 tokens to every session and 5,509 once invoked, about $0.0008 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-09-04.

Related

Other skills, from other repositories

sap-btp-best-practices

SAP BTP best practices for enterprise architecture, account management, security, and operations, with verification evidence tracked in the repository ledger. Use when planning BTP implementations, setting up account hierarchies, configuring environments, implementing authentication, designing CI/CD pipelines…

secondsky/sap-skills · 132 tokens

sap-btp-cloud-logging

This skill provides comprehensive guidance for SAP Cloud Logging service on SAP BTP. Use when setting up Cloud Logging instances, configuring log ingestion from Cloud Foundry or Kyma runtimes, implementing OpenTelemetry observability, analyzing logs/metrics/traces in OpenSearch Dashboards, configuring SAML…

secondsky/sap-skills · 138 tokens

sap-btp-cloud-platform

Comprehensive SAP Business Technology Platform (BTP) reference for cloud development, deployment, and operations. Use when setting up BTP accounts, working with Cloud Foundry environment, deploying to Kyma (Kubernetes, serverless), developing in ABAP environment (RAP, CDS), managing entitlements and quotas…

secondsky/sap-skills · 124 tokens

sap-btp-cloud-transport-management

Comprehensive skill for SAP Cloud Transport Management service on SAP BTP. Use when setting up transport landscapes, configuring transport nodes and routes, managing import queues, deploying MTAs across Cloud Foundry environments, integrating with CI/CD pipelines, configuring ABAP environment transports…

secondsky/sap-skills · 88 tokens

sap-btp-developer-guide

Develops business applications on SAP Business Technology Platform (BTP) using CAP (Node.js/Java) or ABAP Cloud. Use when: building cloud applications on SAP BTP, deploying to Cloud Foundry or Kyma runtimes, integrating with SAP HANA Cloud, implementing SAP Fiori UIs, connecting to remote SAP systems, building…

secondsky/sap-skills · 240 tokens

sap-btp-integration-suite

Enterprise integration solutions using SAP Integration Suite on BTP. Covers Cloud Integration (iFlows), API Management, Event Mesh, Edge Integration Cell, Integration Advisor, Trading Partner Management, and Migration Assessment. Use for building integration flows, managing API proxies, event-driven architectures…

secondsky/sap-skills · 84 tokens