plugins/toondex/skills/stats/SKILL.md
Show ToonDex debug mode usage statistics. Tracks hook fires, index.toon reads, and effectiveness metrics.
npx skillsauth add cpoepke/toon-dex statsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
WHEN THIS SKILL IS INVOKED, IMMEDIATELY RUN THE COMMAND BELOW. DO NOT EXPLAIN - JUST EXECUTE.
Run this command and show the output to the user:
TOONDEX_DEBUG="${TOONDEX_DEBUG:-0}" ${CLAUDE_PLUGIN_ROOT}/scripts/show-stats.sh
If the script is not found at that path, try:
TOONDEX_DEBUG="${TOONDEX_DEBUG:-0}" ./plugins/toondex/scripts/show-stats.sh
That's it. Show the output. No further explanation needed unless the user asks.
The script will show a warning. Tell the user:
To enable debug mode: export TOONDEX_DEBUG=1
Then use Claude normally - stats accumulate automatically.
development
Semantic folder index for codebase navigation. Commands: /toondex (create), /redex (update). IMPORTANT: If you see "PROPOSE_REINDEX" in your context (injected by SessionStart hook), when the user sends their next message, briefly ask if they want you to run /redex first or if you should continue answering their question. "Oh, I see you've discovered my meticulously organized archive."
tools
Update existing index.toon with changes. Detects new/deleted/modified folders and updates the semantic folder index.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.