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/arimxyer/doc-manager-mcpWrote 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/commands/arimxyer/doc-manager-mcp/doc-status)<a href="https://agentmods.dev/commands/arimxyer/doc-manager-mcp/doc-status"><img src="https://agentmods.dev/badge/commands/arimxyer/doc-manager-mcp/doc-status.svg" alt="Measured on agentmods" 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.00004 | $0.00272 |
| Opus 5 | $0.00002 | $0.00136 |
| Sonnet 5 | $0.00001 | $0.00054 |
| Haiku 4.5 | $0.00000 | $0.00027 |
Grade A, and why
doc-status 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 7d 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
Quick Documentation Status Check
Run a quick documentation health check for the current project.
doc-expert agent Please provide a quick documentation status check.
This should include:
- Detect if doc-manager is initialized (check for .doc-manager/)
- If initialized, run
docmgr_detect_changesto check for changes since last sync - Report brief summary:
- Project platform
- Number of changed files
- Affected documentation files
- Sync status (in_sync | out_of_sync | unknown)
Format the output concisely:
## Documentation Status
**Platform**: {platform}
**Last Sync**: {timestamp or "unknown"}
### Quick Stats
- Changed Files: {count}
- Affected Docs: {count}
### Status: {in_sync | out_of_sync | not_initialized}
### Quick Actions
- /doc-sync - Sync with code changes
- /doc-quality - Full quality assessment
If not initialized:
## Documentation Status
**Status**: Not initialized
### Setup
Run `doc-expert agent Set up documentation management` to initialize.
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.
- 7d ago First seen · 49 lines · 4 tokens per session scan A 9f6dfac5acae
doc-status is a command published in the GitHub repository arimxyer/doc-manager-mcp (6 stars, last pushed 7mo ago), licensed MIT. It adds 4 tokens to every session and 272 once invoked, about $0.0000 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-31.
Other commands, from other repositories
docs-add
Fetch a web source and make its Markdown searchable in this session. Accepts a built-in alias (e.g. "react"), an HTTPS URL, or "name url" to register a custom alias.
web-add
Fetch a web source and make its Markdown searchable in this session. Accepts a built-in alias (e.g. "react"), an HTTPS URL, or "name url" to register a custom alias.
docs-search
Search fetched Markdown by regex and pull surrounding context for the best hits. Optionally restrict to one source alias.
web-search
Search fetched web-source Markdown by regex and pull surrounding context for the best hits. Optionally restrict to one source alias.
docs-refresh
Re-fetch a cached source, ignoring the 7-day cache. Use when upstream content has changed.
web-refresh
Re-fetch a cached web source, ignoring the 7-day cache. Use when upstream content has changed.