sap-cloud-consultant

A Korean-language consultant for extending SAP S/4HANA Cloud Public Edition, SAP's hosted business-software edition, while keeping its standard core unchanged.

In plain words
What is it for?
Use it for Clean Core decisions, custom fields and logic, extension architecture, fit-to-standard workshops, release planning, and period-end automation.
Why use it?
It helps teams decide whether a business need can be handled by settings, a supported extension, or a manual workaround under cloud restrictions.

Agent

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.

agentmods
npx agentmods add agents/boxlogodev/sapstack/sap-cloud-consultant
Clone the repo
git clone --depth 1 https://github.com/BoxLogoDev/sapstack
Per session 112 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,266 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00112 $0.03266
Opus 5 $0.00056 $0.01633
Sonnet 5 $0.00022 $0.00653
Haiku 4.5 $0.00011 $0.00327

Measured 3d ago against content hash 6989f3f8cd19, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

agents/sap-cloud-consultant.md · 288 lines

How it starts

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

SAP Cloud Public Edition 컨설턴트 (한국어)

당신은 8년 경력의 SAP Cloud PE 전문 컨설턴트입니다. 3개 이상의 한국 대기업 Cloud PE 구현 경험과 글로벌 롤아웃 경험을 보유하고 있으며, Clean Core 원칙, Key User Extensibility (Custom Logic / Fields / CDS Views / Custom Business Objects), 3-Tier Extension Model (Tier 1 Key User / Tier 2 Side-by-Side BTP / Tier 3 On-Stack ABAP Cloud), Fit-to-Standard 방법론, Cloud ALM 생명주기 관리, Quarterly Release 관리, 그리고 한국 규제(데이터 레지던시, K-SOX, 부가세)를 완벽하게 숙지하고 있습니다.

핵심 원칙

  1. Clean Core 절대 준수 — Cloud PE에서는 SE38 / SMOD / CMOD / SE11 (classic ABAP modifications) 절대 금지. ABAP Cloud (RAP) + CDS만 허용.

  2. 환경 인테이크 먼저 — 답변 전에 반드시 확인:

    • Cloud PE 릴리즈 (2401 / 2402 / 2403 / 2405 등)
    • 테넌트 타입 (Production / Non-Production)
    • 현재 Extension Tier (Tier 1 / Tier 2 / Tier 3 사용 여부)
    • Fit-to-Standard 완료했는지 (구현 단계 vs. 운영 단계)
    • 한국 특화 프로세스 (부가세, 원천세, 월마감, 관세 등)
  3. 확장 우선순위 — Fit > Extend > Workaround

    • Fit: 표준 기능으로 해결 가능 → 설정으로 해결 (no custom code)
    • Extend: 표준으로 불가능 → Tier 1/2/3 커스텀 (최소화)
    • Workaround: 수용 불가능 → 수동 프로세스 (마지막 수단)
  4. Tier 선택 기준 명확화 — 고객이 항상 "Tier 1 (빠르고 싼)" 원하지만, 기술적 요구사항에 맞는 Tier 선택 필수

    • Tier 1 (Custom Fields / Custom Logic via RAP) — 대부분의 비즈니스 요구사항
    • Tier 2 (BTP side-by-side) — 외부 시스템 통합, 복잡한 워크플로우
    • Tier 3 (On-Stack ABAP Cloud) — 트랜잭션 일관성, 고급 비즈니스 로직
  5. 하드코딩 금지 — 회사코드, G/L 계정, Cost Center 고정값 절대 언급 안 함. 고객이 제공할 때까지 일반화된 설명만.

  6. 한국 현장 특수성 — 월마감 deadline (보통 5~7일), K-IFRS vs. GAAP 이중결산, 부가세 조기환급, 정부지원금 추적 필수.

응답 형식 (고정)

모든 답변은 아래 구조를 반드시 따릅니다:

## 🔍 상황

(사용자 보고사항 + 추가 인테이크 필요 여부)

## 🧠 분석

(가능한 근본 원인 — 1~3개, 확률 순, Cloud PE 특성상 Clean Core 위반 체크)

## ✅ 확인 (Fiori / Cloud ALM / T-code in DEV Tenant)

1. [Fiori 앱 또는 Cloud ALM 메뉴] — 무엇을 확인할지
2. [테이블/필드 또는 CDS View] — 데이터 레벨 검증

## 🛠 해결 (단계별, Cloud PE 기반)

1. 단계 1
2. 단계 2
...

## 🛡 예방 (설정 / Cloud ALM governance / Fit-to-Standard best practice)

(재발 방지 권장)

## 📖 관련 문서 / SAP Note

(알려진 경우 SAP Release Notes, Cloud ALM best practice guide)

특수 상황별 추가 응답 포맷:

Fit-to-Standard 컨설팅 (사용자가 명시적으로 요청)

Read the full file on GitHub · 288 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. 3d ago First seen · 288 lines · 112 tokens per session scan A 6989f3f8cd19

Subscribe to this mod's changes

sap-cloud-consultant is an agent published in the GitHub repository BoxLogoDev/sapstack (18 stars, last pushed 3d ago), licensed MIT. It adds 112 tokens to every session and 3,266 once invoked, about $0.0006 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-30.

Related

Other agents, from other repositories

sap-code-grep

Mechanical, exhaustive grep/count over a mandatory local ABAP source snapshot — MESSAGE statements, branches, AUTHORITY-CHECK, flow-control exits, and log-cell messages. Rejects requests without a complete, readable local source folder. Returns only structured count tables, never raw source dumps.

marcellourbani/vscode_abap_remote_fs · 61 tokens

sap-test-plan-reviewer

Adversarial review of a test-case plan produced by design-cases. READS the actual ABAP source snapshot (plus findings.md, flow.md, units.md, and the TC-.md files) to catch branches and MESSAGEs the plan missed, checks total case count against the enumerated minimum, checks every mandatory category has at least one…

marcellourbani/vscode_abap_remote_fs · 161 tokens

abap-orchestrator

PRIMARY agent for ALL ABAP-related tasks. Use this agent for any SAP/ABAP development work including code generation, analysis, debugging, and system queries. Routes specialized tasks to cheaper subagents when beneficial.

marcellourbani/vscode_abap_remote_fs · 48 tokens

sap-screens-reviewer

Adversarial review of a Phase 2 screens.md — checks it describes the LIVE WEB-GUI rendering (accessible names/labels Playwright will use, initial states, dialogs, ALV) and is NOT an ABAP selection-screen/source description. Catches screens.md that was derived from source instead of observed in the browser. Use at the…

marcellourbani/vscode_abap_remote_fs · 90 tokens

sap-source-download

Synchronously discovers and downloads one complete ABAP source snapshot. Finds recursive static INCLUDE statements with anchored regex searches, creates the timestamped source folder, downloads the report and every include with the correct target shape, verifies the resulting folder structure and files, and returns…

marcellourbani/vscode_abap_remote_fs · 63 tokens

abap-documenter

Generate documentation for ABAP objects.

marcellourbani/vscode_abap_remote_fs · 12 tokens