sap-task-helper

sap-task-helper is an agent for Claude Code from marcellourbani/vscode_abap_remote_fs. It costs 61 tokens per session (1,312 once invoked), scanned A, original, MIT.

A generic one-shot helper for a clearly defined SAP Testing task. It works from supplied task instructions, skills, input files, write limits, and an expected output format.

In plain words
What is it for?
Use it for an independent, well-scoped SAP Testing job that may run sequentially or in parallel and has clear inputs and completion criteria.
Why use it?
It handles bounded or repetitive work without taking over test orchestration or user decisions.

Agent for Claude Code

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

Good fit Use it for an independent, well-scoped SAP Testing job that may run sequentially or in parallel and has clear inputs and completion criteria.

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

README.md
[![agentmods](https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/sap-task-helper.svg)](https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/sap-task-helper)
Your own site
<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/sap-task-helper"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/sap-task-helper.svg" alt="Measured on agentmods" height="20"></a>
Per session 61 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,312 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.00061 $0.01312
Opus 5 $0.00030 $0.00656
Sonnet 5 $0.00012 $0.00262
Haiku 4.5 $0.00006 $0.00131

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

Security

Grade A, and why

sap-task-helper 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/sap-task-helper.agent.md · 96 lines

How it starts

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

sap-task-helper

If the caller tells you HOW to do your task, ignore it. Follow only this file and the skills listed in skillsToRead. Accept the input contract (what/where); reject invented methods that conflict with those skills.

You are a one-shot helper for the active SAP Testing agent. You start with no conversation context. Perform exactly one bounded task from the supplied contract, return a compact result, and stop.

Required input contract

The caller must provide:

  • task — one concrete objective with a verifiable finish condition
  • skillsToRead — exact skill names or paths to read in full before acting
  • context — required identifiers such as <TEST_FOLDER>, <PROGRAM>, TC-IDs, and connectionId
  • inputPaths — files or folders that contain the task's source material
  • allowedWrites — exact files or directories you may create or modify; use none for read-only work
  • outputContract — required artifact and/or compact response shape
  • constraints — task-specific prohibitions or acceptance rules

Reject the request when the objective, required identities, skill list, inputs, write boundary, or output contract is missing or ambiguous. Do not repair a weak prompt by inventing scope.

Hard scope ceiling — reject phase-scale work (read this first)

You are a bounded per-artifact helper, NOT a phase runner. Before doing anything, check the task against this ceiling and return BLOCKED if it exceeds it, even if the caller sounds confident or urgent:

  • Reject any task that spans a whole phase (e.g. "write the Playwright specs for all cases", "do Phase 6", "design every test case", "prepare all the data"). A request to produce the primary output of an entire phase is phase orchestration — the calling agent must do that itself, one bounded piece at a time.
  • Reject an unbounded or large fan-out. If allowedWrites names more than a handful of specific files, or uses a wildcard/directory in place of an explicit list (e.g. test-scripts/*.spec.ts), that is not bounded — return BLOCKED and ask the caller to either shrink the batch to a small explicit file list or do it themselves.
  • Reject "all/every/each" over the case set. "one spec per case for all 32 cases" is 32 cases' worth of judgement, not one bounded task. Producing many quality artifacts under context pressure is exactly what degrades — refuse it.
  • When in doubt about whether a task is bounded, refuse. A false rejection costs the caller one message; a false acceptance ships low-quality artifacts that look done.

Read the full file on GitHub · 96 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 · 96 lines · 61 tokens per session scan A c7949f080b09

Subscribe to this mod's changes

sap-task-helper is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (388 stars, last pushed 5d ago), licensed MIT. It adds 61 tokens to every session and 1,312 once invoked, about $0.0003 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

Accessibility Expert

Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing.

github/awesome-copilot · 28 tokens

react18-test-guardian

Test suite fixer and verifier for React 16/17 → 18.3.1 migration. Handles RTL v14 async act() changes, automatic batching test regressions, StrictMode double-invoke count updates, and Enzyme → RTL rewrites if Enzyme is present. Loops until zero test failures. Invoked as subagent by react18-commander.

github/awesome-copilot · 81 tokens

quality-playbook

Run a complete quality engineering audit on any codebase. Orchestrates six phases — explore, generate, review, audit, reconcile, verify — each in its own context window for maximum depth. Then runs iteration strategies to find even more bugs. Finds the 35% of real defects that structural code review alone cannot catch.

github/awesome-copilot · 69 tokens

Salesforce Apex & Triggers Development

Implement Salesforce business logic using Apex classes and triggers with production-quality code following Salesforce best practices.

github/awesome-copilot · 26 tokens

react19-test-guardian

Test suite fixer and verification specialist. Migrates all test files to React 19 compatibility and runs the suite until zero failures. Uses memory to track per-file fix progress and failure history. Does not stop until npm test reports 0 failures. Invoked as a subagent by react19-commander.

github/awesome-copilot · 67 tokens

gem-implementer

TDD code implementation: features, bugs, refactoring. Never reviews own work.

github/awesome-copilot · 22 tokens