claude-code

A plugin guide for using BLZ Claude Code, a tool that searches local technical documentation and shows exact line references. It covers installation methods, requirements, commands, and usage practices.

In plain words
What is it for?
It supports local installation, marketplace setup, direct plugin installation, and documentation lookup through the BLZ command-line tool.
Why use it?
It helps developers install the plugin correctly and find project documentation from inside Claude Code instead of searching files manually.

Agent

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.

agentmods
npx agentmods add agents/outfitter-dev/blz/claude-code
Clone the repo
git clone --depth 1 https://github.com/outfitter-dev/blz
Per session 21 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 2,123 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 findings. Scan, not verified.
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 $0.00021 $0.02123
Opus 5 $0.00010 $0.01061
Sonnet 5 $0.00004 $0.00425
Haiku 4.5 $0.00002 $0.00212

Measured 2d ago against content hash 70b7b1b726ae, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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
docs/agents/claude-code.md · 364 lines

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]

Read the full file on GitHub · 364 lines

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. 2d ago First seen · 364 lines · 21 tokens per session scan C 70b7b1b726ae

Subscribe to this mod's changes

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.