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.
git clone --depth 1 https://github.com/Hainrixz/aprende-skillWrote 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/hainrixz/aprende-skill/aprende-disable-hooks)<a href="https://agentmods.dev/commands/hainrixz/aprende-skill/aprende-disable-hooks"><img src="https://agentmods.dev/badge/commands/hainrixz/aprende-skill/aprende-disable-hooks.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.00042 | $0.00636 |
| Opus 5 | $0.00021 | $0.00318 |
| Sonnet 5 | $0.00008 | $0.00127 |
| Haiku 4.5 | $0.00004 | $0.00064 |
Grade B, and why
aprende-disable-hooks 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 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
Remove the aprende PostToolUse + Stop hooks from ~/.claude/settings.json. How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/aprende-disable-hooks
When invoked, remove the aprende hooks from the user's global
~/.claude/settings.json. Leaves other hooks (from other plugins or
manually added) untouched.
Procedure
-
Backup. Copy
~/.claude/settings.jsonto~/.claude/settings.json.aprende-backup-<YYYY-MM-DD-HHMM>before any write. -
Read settings. Parse
~/.claude/settings.json. If the file doesn't exist or doesn't contain"aprende-hooks-installed": true, print:aprende hooks are not installed. Nothing to do.and exit cleanly.
-
Remove aprende entries. From
hooks.PostToolUse, drop any entry whosehooks[].commandcontainsaprendeorcapture-signal.sh. Fromhooks.Stop, drop entries containingstop-suggest.sh. Keep all other hook entries intact. If an array becomes empty, remove the array. -
Remove the marker. Delete the top-level
"aprende-hooks-installed"field. -
Write back. Save the cleaned JSON. Pretty-print (2-space indent).
-
Confirm. Print:
✓ aprende hooks removed from ~/.claude/settings.json ✓ Backup at ~/.claude/settings.json.aprende-backup-<timestamp> ✓ Other hooks (if any) preserved. To reinstall, run /aprende-enable-hooks.
Safety
- Always back up before editing.
- Surgical removal only — touch only entries that match aprende's hook
scripts (
capture-signal.sh,stop-suggest.sh) or theaprende-hooks-installedmarker. - Be idempotent. Running this when nothing is installed is a no-op.
- Refuse to run if
~/.claude/settings.jsonparses as invalid JSON. - Never delete the file. Always leave at least
{}.
Note on manual cleanup
If the user installed the plugin via marketplace, hook entries also live
in the plugin's own hooks/hooks.json (loaded automatically). To fully
disable hooks in that case, the user uninstalls the plugin
(/plugin uninstall aprende). This command only removes entries from
the user's global settings.
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 · 74 lines · 42 tokens per session scan B 07115f68c26d
aprende-disable-hooks is a command published in the GitHub repository Hainrixz/aprende-skill (23 stars, last pushed 1mo ago), licensed MIT. It adds 42 tokens to every session and 636 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other commands, from other repositories
deps-audit
Audit project dependencies for vulnerabilities, outdated packages, license conflicts, and supply chain risks — then provide actionable remediation strategies.
template
Manage issue templates for streamlined issue creation.
discover
Search the Everruns(Dev) API catalog for available operations.
fix
Universal debugging and fix application with semantic code analysis.
doctor
Badi configuration validation. Checks all Badi components and produces a diagnostic report.
t800-onboard
A command for newcomers that explains what is installed in Cursor globally and in the current project, plus what the T-800 team can do.