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 agentmods add commands/boxlogodev/sapstack/sap-img-guidegit clone --depth 1 https://github.com/BoxLogoDev/sapstackWhat 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 | $0.00046 | $0.00570 |
| Opus 5 | $0.00023 | $0.00285 |
| Sonnet 5 | $0.00009 | $0.00114 |
| Haiku 4.5 | $0.00005 | $0.00057 |
Grade A, and why
sap-img-guide 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 2d 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.
What it actually says
SAP IMG 구성 가이드 조회
입력: $ARGUMENTS
목표
사용자가 요청한 SAP 모듈의 IMG 구성 가이드를 조회하여 SPRO 경로, 단계별 설정 방법, 필수 선행 구성, 검증 방법을 안내합니다.
안전 규칙
- 모든 구성 변경은 DEV 환경에서 먼저 테스트 안내
- Transport 요청 번호 할당 확인
- 회사코드·조직 단위 값은 사용자가 제공 — 추정 금지
- PRD 직접 변경 절대 권장 금지
실행 절차
Step 1 — 환경 확인
사용자에게 다음을 질문:
- SAP 릴리스 (ECC EhP / S/4HANA 연도)
- 대상 모듈 (FI, CO, MM, SD, PP, PM, QM, WM, EWM 등)
- 구성 영역 (예: "계정결정", "이동유형", "가격결정 절차")
- 시스템 환경 (DEV / QAS / PRD)
Step 2 — IMG 가이드 참조
plugins/sap-{모듈}/skills/sap-{모듈}/references/img/디렉토리 검색- 해당 영역의 IMG 구성 문서 로드
- SPRO 경로 + 구성 단계 + 검증 방법 제시
Step 3 — 단계별 안내
각 구성 단계에 대해:
- SPRO 경로: 정확한 메뉴 경로
- T-code: 직접 접근 T-code
- 필드 설정: 필드명 = 권장값 + 설명
- ECC vs S/4 차이: 버전별 동작 차이
- 주의사항: 일반적 실수와 해결법
Step 4 — 구성 검증
구성 완료 후 검증 방법 안내:
- 검증 T-code 실행
- 예상 결과 확인
- 테스트 전표/오더 생성으로 실제 검증
위임
- 모듈별 컨설턴트 에이전트에게 상세 질문 위임
- IMG 가이드 문서가 없는 영역은 SKILL.md 참조로 대체
참조
plugins/sap-{모듈}/skills/sap-{모듈}/references/img/data/img-checklist.yaml
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.
- 2d ago First seen · 54 lines · 46 tokens per session scan A a41c735751b6
sap-img-guide is a command published in the GitHub repository BoxLogoDev/sapstack (18 stars, last pushed 2d ago), licensed MIT. It adds 46 tokens to every session and 570 once invoked, about $0.0002 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.
Other commands, from other repositories
eval-author
Draft a new eval case (eval/cases/ .json) + scaffold its golden folder, goldenpending until captured on the VM.
eval-improve
Work the eval-loop corpus — rank failure clusters, fix the top actionable defect, validate against held-out, open a PR.
eval-run
Run an eval case end-to-end on the VM (implement → build → score → record → roll back). VM/full-mode only.
research-l2
Executes Phases 1-3 of the L2 process of the abapwiki knowledge base on a slice: launches the abap-functional-researcher sub-agent (gap discovery + multi-source auto-research: wiki -> raw/docs -> MCP abap-fs on the system read-only -> standard knowledge), ingests gaps and evidence, and generates questionnaires for…
ingest-l0
L0 bootstrap of the abapwiki knowledge base: creates stubs for all custom objects from the TADIR. Use this skill to initialize the repo from scratch or to ingest a new TADIR export. Deterministic operations (no LLM sub-agent), idempotent.
ingest-l1
L1 analysis loop for the abapwiki knowledge base: for each batch it launches the abap-analyzer sub-agent in parallel, then the adversarial judge abap-deepcheck (separate session), applies only the analyses that pass the fail-closed gate, and commits. Resumes exactly after an interruption. Use this skill to document…