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 agentmods add commands/sergei-aronsen/claude-code-toolkit/update-depsgit clone --depth 1 https://github.com/sergei-aronsen/claude-code-toolkitWrote 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/commands/sergei-aronsen/claude-code-toolkit/update-deps)<a href="https://agentmods.dev/commands/sergei-aronsen/claude-code-toolkit/update-deps"><img src="https://agentmods.dev/badge/commands/sergei-aronsen/claude-code-toolkit/update-deps.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 | $0.00066 | $0.01590 |
| Opus 5 | $0.00033 | $0.00795 |
| Sonnet 5 | $0.00013 | $0.00318 |
| Haiku 4.5 | $0.00007 | $0.00159 |
Grade A, and why
update-deps 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 4d 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.
get-shit-done 1.40.0 1.40.0 ✓ up-to-date Standalone curl installer How it starts
The opening of the file, as written. The whole thing — 136 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/update-deps — Dependency Update Dashboard
Purpose
/update-toolkit only refreshes the toolkit itself. /update-deps shows the
full picture — every dependency the toolkit composes with — and lets the user
manually pick which ones to upgrade.
User feedback (2026-05-06): "I want a table dashboard. Show installed vs latest, let me pick what to upgrade. Manual, not automatic."
Usage
bash scripts/update-deps.sh # table + interactive picker (default)
bash scripts/update-deps.sh --dry-run # table only, exit 0
bash scripts/update-deps.sh --yes # update every outdated dep, no prompt
bash scripts/update-deps.sh --check <name> # probe a single dep, print TSV
Output Format
Claude Code Toolkit — Dependency Update Dashboard
Toolkit build date: 2026-05-06 · CC: 2.1.131 (Claude Code)
DEP INSTALLED LATEST STATUS
────────────────────────────────────────────────────────────────
Toolkit
toolkit 6.1.0 6.1.0 ✓ up-to-date Run /update-toolkit inside Claude Code
Bootstrap
superpowers 5.1.0 — ? rolling Anthropic plugin marketplace
get-shit-done 1.40.0 1.40.0 ✓ up-to-date Standalone curl installer
ru-text 1.4.0 — ? rolling
Optional
caveman c2ed24b3e5d4 — ? rolling
External
cc-safety-net 0.7.1 0.8.2 ↑ update PreToolUse danger blocker
rtk 0.38.0 0.38.0 ✓ up-to-date Token optimizer (brew)
get-shit-done-cc 1.40.0 1.40.0 ✓ up-to-date GSD SDK CLI helper
Update which?
o = outdated only (default, 1 row)
a = all rows (force-refresh)
c = custom (comma-separated names)
n = none, exit
Choice [o]:
Status legend
↑ update(yellow) — installed != latest, upgrade available✓ up-to-date(green) — installed == latest? rolling(dim) — no upstream version metadata; rolling-update upstream (e.g. plugin marketplaces don't yet expose latest tag via API)
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.
- 4d ago First seen · 136 lines · 66 tokens per session scan A 135fe4b4f066
update-deps is a command published in the GitHub repository sergei-aronsen/claude-code-toolkit (5 stars, last pushed 18d ago), licensed MIT. It adds 66 tokens to every session and 1,590 once invoked, about $0.0003 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 commands, from other repositories
git
Git operations with intelligent commit messages and workflow optimization.
checklist
Generate a custom checklist for the current feature based on user requirements.
clarify
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
specify
Create or update the feature specification from a natural language feature description.
converge
Assess the current codebase against the feature's spec, plan, and tasks, then append any remaining unbuilt work as new tasks to tasks.md so implement can complete it.
implement
Execute the implementation plan by processing and executing all tasks defined in tasks.md.