mcp-sap-gui: Command for Claude Code

.claude/commands/sap-status.md

sap-status is a command for Claude Code from kts982/mcp-sap-gui. It costs 0 tokens per session (221 once invoked), scanned A, original, MIT.

A command that reports the current SAP session, including its connection, user, transaction, screen, messages, pop-ups, and screenshot.

In plain words
What is it for?
Use it to inspect active SAP connections, identify the current transaction and screen, read status messages, and capture the visible SAP state.
Why use it?
It gives a quick view of what SAP is connected, what screen is open, and whether a pop-up or status message needs attention.

Command for Claude Code

Written for Claude Code: installed under .claude/.

This is kts982/mcp-sap-gui's own configuration. It tells Claude Code how to work on mcp-sap-gui itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp-sap-gui configures →

Reuse

Borrowing it

Nothing to install: this file belongs to kts982/mcp-sap-gui. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/kts982/mcp-sap-gui/master/.claude/commands/sap-status.md
Clone the repo
git clone --depth 1 https://github.com/kts982/mcp-sap-gui

Made for: Claude Code.

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-status

README.md
[![agentmods](https://agentmods.dev/badge/commands/kts982/mcp-sap-gui/sap-status/github.svg)](https://agentmods.dev/commands/kts982/mcp-sap-gui/sap-status)
Your own site
<a href="https://agentmods.dev/commands/kts982/mcp-sap-gui/sap-status"><img src="https://agentmods.dev/badge/commands/kts982/mcp-sap-gui/sap-status/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 sap-status

Your own site · 80×15
<a href="https://agentmods.dev/commands/kts982/mcp-sap-gui/sap-status"><img src="https://agentmods.dev/badge/commands/kts982/mcp-sap-gui/sap-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 221 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.
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.00000 $0.00221
Opus 5 $0.00000 $0.00111
Sonnet 5 $0.00000 $0.00044
Haiku 4.5 $0.00000 $0.00022

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

Security

Grade A, and why

sap-status 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 9d 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.

.claude/commands/sap-status.md · 18 lines

What it actually says

Give a quick status report on the current SAP session.

Steps:

  1. List all open SAP connections with sap_list_connections
  2. If there's an active session, connect with sap_connect_existing
  3. Get session info with sap_get_session_info (system, client, user, transaction)
  4. Get screen info with sap_get_screen_info — check active_window to see if a popup is open
  5. If active_window is wnd[1] or higher, use sap_get_popup_window for full popup details
  6. Take a screenshot with sap_screenshot so the user can see the current state

Present a concise summary:

  • System: system name, client, language
  • User: logged-in user
  • Current Transaction: t-code and screen number
  • Screen: title and description
  • Status Message: any current status bar message (and type: Success/Error/Warning/Info)
  • Popup: whether a popup is open and what it says
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. 9d ago First seen · 18 lines · 0 tokens per session scan A bfb0e27343a3

Subscribe to this mod's changes

sap-status is a command published in the GitHub repository kts982/mcp-sap-gui (31 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 221 tokens. 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 commands, from other repositories

python-review

Comprehensive Python code review for PEP 8 compliance, type hints, security, and Pythonic idioms. Invokes the python-reviewer agent.

loulanyue/awesome-claude-notes · 31 tokens

jira-discover-project

Discover JIRA project context for intelligent defaults and usage patterns.

grandcamel/JIRA-Assistant-Skills · 16 tokens

seo-report

Generates a complete SEO report in markdown — combines technical audit, content and schema in one document with an overall score and prioritized action plan. TRIGGER when the user enters /seo-report or asks for a full SEO report, SEO summary or SEO audit report.

bestdeejay-design/agent-skills · 55 tokens

seo-meta

Reviews and generates optimized meta titles and descriptions for all pages. Checks length, keywords, uniqueness and potential CTR. TRIGGER when the user enters /seo-meta or asks to review, improve or generate meta tags, title tags or meta descriptions.

bestdeejay-design/agent-skills · 51 tokens

seo-schema

Audits the site's structured data (JSON-LD) — verifies schema types, required fields, validation errors and rich snippet opportunities. TRIGGER when the user enters /seo-schema or asks to review or generate structured data, JSON-LD, schema markup or rich snippets.

bestdeejay-design/agent-skills · 57 tokens

seo-audit

Full technical SEO audit of a site. Reviews meta tags, headings, images without alt, broken links, sitemap, robots.txt, canonical tags and URL structure. Generates a report prioritized by impact. TRIGGER when the user enters /seo-audit or asks for a complete SEO audit.

bestdeejay-design/agent-skills · 61 tokens