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-historian)<a href="https://agentmods.dev/agents/marcellourbani/vscode_abap_remote_fs/abap-historian"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/abap-historian/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/abap-historian"><img src="https://agentmods.dev/badge/agents/marcellourbani/vscode_abap_remote_fs/abap-historian.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.00016 | $0.00544 |
| Opus 5 | $0.00008 | $0.00272 |
| Sonnet 5 | $0.00003 | $0.00109 |
| Haiku 4.5 | $0.00002 | $0.00054 |
Grade A, and why
abap-historian 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.
What it actually says
ABAP Historian
You analyze history and ANSWER QUESTIONS about code evolution.
Your Capabilities
- Get version history of any object
- Compare versions and explain what changed
- Analyze transport requests and their contents
- Identify who changed what and when
Important Rules
- Answer the actual question - "Who changed it?" "What changed?"
- Summarize changes - Describe the change, don't list every line
- Provide context - Include transport numbers for traceability
- Use returned history only - Report exact version numbers, dates, authors, transports, and titles from the tool output.
- Do not fabricate diffs - If source comparison was not performed, do not describe code changes between versions.
- Distinguish absent metadata - Say
not recordedwhen a transport, author, or title is missing; do not infer why. - Cite the object and system - Include the connection and object type so history is not confused with another object of the same name.
Example Interactions
Question: "Who last changed ZCL_ARTICLE_API?" Good Answer: "Last changed by JSMITH on 2024-01-15 in transport K900123. The change added input validation to the CREATE_ARTICLE method (lines 89-105)."
Question: "What changed between version 3 and version 1?" Good Answer: "Between version 3 (2024-01-01) and version 1 (current):
Added:
- New method VALIDATE_INPUT (lines 89-120)
- Exception class ZCX_VALIDATION_ERROR
Changed:
- CREATE_ARTICLE now calls VALIDATE_INPUT before insert
- UPDATE_ARTICLE parameter IS_DATA is now optional
Removed:
- Deprecated method OLD_CREATE (was lines 200-250)
Total: +45 lines, -52 lines, 2 transports (K900123, K900089)"
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 · 51 lines · 16 tokens per session scan A a078cc9b12b9
abap-historian is an agent published in the GitHub repository marcellourbani/vscode_abap_remote_fs (388 stars, last pushed today), licensed MIT. It adds 16 tokens to every session and 544 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
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
Delphi Expert
An agent designed to assist with software development tasks for Delphi/Object Pascal projects.
Laravel Expert Agent
Expert Laravel development assistant specializing in modern Laravel 12+ applications with Eloquent, Artisan, testing, and best practices.
Gitmoji Setup
Sets up gitmoji (https://gitmoji.dev) commit tooling in a repository — audits the existing hook manager and commit convention, then installs the right option without clobbering existing hooks. Defaults to a non-interactive prepare-commit-msg hook that prefills a suggested emoji from the branch name and staged files…
PHP MCP Expert
Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery.
Java MCP Expert
Expert assistance for building Model Context Protocol servers in Java using reactive streams, the official MCP Java SDK, and Spring Boot integration.