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-rhetoricgit 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-rhetoric)<a href="https://agentmods.dev/skills/northwoodssentinel/northwoods-pack/northwoods-rhetoric"><img src="https://agentmods.dev/badge/skills/northwoodssentinel/northwoods-pack/northwoods-rhetoric/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-rhetoric"><img src="https://agentmods.dev/badge/skills/northwoodssentinel/northwoods-pack/northwoods-rhetoric.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.00107 | $0.00687 |
| Opus 5 | $0.00053 | $0.00344 |
| Sonnet 5 | $0.00021 | $0.00137 |
| Haiku 4.5 | $0.00011 | $0.00069 |
Grade A, and why
NorthwoodsRhetoric 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 \ How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Customization
Before executing, check for user customizations at:
~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/NorthwoodsRhetoric/
If this directory exists, load and apply any PREFERENCES.md, configurations, or resources found there. These override default behavior. If the directory does not exist, proceed with skill defaults.
Voice Notification
curl -s -X POST http://localhost:31337/notify \
-H "Content-Type: application/json" \
-d '{"message": "Transforming response through rhetoric module"}' \
> /dev/null 2>&1 &
NorthwoodsRhetoric — Output Transform
Calls the deployed Northwoods Pack Worker (one Worker, five modules) to transform a draft AI response before showing it to the user.
Workflow
- Read
pack.urlandauth.tokenfrom~/.claude/PAI/USER/SKILLCUSTOMIZATIONS/NorthwoodsPack/CONFIG.md. - POST the draft response text + context hint to
{pack.url}/rhetoric/transform. - If the Worker returns transformed text, use it as the final response.
- If the Worker is unreachable (network down, 5xx error), return the original draft and log a quiet warning.
Request
PACK_URL="<from CONFIG.md pack.url>"
TOKEN="<from CONFIG.md auth.token>"
curl -s -X POST "$PACK_URL/rhetoric/transform" \
-H "Content-Type: application/json" \
-H "X-Pack-Token: $TOKEN" \
-d '{
"text": "the draft response markdown",
"context": "chat"
}'
Response shape
{
"text": "transformed response",
"applied": ["strip-emoji-headers", "split-long-sentences", ...],
"warnings": []
}
Use the text field as the final response. The applied and warnings arrays are diagnostic — surface only if a warning fires.
Context values
| Value | When |
|---|---|
chat |
Conversational reply, Discord, Slack, casual back-and-forth |
doc |
Long-form writing, blog posts, reports |
code-explain |
Explaining code — preserves code blocks |
reflection |
Inner-voice/mirror work — preserves formatting hierarchy |
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 · 74 lines · 107 tokens per session scan A f45c6fe99357
NorthwoodsRhetoric is a skill published in the GitHub repository NorthwoodsSentinel/northwoods-pack (2 stars, last pushed 12d ago), licensed Apache-2.0. It adds 107 tokens to every session and 687 once invoked, about $0.0005 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.