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/devobsessed/code-captain/new-commandgit clone --depth 1 https://github.com/devobsessed/code-captainWhat 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.00000 | $0.02734 |
| Opus 5 | $0.00000 | $0.01367 |
| Sonnet 5 | $0.00000 | $0.00547 |
| Haiku 4.5 | $0.00000 | $0.00273 |
Grade B, and why
new-command scanned grade B 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 yesterday.
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.
Enumerates other installed skillsmediumAgent snooping
Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.
ls .claude/skills/ | grep "^command-name$" 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 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.
- yesterday First seen · 367 lines · 0 tokens per session scan B fe6a271c214f
new-command is a command published in the GitHub repository devobsessed/code-captain (14 stars, last pushed 3mo ago), with no licence file. It costs nothing until one of its globs matches a file; then it loads 2,734 tokens. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
EXEC
Execute skills as CLI tools from anywhere on your system. Run skills with agent-driven execution without needing to clone them first.
COMPLETION
Enable shell tab completion for OASR commands, subcommands, and dynamic resources (skills, agents, profiles).
CONFIG
Command "CONFIG" from JordanGunn/oasr, covering oasr config, quick reference, usage, subcommands and config set.
REGISTRY
Manage the skill registry - add, remove, list, and sync skills.
SYNC
Refresh outdated tracked skills from the registry.
CLONE
Clone skills from the registry to a target directory. Supports glob patterns and works with both local and remote skills.