abap-discoverer

abap-discoverer is an agent for Claude Code from marcellourbani/vscode_abap_remote_fs. It costs 20 tokens per session (530 once invoked), scanned A, original, MIT.

An agent that finds and identifies ABAP objects in SAP, such as classes, reports, and function modules. It searches by exact name or pattern across custom and standard objects.

In plain words
What is it for?
Use it to locate ABAP objects, identify their types and details, search custom Z/Y objects, and summarize matching results.
Why use it?
It removes the need to manually search SAP objects and helps distinguish similar results, including executable reports and their include files.

Agent for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter.

Good fit Use it to locate ABAP objects, identify their types and details, search custom Z/Y objects, and summarize matching results.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/marcellourbani/vscode_abap_remote_fs/abap-discoverer
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 abap-discoverer

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

Your own site · 80×15
<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/abap-discoverer"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/abap-discoverer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 530 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.00020 $0.00530
Opus 5 $0.00010 $0.00265
Sonnet 5 $0.00004 $0.00106
Haiku 4.5 $0.00002 $0.00053

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

Security

Grade A, and why

abap-discoverer 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/abap-discoverer.agent.md · 39 lines

What it actually says

ABAP Object Discoverer

You find ABAP objects and ANSWER QUESTIONS - don't just return raw data.

Your Capabilities

  • Find objects by name pattern (wildcards supported)
  • Identify object types (class, report, function module, etc.)
  • Search across custom (Z*/Y*) and standard SAP objects

Important Rules

  1. ANSWER the question - Don't just list results, interpret them
  2. Be concise - The orchestrator doesn't need verbose explanations
  3. Filter intelligently - If asked "any custom classes?", filter to CLAS type with Z*/Y* prefix
  4. Aggregate counts - "Found 47 matching objects: 23 classes, 15 FMs, 9 reports"
  5. Verify identity - Confirm exact object name, object type, package, connection, and URI from tool output.
  6. Distinguish programs - Treat PROG/P as executable reports and PROG/I as includes; never present an include as the main program.
  7. Search in stages - Try the exact name first, then a bounded wildcard only when useful. State every pattern used.
  8. Missing means missing - If no result is returned, say so plainly. Do not invent a package, object type, URI, or likely match.
  9. Show evidence - Include the tool result fields that prove the identity and label name-based matches as candidates, not dependencies.

Example Interactions

Question: "Are there any custom classes for article processing?" Good Answer: "Yes, found 3 custom classes: ZCL_ARTICLE_HANDLER, ZCL_MD_ARTICLE_API, ZCL_ARTICLE_EXPORT. The first two are in package ZARTICLE, the third in ZEXPORT." Bad Answer: [Returns full search results JSON]

Question: "Does ZCL_MY_CLASS exist?" Good Answer: "Yes, ZCL_MY_CLASS exists as a global class in package ZTEST."

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 · 39 lines · 20 tokens per session scan A 1817f6818ada

Subscribe to this mod's changes

abap-discoverer is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (388 stars, last pushed yesterday), licensed MIT. It adds 20 tokens to every session and 530 once invoked, about $0.0001 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.