Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Malo-T/claude-toolbeltnpx agentmods add skills/malo-t/claude-toolbelt/plugin-commandsWrote 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/malo-t/claude-toolbelt/plugin-commands)<a href="https://agentmods.dev/skills/malo-t/claude-toolbelt/plugin-commands"><img src="https://agentmods.dev/badge/skills/malo-t/claude-toolbelt/plugin-commands.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.00073 | $0.00352 |
| Opus 5 | $0.00036 | $0.00176 |
| Sonnet 5 | $0.00015 | $0.00070 |
| Haiku 4.5 | $0.00007 | $0.00035 |
Grade A, and why
plugin-commands 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 8d 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.
What it actually says
Validate before pushing — the marketplace command does not open plugin manifests, so a broken
plugin.json passes it silently:
claude plugin validate . --strict
for p in plugins/*/; do claude plugin validate "$p/.claude-plugin/plugin.json" --strict; done
Check that the two hook plugins' duplicated watch.sh haven't diverged (see root CLAUDE.md's
Architecture section):
./scripts/check-watcher-parity.sh
Run a plugin's skill evals (currently authored but unrun — claude plugin eval is early access
and refuses to run on this account):
claude plugin eval plugins/<name> --ablation with-without
Iterate on a plugin without touching the installed cache — loads straight from the working copy for
that session, and /reload-plugins picks up later edits without restarting:
claude --plugin-dir "$PWD/plugins/<name>"
Tag a release — versions are per plugin, in each plugins/<name>/.claude-plugin/plugin.json; the
command checks that manifest and marketplace entry agree and refuses a dirty tree:
claude plugin tag plugins/<name> --push # creates <name>--v<version>
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.
- 8d ago First seen · 41 lines · 73 tokens per session scan A a4992c96d093
plugin-commands is a skill published in the GitHub repository Malo-T/claude-toolbelt (2 stars, last pushed 18d ago), licensed MIT. It adds 73 tokens to every session and 352 once invoked, about $0.0004 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
cold-outreach
Research a prospect, evaluate fit, draft a personalized cold email, preview it to yourself, send it via Resend, and track it in a bounded ledger. Use when the user asks to "research a company/prospect", "check out this lead", "draft a cold email", "send cold outreach", "outreach to this business", "deep dive on this…
email-broadcasts
Draft, test, and send marketing / product-update email broadcasts to an audience via Resend. Use when the user asks to "send a broadcast", "email blast", "newsletter", "product update email", "announce something to users", "marketing email", "review request", "how many contacts", "email history", or "what have we…
jina-image-search
Find and scrape images from the web using Jina AI. Use this skill when the user asks to find images, search for photos, get pictures from Unsplash/Pexels/Pixabay, needs stock photos for presentations, websites, or designs, or mentions finding images online.
site-prospector
Find local businesses worth pitching a free demo website to, present them with honest reasoning, let the user pick, then for each: verify the facts, build a site via site-forge, deploy it, and draft tailored multi-channel outreach — logging everything to a bounded ledger. Use whenever the user wants to find prospects…
github-audit
Audit GitHub repo health, auto-fix safe issues, run quality gates, deploy, and record decisions across runs. Use when asked to audit a repo, check repo/CI/dependency health, run pre-deploy quality checks, or ship after an audit.
site-forge
Build a distinctive, production-grade website (single-page or multi-page) — and an optional Remotion promo video — for any business, product, or person, then deploy it free. Use whenever the user wants to build, design, mock up, prototype, or pitch a website, landing page, demo/spec site, or portfolio — for a local…