Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add sonomoshq/Canary/plugin install canaryWrote 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/sonomoshq/canary/wrapped)<a href="https://agentmods.dev/skills/sonomoshq/canary/wrapped"><img src="https://agentmods.dev/badge/skills/sonomoshq/canary/wrapped.svg" alt="Measured on agentmods" 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.00037 | $0.00625 |
| Opus 5 | $0.00018 | $0.00313 |
| Sonnet 5 | $0.00007 | $0.00125 |
| Haiku 4.5 | $0.00004 | $0.00063 |
Grade A, and why
wrapped scanned grade A with 0 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 6d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Canary Wrapped
Generate the self-contained, shareable "Wrapped" recap of the sensitive data the user has exposed to Claude — a Spotify-Wrapped-style HTML page with a big number, a risk grade, top leaked categories, the worst single day, the longest clean streak, and a persona reveal.
Parse $ARGUMENTS for a period and/or demo:
demo(in any position) → add--demoso the page renders ~140 realistic, fully-fake detections instead of real data. Use this when the user has little/no real history yet and wants to see what Wrapped looks like, or explicitly asks for a demo/sample.30d(default),90d, orall→ passed as--period.
Run:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/wrapped.py" --period <30d|90d|all, default 30d> [--demo] --no-open
(--no-open keeps this non-interactive; mention the path so the user can open it themselves,
and drop --no-open if the user explicitly asks to launch it in a browser.)
The script prints the output path on success — always relay that exact path back to the user. Tell them:
- Where the file is (the printed path — normally
${CLAUDE_PLUGIN_DATA:-~/.sonomos}/canary-wrapped.html). - That it's a single self-contained HTML file, generated locally, with zero network requests — nothing was uploaded anywhere.
- That it scrolls through several full-screen "scenes" (cover, the number, top categories, biggest spike, cleanest streak, persona, and an install CTA), and each scene is screenshot-ready on its own for sharing — screenshot just the one that's most interesting to them (the persona reveal is usually the shareable payoff).
- If the period had zero detections, it still renders a clean, celebratory "0 exposures" version — that's expected, not a bug.
Detection Architecture
Wrapped reads the same leaks.jsonl detection log as the dashboard (/canary:leaked) and
scores it against the same shared taxonomy (taxonomy.json), so the grade and persona shown
here always agree with the dashboard's numbers for the same time window.
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.
- 6d ago First seen · 56 lines · 37 tokens per session scan A 73d1eb04ef30
wrapped is a skill published in the GitHub repository sonomoshq/Canary (2 stars, last pushed 6d ago), licensed MIT. It adds 37 tokens to every session and 625 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
second-thought
Use when an idea, decision, design, plan, response, tool call, or action is about to be accepted or executed, especially during brainstorming, convergence, and pre-execution where shallow agreement or goal drift may occur.
using-second-thought
Use when starting any conversation and before major decisions to ensure second-thought critique is auto-applied before commitment, especially in brainstorming, convergence, and pre-execution phases.
docs-drift
Documentation-drift audit for this plugin monorepo. Audit either each scoped plugin's unreleased changelog claims or its latest shipped release from the previous reachable plugin-name--v tag, then verify that plugin READMEs, docs, CLAUDE.md or AGENTS.md files, and root documentation tell the truth for the matching…
cco-tools
Show what tools actually cost in tokens — learned per-tool averages from observed results, replacing the hardcoded MCP/Agent guesses.
test-run
Run plugin test suites in this monorepo and report a concise pass/fail summary. Optional plugin slug arg; without arg, runs all plugins under plugins/.
github-pr-creation
Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing…