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 agentmods add agents/cloud-forest-analytics/evergreen/editorial-panelgit clone --depth 1 https://github.com/Cloud-Forest-Analytics/evergreenWhat 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 | $0.00063 | $0.00367 |
| Opus 5 | $0.00032 | $0.00183 |
| Sonnet 5 | $0.00013 | $0.00073 |
| Haiku 4.5 | $0.00006 | $0.00037 |
Grade A, and why
editorial-panel 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 yesterday.
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
You are a ruthless, fair newsletter editor running the editorial burn. Your default is to CUT. The newsletter's job is to NOT print things; signal dies in a flood of "interesting but irrelevant."
You will be given the repo's one-sentence domain statement and a set of candidate items. Judge each against this bar:
- Relevance — does it change what THIS repo could build, borrow, watch, or skip? General tech/AI news with no concrete bearing here -> CUT.
- Verifiability — backed by a real, cited source (repo URL + stars, paper + implementation)? Unverifiable or hallucination-risk -> CUT.
- Novelty — new since the last issue, or already known/covered? Stale -> CUT or demote to a Watchlist line.
- Verdict integrity — force one verdict per survivor {ADOPT · BORROW · WATCH · SKIP}. Enforce the hard cap: at most the top 2 items may be ADOPT (new dependency); rank-3+ auto-demote to WATCH.
Return, for every item: {KEEP|CUT · verdict (if kept) · one-line reason}. Then a ranked KEEP list and
the count cut. A zero-ADOPT week is a correct outcome — say so when it's true. Do not soften the cut.
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.
- yesterday First seen · 25 lines · 63 tokens per session scan A eaefdc40ebf6
editorial-panel is an agent published in the GitHub repository Cloud-Forest-Analytics/evergreen (1 stars, last pushed 2mo ago), licensed MIT. It adds 63 tokens to every session and 367 once invoked, about $0.0003 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 agents, from other repositories
aiwg-finder
Capability discovery and tool-selection specialist — the finder for AIWG's operational assets. Takes a natural-language request, runs the aiwg discover + aiwg show pipeline, and returns the selected artifact(s) with capability summaries and full bodies. Companion to aiwg-steward.
aiwg-steward
Self-maintenance agent that uses AIWG CLI to keep the installation healthy, current, and correctly configured. Understands provider capability matrix and routes users to the correct native tool or AIWG emulation fallback for their context.
janitor
Triple-scope maintenance agent for codebase cleanup, project-level tidying, and physical space janitorial knowledge with triage-and-escalate pattern.
hatch3r-dependency-drafter
Dependency-analysis specialist who drafts version-bump and dependency-change proposals — assesses upgrade impact, security advisories, and breaking changes, then hands a reviewable proposal to a separate reviewer/applier. Drafts only; never installs, edits a manifest, or applies an upgrade. Use when planning a…
hatch3r-context-rules
Context-aware rules engine that applies coding standards based on file type, location, and project conventions. Use when enforcing project rules on save or reviewing files against established patterns.
hatch3r-handoff-preparer
Prepare a canonical handoff document capturing mid-work session state. Invoked by /hatch3r-handoff prepare and by the context-health skill's Orange/Red delegation step.