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-myceliagit 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-mycelia)<a href="https://agentmods.dev/skills/northwoodssentinel/northwoods-pack/northwoods-mycelia"><img src="https://agentmods.dev/badge/skills/northwoodssentinel/northwoods-pack/northwoods-mycelia/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-mycelia"><img src="https://agentmods.dev/badge/skills/northwoodssentinel/northwoods-pack/northwoods-mycelia.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.00080 | $0.00628 |
| Opus 5 | $0.00040 | $0.00314 |
| Sonnet 5 | $0.00016 | $0.00126 |
| Haiku 4.5 | $0.00008 | $0.00063 |
Grade A, and why
NorthwoodsMycelia 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/NorthwoodsMycelia/
To enable per-call: add X-Mycelia-Opt-In: true header to each request. Per-user persistent opt-in is a v0.3 feature.
Voice Notification
curl -s -X POST http://localhost:31337/notify \
-H "Content-Type: application/json" \
-d '{"message": "Reaching the mycelia"}' \
> /dev/null 2>&1 &
NorthwoodsMycelia — Cross-Fleet Help (opt-in, v0.2 stub)
Calls the deployed Northwoods Pack Worker to post a help request or read open requests from the cross-fleet network.
v0.2 status: structural stub. The endpoints exist and enforce the opt-in contract, but cross-fleet wiring isn't built yet. Posts are acknowledged but not relayed. Full wiring lands in v0.3.
Workflow
- Read
pack.urlandauth.tokenfrom~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/NorthwoodsPack/CONFIG.md. - Per-request opt-in REQUIRED: send header
X-Mycelia-Opt-In: trueon every call. Without it, the Worker returns 403.
Post a help request
curl -s -X POST "$PACK_URL/mycelia/ask" \
-H "Content-Type: application/json" \
-H "X-Pack-Token: $TOKEN" \
-H "X-Mycelia-Opt-In: true" \
-d '{
"question": "the question to ask the cross-fleet network",
"context": "optional context"
}'
Returns {acknowledged, note, received}.
List open requests
curl -s "$PACK_URL/mycelia/open" \
-H "X-Pack-Token: $TOKEN" \
-H "X-Mycelia-Opt-In: true"
Returns {open: [], note}. (v0.2 always returns empty array.)
Failure behavior
If the user has not explicitly opted in this request (no X-Mycelia-Opt-In: true header), the Worker returns 403 with a note explaining the opt-in requirement. Surface this to the user — they need to consciously enable.
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 · 62 lines · 80 tokens per session scan A 9771a9ad5ef9
NorthwoodsMycelia is a skill published in the GitHub repository NorthwoodsSentinel/northwoods-pack (2 stars, last pushed 12d ago), licensed Apache-2.0. It adds 80 tokens to every session and 628 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.