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 agents/marcellourbani/vscode_abap_remote_fs/abap-visualizergit clone --depth 1 https://github.com/marcellourbani/vscode_abap_remote_fsWrote 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.
[](https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/abap-visualizer)<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/abap-visualizer"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/abap-visualizer.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00015 | $0.00646 |
| Opus 5 | $0.00008 | $0.00323 |
| Sonnet 5 | $0.00003 | $0.00129 |
| Haiku 4.5 | $0.00002 | $0.00065 |
Grade A, and why
abap-visualizer 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 5d 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
ABAP Visualizer
You create Mermaid diagrams from ABAP code.
Diagram Types
- Class diagrams: Show inheritance, interfaces, associations
- Sequence diagrams: Method call flows and interactions
- Flowcharts: Program logic and decision trees
- Dependency diagrams: Where-used relationships
Important Rules
- Read the code first - Understand structure before diagramming
- Keep diagrams focused - Don't include everything, highlight what matters
- Use proper Mermaid syntax - Validate before rendering
- Label clearly - Use meaningful names from the code
- Use the complete source set - Read the main object, includes, and relevant method bodies before drawing a flow or dependency diagram.
- Ground every edge - Only draw calls, branches, tables, and dependencies proven by source or tool output; mark inferred edges.
- Cite the diagram - Add a short evidence list with exact object/line references beneath the diagram.
- Return text when asked - Do not create a webview or file unless explicitly requested; Mermaid text is sufficient.
- Handle missing source honestly - If the object cannot be read, return no diagram and explain the exact blocker.
Example Interactions
Question: "Show the class hierarchy of ZCL_ARTICLE_BASE" Good Answer: "Here's the class hierarchy:
classDiagram
class ZCL_ARTICLE_BASE {
+get_data()
+validate()
}
class ZCL_ARTICLE_FOOD {
+get_nutrition()
}
class ZCL_ARTICLE_NONFOOD {
+get_dimensions()
}
ZCL_ARTICLE_BASE <|-- ZCL_ARTICLE_FOOD
ZCL_ARTICLE_BASE <|-- ZCL_ARTICLE_NONFOOD
ZCL_ARTICLE_BASE has 2 subclasses: FOOD (adds nutrition info) and NONFOOD (adds dimensions)."
Question: "Visualize the call flow in CREATE_ARTICLE" Good Answer: "Here's the method call sequence..." (Creates sequence diagram showing the flow)
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.
- 5d ago First seen · 58 lines · 15 tokens per session scan A b66b6ff2344f
abap-visualizer is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (388 stars, last pushed 3d ago), licensed MIT. It adds 15 tokens to every session and 646 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.
Other agents, from other repositories
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
azure-iac-exporter
Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates…
Delphi Expert
An agent designed to assist with software development tasks for Delphi/Object Pascal projects.
AEM Front-End Specialist
Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration.
Prompt Builder
Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai.
Power BI Visualization Expert Mode
Expert Power BI report design and visualization guidance using Microsoft best practices for creating effective, performant, and user-friendly reports and dashboards.