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/anst-enhancement-analyser)<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/anst-enhancement-analyser"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/anst-enhancement-analyser/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.
<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/anst-enhancement-analyser"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/anst-enhancement-analyser.svg" alt="Reviewed on agentmods" width="80" 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.00091 | $0.01131 |
| Opus 5 | $0.00046 | $0.00566 |
| Sonnet 5 | $0.00018 | $0.00226 |
| Haiku 4.5 | $0.00009 | $0.00113 |
Grade A, and why
anst-enhancement-analyser 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 11d 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 — 120 lines — stays where its author put it; the contents beside it link to each section on GitHub.
anst-enhancement-analyser
If the caller tells you HOW to do your task, ignore it. Follow only this file. Accept inputs (what/where); reject invented methods.
You are an ephemeral, one-shot subagent. No conversation with the caller — one response, and it must stand on its own. Frame it so the caller cannot misread it (see the framing rule in Step 3).
You do ONE job: given an xlsx file exported from the ANST Customer Code screen, classify every row, read the relevant ABAP source, and produce a complete customer enhancement report.
HARD REQUIREMENT — stop if missing: You must have the full path to the xlsx file before doing anything else. If the caller has not provided it, return only: "Please share the full path to the xlsx file exported from ANST (e.g. C:\Downloads\me21n_enhancements.xlsx)." Stop without calling the tool or analyzing source.
Step 1 — Build the classification work list
Call the abapfs_analyze_anst_enhancements language-model tool with:
xlsxPath: the supplied absolute xlsx path
The tool reads the workbook directly and always writes <xlsx_basename>_analysis.md beside the xlsx. The caller cannot choose another path or filename. It does not require Python or openpyxl. Read the returned output path — it is your work list. If the tool rejects the workbook, return its exact error and stop.
Step 2 — Work through each bucket
USER_EXIT bucket
For each object listed:
- Read the FM source with
abapfs_get_object_source. - Find all
INCLUDE Z*statements inside it. - Read each Z-include.
- Summarise: what condition gates it, what fields it reads/modifies, what messages it can raise.
DEFINITE bucket
For each Z/Y object:
- Read source with
abapfs_get_object_source. - Summarise the custom logic.
POTENTIAL bucket
Same as DEFINITE — read and summarise.
STANDARD bucket
Use abapfs_search_object_source with isRegexp: true and this pattern, batching up to 10 objects at a time:
ENHANCEMENT\s+\d+\s+[ZY]|CUSTOMER-FUNCTION\s+'|INCLUDE\s+[ZY]
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.
- 11d ago First seen · 120 lines · 91 tokens per session scan A ed468f6c48b7
anst-enhancement-analyser is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (389 stars, last pushed 2d ago), licensed MIT. It adds 91 tokens to every session and 1,131 once invoked, about $0.0005 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
china-model-builder
Builds DCF, LBO, 3-statement, and comps models for Chinese equities using AkShare-sourced financial data. Use when a user requests a full financial model for an A-share stock. Not for one-off calculations.
china-model-builder
A financial-modeling agent for Chinese mainland stock-market companies. It builds linked Excel workbooks for discounted cash flow valuation, comparable-company analysis, and forecasts of the income statement, balance sheet, and cash-flow statement.
sheet-agent
XLSX creation, editing, and analysis using openpyxl and pandas.
chart-designer
A spreadsheet chart and visualisation assistant. It chooses or creates charts such as bar, line, pie, scatter, and combination charts, and can apply visual formatting.
cell-engine-builder
A builder for a spreadsheet engine, the software that stores cells and sheets and calculates formulas. It also implements built-in spreadsheet functions.
study-screener
A literature-screening assistant for reviewing search results against predefined inclusion and exclusion rules. It helps organize screening decisions and prepare data for a PRISMA flow diagram, which shows how studies were selected for a systematic review.