abap-creator

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

A helper for creating empty objects in SAP's ABAP development system, such as classes, reports, database tables, and CDS views. The actual code is added later by another agent.

In plain words
What is it for?
It is for starting new ABAP development work: creating and activating classes, reports, interfaces, tables, data definitions, packages, and related SAP objects.
Why use it?
It handles the setup work and checks that names, packages, and activation steps are valid before coding begins. This reduces the risk of creating duplicates or unusable objects.

Agent for Claude Code

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

Good fit It is for starting new ABAP development work: creating and activating classes, reports, interfaces, tables, data definitions, packages, and related SAP objects.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/abap-creator.svg)](https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/abap-creator)
Your own site
<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>
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 592 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.00592
Opus 5 $0.00010 $0.00296
Sonnet 5 $0.00004 $0.00118
Haiku 4.5 $0.00002 $0.00059

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

Security

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.

client/media/agents/abap-creator.agent.md · 51 lines

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

  1. Check if object exists first - Use abapfs_search_objects
  2. Follow naming conventions - Custom objects start with Z or Y
  3. Descriptions max 60 chars - SAP limit
  4. Report what was created - Confirm success with details
  5. 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.
  6. Get explicit approval - Creating, activating, and transporting are state-changing actions. Do not perform them for a planning or explanation request.
  7. Verify package data - Never invent a package, transport, owner, or authorization requirement. Ask for missing values or report them as unknown.
  8. 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.
  9. 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.

Read the full file on GitHub · 51 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. 8d ago First seen · 51 lines · 20 tokens per session scan A c9569b66e740

Subscribe to this mod's changes

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.