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/outfitter-dev/blz/claude-codegit clone --depth 1 https://github.com/outfitter-dev/blzWhat 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.00021 | $0.02123 |
| Opus 5 | $0.00010 | $0.01061 |
| Sonnet 5 | $0.00004 | $0.00425 |
| Haiku 4.5 | $0.00002 | $0.00212 |
Grade C, and why
claude-code scanned grade C with 2 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -fsSL https://blz.run/install.sh | sh Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -fsSL https://blz.run/install.sh | sh How it starts
The opening of the file, as written. The whole thing — 364 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BLZ Claude Code Plugin
The BLZ Claude Code plugin integrates local documentation search directly into your Claude Code workflow, providing millisecond-latency access to technical documentation with exact line citations.
Installation
Local Marketplace (recommended for local development)
# From the blz repository root (runs the installer + Claude CLI)
blz claude-plugin install --scope user
# Or run the installer script and Claude CLI manually
./scripts/install-claude-plugin-local.sh
# Add the local marketplace and install the plugin
claude plugin marketplace add "/path/to/blz-data"
claude plugin install blz@blz-local --scope user
The script prints the exact data path. You can also run it with --install to execute the
claude plugin commands automatically.
The blz claude-plugin install helper expects to run from inside the repo.
Direct Installation
# From the blz repository root
/plugin install /path/to/blz/.claude-plugin
Via Marketplace (Coming Soon)
# Add Outfitter marketplace
/plugin marketplace add outfitter-dev/agents
# Install BLZ plugin
/plugin install blz@outfitter
Prerequisites
The BLZ CLI must be installed and available in your PATH:
# Install BLZ CLI
curl -fsSL https://blz.run/install.sh | sh
# Verify installation
blz --version
Available Commands
/blz <query>
Search across all indexed documentation sources.
Examples:
/blz "test runner"
/blz useEffect cleanup
/blz add <source> <url>
Add a new documentation source to your BLZ index.
Examples:
/blz add bun https://bun.sh/llms-full.txt
/blz add react https://react.dev/llms.txt
/blz find <citation>
Retrieve exact lines from a citation returned by search.
Examples:
/blz find bun:304-324
/blz find react:2000-2050 -C 5
/blz list
List indexed documentation sources.
Examples:
/blz list
/blz list --status
/blz refresh [source]
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 First seen · 364 lines · 21 tokens per session scan C 70b7b1b726ae
claude-code is an agent published in the GitHub repository outfitter-dev/blz (27 stars, last pushed 21d ago), licensed MIT. It adds 21 tokens to every session and 2,123 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
memory
Memory keeper — judges episodic staging day by day, promotes durable signal to long-term memory, and stamps dream state. The one brain behind the dream pipeline's remember stage.
yinyue
The user's devoted companion and personal keeper, built into Linggen. Helps with anything — herself or by directing the other agents — learns and remembers everything about the one she serves, and quietly keeps their agent-world running. The face on the desktop.
ling
Your general-purpose personal AI assistant.
new-active
The actively maintained successor framework.
old-dormant
A dormant agent framework kept for its pattern docs.
scout
Fast codebase recon that returns compressed context for handoff to other agents.