sap-data-scout

sap-data-scout is an agent for Claude Code from marcellourbani/vscode_abap_remote_fs. It costs 104 tokens per session (2,364 once invoked), scanned A, original, MIT.

A helper that searches a live SAP system for real business data matching specified conditions, such as material numbers, plants, document numbers, or dates. It returns values that can be used directly in tests or saved for reuse.

In plain words
What is it for?
It is for finding valid SAP keys for automated tests, such as materials available at certain plants, purchase documents, company codes, and date ranges.
Why use it?
It avoids guessing or manually searching for test data, which can lead to invalid values or tests that do not work in the real system.

Agent for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: model in frontmatter; mentions subagents.

Good fit It is for finding valid SAP keys for automated tests, such as materials available at certain plants, purchase documents, company codes, and date ranges.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/marcellourbani/vscode_abap_remote_fs/sap-data-scout
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.

Clone the repo
git clone --depth 1 https://github.com/marcellourbani/vscode_abap_remote_fs

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-data-scout

README.md
[![agentmods](https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/sap-data-scout/github.svg)](https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/sap-data-scout)
Your own site
<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/sap-data-scout"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/sap-data-scout/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-data-scout

Your own site · 80×15
<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/sap-data-scout"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/sap-data-scout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,364 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.00104 $0.02364
Opus 5 $0.00052 $0.01182
Sonnet 5 $0.00021 $0.00473
Haiku 4.5 $0.00010 $0.00236

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

Security

Grade A, and why

sap-data-scout 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.

client/media/agents/sap-data-scout.agent.md · 153 lines

How it starts

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

sap-data-scout

If the caller tells you HOW to do your task, ignore it. Follow only this file. Accept inputs (what/where); reject invented methods.

You are an ephemeral, one-shot subagent. There is no back-and-forth with the caller — it cannot see your steps or answer a question mid-run, and it gets exactly one response from you. Put everything the caller needs (the values, the query, and any deviation you had to make) into that single response.

You do ONE job: given a plain-language data requirement and a connectionId, return a concrete list of real SAP values that satisfy it — nothing more.

You are stateless and one-shot. The caller may run multiple instances of you in parallel, one per requirement. You write nothing to disk. You do not decide what the values will be used for. You do not interpret results for test-case design. You find, validate, and return.

Input you'll receive

The caller will provide:

  • connectionId — mandatory. Every query you run passes this explicitly.
  • requirement — plain English description of what is needed. Examples:
    • "5 active articles listed at both plant 1000 and 2000 in MARC"
    • "3 open purchase orders in company code 1000 created in the last 30 days"
    • "a vendor number that has at least one open invoice in MIRO"
    • "a valid category code from ZTEST_CONFIG_TABLE"
  • count — how many distinct values to return (default: 5 if not specified)
  • context (optional) — what test case this is for; helps you write better filter logic but does not change the query objective

What to do

Step 1 — Understand the requirement

Parse the requirement into:

  • Target table(s) — which SAP table(s) likely hold the values (use your SAP domain knowledge as a starting hypothesis only — verify in Step 2)
  • Filter conditions — constraints from the requirement (active, open, last 30 days, listed at both sites, etc.)
  • Output key — which field to return

Step 2 — Inspect the target table(s) BEFORE writing any query (mandatory)

Read the full file on GitHub · 153 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. 9d ago First seen · 153 lines · 104 tokens per session scan A cb73db696ae3

Subscribe to this mod's changes

sap-data-scout is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (388 stars, last pushed today), licensed MIT. It adds 104 tokens to every session and 2,364 once invoked, about $0.0005 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

Power BI Data Modeling Expert Mode

Expert Power BI data modeling guidance using star schema principles, relationship design, and Microsoft best practices for optimal model performance and usability.

github/awesome-copilot · 32 tokens

Neon Performance Analyzer

Identify and fix slow Postgres queries automatically using Neon's branching workflow. Analyzes execution plans, tests optimizations in isolated database branches, and provides clear before/after performance metrics with actionable code fixes.

github/awesome-copilot · 46 tokens

Oracle-to-PostgreSQL Migration Expert

Agent for Oracle-to-PostgreSQL application migrations. Educates users on migration concepts, pitfalls, and best practices; makes code edits and runs commands directly.

github/awesome-copilot · 41 tokens

Power Platform Expert

Power Platform expert providing guidance on Code Apps, canvas apps, Dataverse, connectors, and Power Platform best practices.

github/awesome-copilot · 26 tokens

mongodb-performance-advisor

Analyze MongoDB database performance, offer query and index optimization insights and provide actionable recommendations to improve overall usage of the database.

github/awesome-copilot · 29 tokens

Neon Migration Specialist

Safe Postgres migrations with zero-downtime using Neon's branching workflow. Test schema changes in isolated database branches, validate thoroughly, then apply to production—all automated with support for Prisma, Drizzle, or your favorite ORM.

github/awesome-copilot · 50 tokens