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/aiocean/claude-plugins/aio-patch-controlnpx skills add aiocean/claude-plugins --skill aio-patch-controlgit clone --depth 1 https://github.com/aiocean/claude-pluginsWhat 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.00098 | $0.00460 |
| Opus 5 | $0.00049 | $0.00230 |
| Sonnet 5 | $0.00020 | $0.00092 |
| Haiku 4.5 | $0.00010 | $0.00046 |
Grade A, and why
aio-patch-control 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
- `control/simple-client.sh`, `raw-client.sh` — minimal curl-based clients 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
10 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.
- scripts/control.sh 1.6 KB runs code
- templates/control/client.ts 14 KB runs code
- templates/control/interactive-client.sh 629 B runs code
- templates/control/raw-client.sh 1.7 KB runs code
- templates/control/README.md 11 KB
- templates/control/simple-client.sh 838 B runs code
- templates/control/stream-ambient.sh 2.8 KB runs code
- templates/control/stream-client.sh 1.7 KB runs code
- templates/control/stream-text.sh 5.1 KB runs code
- tests/test-scaffold.sh 1001 B runs code
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 · 40 lines · 98 tokens per session scan A 956faec39ef5
aio-patch-control is a skill published in the GitHub repository aiocean/claude-plugins (4 stars, last pushed 7d ago), with no licence file. It adds 98 tokens to every session and 460 once invoked, about $0.0005 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 skills, from other repositories
source-command-methodology-advisor
Analyzes your codebase and asks 3 targeted questions to recommend the right AI-assisted development methodology stack.
spellbook-auditing
Meta-audit skill for spellbook development. Spawns parallel subagents to factcheck docs, optimize instructions, find token savings, and identify MCP candidates. Produces actionable report.
aic-help
Show AIContext quickstart guide with setup, workflows, and best practices.
aic-skills
Show all available AIContext skills grouped by workflow stage.
agent-orchestrator-task
Agent skill for orchestrator-task - invoke with $agent-orchestrator-task.
add-matrix
Add Matrix channel integration via Chat SDK. Works with any Matrix homeserver.