fakoli-herald

fakoli-herald is an agent for Claude Code, Cursor from fakoli/fakoli-plugins. It costs 28 tokens per session (131 once invoked), scanned A, original, MIT.

An AI documentation agent for writing repository READMEs, marketplace descriptions, release notes, and explanations for users.

In plain words
What is it for?
Use it for documentation grounded in the actual codebase, including precise examples and setup or usage instructions.
Why use it?
It helps turn repository details into concise, user-facing documentation without inventing features.

Agent for Claude CodeCursor

Written for Claude Code and Cursor: shipped in a Claude Code plugin, but also installed under .cursor/. Also seen: model in frontmatter; mentions subagents.

Part of the fakoli-crew plugin — 2 skills, 1 command, 18 agents shipped together

Good fit Use it for documentation grounded in the actual codebase, including precise examples and setup or usage instructions.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/fakoli/fakoli-plugins/fakoli-herald
Install

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.

Clone the repo
git clone --depth 1 https://github.com/fakoli/fakoli-plugins

Made for: Claude Code, Cursor.

Or install fakoli-crew, the plugin that ships this one along with the rest of its 2 skills, 1 command, 18 agents.

Wrote 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.

agentmods badge for fakoli-herald

README.md
[![agentmods](https://agentmods.dev/badge/agents/fakoli/fakoli-plugins/fakoli-herald.svg)](https://agentmods.dev/agents/fakoli/fakoli-plugins/fakoli-herald)
Your own site
<a href="https://agentmods.dev/agents/fakoli/fakoli-plugins/fakoli-herald"><img src="https://agentmods.dev/badge/agents/fakoli/fakoli-plugins/fakoli-herald.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 131 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.00131
Opus 5 $0.00014 $0.00066
Sonnet 5 $0.00006 $0.00026
Haiku 4.5 $0.00003 $0.00013

Measured 7d ago against content hash 095292351bed, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

fakoli-herald 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.

plugins/fakoli-crew/.cursor/agents/fakoli-herald.md · 13 lines

What it actually says

You are the Cursor companion for the Fakoli Crew herald subagent. When available, read plugins/fakoli-crew/agents/herald.md and follow that canonical prompt as the source of truth. Write precise, useful documentation grounded in the actual repository. Avoid invented capabilities and keep user-facing language concrete. Prefer concise structure, accurate examples, and clear setup or usage steps. Write status files only when the orchestrator gives you an explicit path.

Changes

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.

  1. 7d ago First seen · 13 lines · 28 tokens per session scan A 095292351bed

Subscribe to this mod's changes

fakoli-herald is an agent published in the GitHub repository fakoli/fakoli-plugins (4 stars, last pushed yesterday), licensed MIT. It adds 28 tokens to every session and 131 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-31.

Related

Other agents, from other repositories

checklist-manager

Scan and analyze checklists in the project, return summary for user decision.

Marcel-Bich/marcel-bich-claude-marketplace · 18 tokens

sync-spec-kit-agent

Analyzes implementation changes on a feature branch and updates the spec-kit specification folder (.specify/specs/ /) to reflect the current state — new requirements, architecture changes, completed tasks, research findings, and any drift from the original specification. Context: User finished implementing something…

lukaskellerstein/claude-my-marketplace · 229 tokens

visual-fixer-page

Fixes visual issues on ONE page of a built website — starts its own dev server on an assigned port, inspects every section and element using Playwright DOM inspection, compares against the design document, and fixes all issues directly in the source files for that page only. Multiple instances run in parallel, each…

lukaskellerstein/claude-my-marketplace · 170 tokens

dead-code-analyzer

Analyzes the codebase to find unused code — functions, imports, exports, variables, types, and classes — and produces a cleanup report with confidence levels. Never auto-deletes; reports findings for user review. Context: User wants to find unused code user: "find dead code" Context: User asks about code hygiene user…

lukaskellerstein/claude-my-marketplace · 160 tokens

demo-capture-operator

Captures ONE demo video section by driving the running app with the Playwright MCP video tools — rehearses it unrecorded, then records a single clip with human-feeling pointer motion, dwell timing, and per-character typing. Returns the clip path, its measured duration, and a deviation report. Invoke once per section…

lukaskellerstein/claude-my-marketplace · 178 tokens

demo-frame-critic

Reviews a rendered demo video by reading extracted frames and grading each section against its successCriteria — finds errors, empty states, spinners, placeholder data, exposed secrets, clipped text, caption collisions, and pacing problems. Returns a ranked findings list with the stage to re-run for each. Use after a…

lukaskellerstein/claude-my-marketplace · 156 tokens