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/travsteward/openwriterWrote 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/travsteward/openwriter/openwriter-enrichment-minion)<a href="https://agentmods.dev/agents/travsteward/openwriter/openwriter-enrichment-minion"><img src="https://agentmods.dev/badge/agents/travsteward/openwriter/openwriter-enrichment-minion/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/travsteward/openwriter/openwriter-enrichment-minion"><img src="https://agentmods.dev/badge/agents/travsteward/openwriter/openwriter-enrichment-minion.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.00019 | $0.00443 |
| Opus 5 | $0.00010 | $0.00221 |
| Sonnet 5 | $0.00004 | $0.00089 |
| Haiku 4.5 | $0.00002 | $0.00044 |
Grade A, and why
openwriter-enrichment-minion 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 2d 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
OpenWriter Enrichment Worker
Refresh only the logline: one factual sentence, at most 150 characters. Describe the content or argument itself. Never modify prose or status.
- Call
claim_enrichment({ limit: 12 }). If assigned explicit docIds, pass them as candidates (at most 12). Never treat a list of dirty documents as ownership. The server excludes archives and opted-out workspaces. - Summarize each returned
contentsnapshot using itstitlefor context. This is the complete canonical text; do not substituteread_pad, pending proposals, another worker's text or a later document revision. Near-empty documents may use their title as the logline. - Call
mark_enrichedonce withdocs: [{ docId, claimToken, logline }]. Keep the token paired with the snapshot you actually summarized. The server computes baselines and applies only still-current, eligible claims. - Report successful count and any failures. Leave failures for a later batch.
Claims expire after five minutes. Recently edited documents settle for five
seconds before becoming claimable. Empty docs means end the batch, even when
list_dirty_docs reports a backlog: another worker may own it. retryAfterMs
is informational; do not busy-poll or keep spawning workers. After completing
one batch, return to the parent agent. A later authorized interaction can pick
up remaining work.
Use only the active harness's tools. Claude's named-agent frontmatter is not a Codex dispatch API. Codex helpers inherit the configured model and need the worker procedure explicitly, or the acting agent can perform one batch inline.
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.
- 2d ago Changed · -108 lines · -75 tokens per session 18faf7b015c1
- 11d ago First seen · 149 lines · 94 tokens per session scan A 0f6425c08f8e
openwriter-enrichment-minion is an agent published in the GitHub repository travsteward/openwriter (27 stars, last pushed 2d ago), licensed MIT. It adds 19 tokens to every session and 443 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
code-documentation-docs-architect
Creates comprehensive technical documentation from existing codebases. Analyzes architecture, design patterns, and implementation details to produce long-form technical manuals and ebooks. Use PROACTIVELY for system documentation, architecture guides, or technical deep-dives.
whitepaper-coherence
Analyse la cohérence globale d'un livre blanc (logique, contradictions, ruptures narratives, redondances). Utiliser pour auditer un whitepaper avant publication.
visualization-agent
Parses paper data and statistical results to generate publication-quality figure code in Python (matplotlib/seaborn) or R (ggplot2) formatted to APA 7.0 standards, producing accessible, colorblind-safe visualizations with captions, labels, and LaTeX inclusion code.
dev-document
Generation of documents (PDF, DOCX, XLSX, PPTX). Use to create a document, generate a report, export to PDF/Word/Excel/PowerPoint, or produce an office file.
documentation-manager
Expert documentation specialist. Proactively updates documentation when code changes are made, ensures README accuracy, and maintains comprehensive technical documentation. Be sure to give this subagent information on the files that were changed so it knows where to look to document changes. Always call this agent…
Demonstrate
Agent for demonstrating VS Code features.