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 skills/serpro69/claude-toolbox/review-codenpx skills add serpro69/claude-toolbox --skill review-codegit clone --depth 1 https://github.com/serpro69/claude-toolboxWhat 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.00037 | $0.01108 |
| Opus 5 | $0.00018 | $0.00554 |
| Sonnet 5 | $0.00007 | $0.00222 |
| Haiku 4.5 | $0.00004 | $0.00111 |
Grade A, and why
review-code 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 2d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
26 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- evals/_harness/HARNESS.md 8.4 KB
- evals/_harness/setup.sh 1.8 KB runs code
- evals/go-regression/eval.json 2.0 KB
- evals/go-regression/test-files/main.go 245 B
- evals/k8s-helm-chart/eval.json 2.6 KB
- evals/k8s-helm-chart/test-files/Chart.yaml 257 B
- evals/k8s-helm-chart/test-files/templates/_helpers.tpl 544 B
- evals/k8s-helm-chart/test-files/templates/deployment.yaml 754 B
- evals/k8s-helm-chart/test-files/values.yaml 171 B
- evals/k8s-kustomize-only/eval.json 2.5 KB
- evals/k8s-kustomize-only/test-files/kustomization.yaml 265 B
- evals/k8s-kustomize-only/test-files/patches/configmap-patch.yaml 115 B
- evals/k8s-monorepo-false-positive/eval.json 2.8 KB
- evals/k8s-monorepo-false-positive/test-files/Chart.yaml 164 B
- evals/k8s-monorepo-false-positive/test-files/docs/templates/reference.yaml 151 B
- evals/k8s-monorepo-false-positive/test-files/templates/service.yaml 377 B
- evals/k8s-workload-full/eval.json 2.7 KB
- evals/k8s-workload-full/test-files/configmap.yaml 125 B
- evals/k8s-workload-full/test-files/deployment.yaml 515 B
- evals/k8s-workload-full/test-files/service.yaml 168 B
- review-isolated.md 15 KB
- review-process.md 13 KB
- shared-capy-knowledge-protocol.md 37 B
- shared-pal-codereview-invocation.md 39 B
- shared-profile-detection.md 31 B
- shared-review-scope-protocol.md 35 B
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.
- 2d ago First seen · 91 lines · 37 tokens per session scan A 1c88c9b4b163
review-code is a skill published in the GitHub repository serpro69/claude-toolbox (148 stars, last pushed 2d ago), with no licence file. It adds 37 tokens to every session and 1,108 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-30.
Other skills, from other repositories
project-graveyard
Scans the developer's machine for dead side projects, autopsies each one from its git history (died at the payments wall, killed by a newer project, finished but never shipped), surfaces their personal death patterns, and picks the corpse most worth resurrecting — then helps ship it. Use when the user mentions…
web-app-penetration-testing
Pentest a web app or website end to end — black-box testing of a live URL, staging environment, or local dev server that finds and exploits real vulnerabilities (auth bypass, broken access control, IDOR, injection, XSS, SSRF, business logic) and proves each one with a working proof-of-concept instead of a signature…
haiku
When writing a haiku for this bot, follow these conventions.
deploy-docker-compose
Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…
azure-mgmt-botservice-dotnet
Azure Resource Manager SDK for Bot Service in .NET. Management plane operations for creating and managing Azure Bot resources, channels (Teams, DirectLine, Slack), and connection settings. Triggers: "Bot Service", "BotResource", "Azure Bot", "DirectLine channel", "Teams channel", "bot management .NET", "create bot".
babysit
Same-session monitoring loop for PRs, CI runs, tickets, and deployments using the monitorstart / monitorupdate / autonudgestop MCP tools. The loop re-injects your check instructions into THIS session on an idle interval — same context, same tools — and works from dashboard chat, Slack threads, and Discord DMs. Use…