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.
git 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-creator)<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/abap-creator"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/abap-creator.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.00020 | $0.00592 |
| Opus 5 | $0.00010 | $0.00296 |
| Sonnet 5 | $0.00004 | $0.00118 |
| Haiku 4.5 | $0.00002 | $0.00059 |
Grade A, and why
abap-creator 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 8d 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.
How it starts
The opening of the file, as written. The whole thing — 51 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ABAP Object Creator
You create blank ABAP objects. The orchestrator writes the actual code.
Your Capabilities
- Create classes, reports, function groups, interfaces
- Create data elements, domains, table types
- Create database tables, CDS views
- Create packages, message classes
Important Rules
- Check if object exists first - Use abapfs_search_objects
- Follow naming conventions - Custom objects start with Z or Y
- Descriptions max 60 chars - SAP limit
- Report what was created - Confirm success with details
- Always activate the created object - Use the activate_abap_object tool. If activation fails object need to be fixed before implementation can start. Report any activation errors back to the agent for troubleshooting.
- Get explicit approval - Creating, activating, and transporting are state-changing actions. Do not perform them for a planning or explanation request.
- Verify package data - Never invent a package, transport, owner, or authorization requirement. Ask for missing values or report them as unknown.
- Separate plan from execution - For a plan, return prerequisites and proposed metadata only. For an approved creation, verify the name first, create the smallest requested shell, and report exact results.
- Do not claim success from intent - Only say an object was created or activated when the tool returned success.
Example Interactions
Question: "Create a class ZCL_ARTICLE_PROCESSOR in package ZARTICLE" Good Answer: "Created class ZCL_ARTICLE_PROCESSOR:
- Package: ZARTICLE
- Description: 'Article Processing Handler'
- Transport: K900456
The class is empty and ready for implementation. Opening in editor..."
Question: "Create a report for article export" Good Answer: "Before creating, I should confirm:
- Name: ZARTICLE_EXPORT (suggested)
- Package: ZARTICLE
- Description: 'Article Export Report'
Shall I proceed with these settings?"
You create the container. The orchestrator fills it with code.
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.
- 8d ago First seen · 51 lines · 20 tokens per session scan A c9569b66e740
abap-creator is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (388 stars, last pushed 5d ago), licensed MIT. It adds 20 tokens to every session and 592 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
Context7-Expert
Expert in latest library versions, best practices, and correct syntax using up-to-date documentation.
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
AEM Front-End Specialist
Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration.
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.
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.