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 skills add NorthwoodsSentinel/northwoods-pack --skill northwoods-fleetgit clone --depth 1 https://github.com/NorthwoodsSentinel/northwoods-packWrote 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/skills/northwoodssentinel/northwoods-pack/northwoods-fleet)<a href="https://agentmods.dev/skills/northwoodssentinel/northwoods-pack/northwoods-fleet"><img src="https://agentmods.dev/badge/skills/northwoodssentinel/northwoods-pack/northwoods-fleet/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/skills/northwoodssentinel/northwoods-pack/northwoods-fleet"><img src="https://agentmods.dev/badge/skills/northwoodssentinel/northwoods-pack/northwoods-fleet.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.00083 | $0.00574 |
| Opus 5 | $0.00042 | $0.00287 |
| Sonnet 5 | $0.00017 | $0.00115 |
| Haiku 4.5 | $0.00008 | $0.00057 |
Grade A, and why
NorthwoodsFleet scanned grade A with 1 finding 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 12d 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s -X POST http://localhost:31337/notify \ What it actually says
Customization
~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/NorthwoodsFleet/
Voice Notification
curl -s -X POST http://localhost:31337/notify \
-H "Content-Type: application/json" \
-d '{"message": "Routing through the fleet"}' \
> /dev/null 2>&1 &
NorthwoodsFleet — Model Router
Calls the deployed Northwoods Pack Worker to route a query through the right Workers AI model based on hint.
Workflow
- Read
pack.urlandauth.tokenfrom~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/NorthwoodsPack/CONFIG.md. POST {pack.url}/fleet/routewithX-Pack-Token: {auth.token}and a JSON body.
Request
curl -s -X POST "$PACK_URL/fleet/route" \
-H "Content-Type: application/json" \
-H "X-Pack-Token: $TOKEN" \
-d '{
"task": "the user query as a single prompt",
"hint": "code",
"max_tokens": 512
}'
Returns {response, model_used, route_reason, hint_received}.
Hint values
| Hint | Routes to | When to use |
|---|---|---|
code |
Llama 4 Scout (US) | Code questions, technical reasoning |
translate |
Mistral Small 3.1 | Multilingual / translation |
reflect |
Gemma 3 12B | Measured, reflective register |
research |
Llama 4 Scout (stub — Perplexity in v0.3) | Research questions |
factcheck |
Llama 4 Scout (stub — multi-model in v0.3) | Verification questions |
| (none) | Llama 4 Scout (default) | Anything else |
Failure behavior
If the Worker returns an error or is unreachable, surface the error to the user. Do NOT silently fall back to a different model — the route_reason is part of the contract.
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.
- 12d ago First seen · 59 lines · 83 tokens per session scan A dbba12078902
NorthwoodsFleet is a skill published in the GitHub repository NorthwoodsSentinel/northwoods-pack (2 stars, last pushed 13d ago), licensed Apache-2.0. It adds 83 tokens to every session and 574 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
hyperframes
Create video compositions, animations, title cards, overlays, captions, voiceovers, audio-reactive visuals, and scene transitions in HyperFrames HTML. Use when asked to build any HTML-based video content, add captions or subtitles synced to audio, generate text-to-speech narration, create audio-reactive animation…
hyperframes-cli
HyperFrames CLI tool — hyperframes init, lint, preview, render, transcribe, tts, doctor, browser, info, upgrade, compositions, docs, benchmark. Use when scaffolding a project, linting or validating compositions, previewing in the studio, rendering to video, transcribing audio, generating TTS, or troubleshooting the…
Send WhatsApp messages, list chats, and search history via wacli (local CLI backed by a synced store at /.wacli). Unpaired? Run the guided connect flow (scripts/guidedconnect.py) from chat — no terminal needed.
skill-usage-report
Engine half of the skill-usage telemetry loop (owner spec 2026-07-19: "show when the skill is last used, and how many times… recommend disable, or user would disable themself"). Cloud half: AU#93 (skillusage rollup + POST /api/skills/usage + last-used in the assignments GET).
subscription-scanner
Scans Gmail for active paid subscriptions and tracks them over time. Surfaces additions / cancellations between scans.
macos-tools
Native macOS integrations via AppleScript. No API keys needed — works on any Mac.