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 skills add marcellourbani/vscode_abap_remote_fs --skill anst-guidegit 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/skills/marcellourbani/vscode_abap_remote_fs/anst-guide)<a href="https://agentmods.dev/skills/marcellourbani/vscode_abap_remote_fs/anst-guide"><img src="https://agentmods.dev/badge/skills/marcellourbani/vscode_abap_remote_fs/anst-guide/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/skills/marcellourbani/vscode_abap_remote_fs/anst-guide"><img src="https://agentmods.dev/badge/skills/marcellourbani/vscode_abap_remote_fs/anst-guide.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00118 | $0.01002 |
| Opus 5 | $0.00059 | $0.00501 |
| Sonnet 5 | $0.00024 | $0.00200 |
| Haiku 4.5 | $0.00012 | $0.00100 |
Grade A, and why
anst-guide 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 9d 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 — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
ANST Guide — Collect the Enhancement Trace
For bounded, self-contained support work, use sap-task-helper with explicit inputs, allowed writes, and an output contract.
Non-negotiable execution gate
When ANST analysis is required for the target, its trace, analyser result, and the resulting test cases are recorded prerequisites. The abapfs_run_playwright_tests tool verifies them and will reject every affected case if any requirement was skipped, deferred, left missing, stale, incomplete, or unverified. Creating a spec in a later phase cannot bypass this validation.
Workflow
Walk the user through capturing a runtime enhancement trace using SAP transaction ANST.
Why ANST? It captures every enhancement point actually executed at runtime, regardless of nesting depth — the definitive method for large standard transactions (ME21N, VA01, MIGO, etc.) where static analysis under-reports.
If the user already has an
.xlsxexported from the ANST Customer Code screen, do not repeat the collection workflow; delegate analysis of that file directly to the anst-enhancement-analyser agent.
Step 0 — Standalone bootstrap
- Call
abapfs_get_test_folderfirst. Treat the returned absolute path as<TEST_FOLDER>; never infer it from the workspace or a prior chat. If unset, ask the user to run "ABAP FS: Enable SAP UI Testing Features". - Confirm the target transaction/program from the current request. If omitted, inspect
<TEST_FOLDER>/tests/*/test-cases/_index.md; ask if more than one candidate exists. - Call
abapfs_get_connected_systemsand confirm the exactconnectionIdwhere the trace will be recorded. Ask only if ambiguous. - Keep the exported trace under
<TEST_FOLDER>/tests/<PROGRAM>/sources/anst/with a descriptive timestamped.xlsxfilename so a newanalyze-and-planchat can find it from disk.
Step 1 — Open ANST
Tell the user to go to transaction ANST (Automated Note Search & Customer Code Detection Tool).
Step 2 — Enter the target
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.
- 9d ago First seen · 85 lines · 118 tokens per session scan A 1a141d97f9b6
anst-guide is a skill published in the GitHub repository marcellourbani/vscode_abap_remote_fs (388 stars, last pushed today), licensed MIT. It adds 118 tokens to every session and 1,002 once invoked, about $0.0006 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 skills, from other repositories
sap-docs-extract
Reads a SAP design document (Excel .xlsx, Word .docx, PDF) — or an existing work folder / a raw.txt file — and extracts structured information into separate text files by type: program summary, domains, data elements, tables, error messages, text elements, and process logic. From a document it creates a fresh work…
sap-docs-layout
Edits the structural layout of a SAP design spec template (.xlsx) by writing to the workbook's (Meta) Layout sheet. Lets customers customize sheet names, column orders, and output mappings without editing Markdown rules or skill code. The meta sheet becomes the per-workbook source of truth that /sap-docs-extract reads…
sap-mass-load
Loads CSV/XLSX mass data into SAP through ONE explicit backend per run — a named BAPI called directly over RFC, or (v1) an SHDB recording looped through ABAP4CALLTRANSACTION — with the orchestration/UX layer that MASS/XD99/LSMW lack and LTMC (Fiori-only, unreachable from this stack) can't give a consultant: an…
dcf-model
Build discounted cash flow valuation workbooks in Excel.
audit-xls
Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on "audit this sheet", "check my formulas", "find formula errors", "QA this…
google-drive-sheets
Find, read, export, edit, and manage the user's Google Drive, Docs, Sheets, and Slides through per-user OAuth.