From agent
Shows the plugin name, version, and repository URL. Invoked by /about or /version commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent:aboutThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show a small card with the plugin name, version, and repo URL. Answers "where does this agent come from?" / "what version am I running?".
Show a small card with the plugin name, version, and repo URL. Answers "where does this agent come from?" / "what version am I running?".
🔌 ClawCode v<version>
Repo: https://github.com/crisandrews/ClawCode
Issues / stars: same link · feedback welcome
Get the version — preferred: call the watchdog_ping MCP tool; it returns {ok, version, ts, plugins} and is the cheapest way to get the live value (no filesystem reads).
Fallback if the tool isn't available: Bash:
jq -r .version "$CLAUDE_PLUGIN_ROOT/.claude-plugin/plugin.json"
Never hardcode the version — always read it at runtime.
Detect the surface for bold formatting:
**bold***bold* (single asterisk, no markdown headers)**bold** as-isPrint the card using REAL data. One card, no preamble, no persona-intro.
Tail-line language: the "Issues / stars …" line adapts to the user's conversation language. Default to EN if there's no clear signal. Known translations:
en → Issues / stars: same link · feedback welcomees → Issues / stars: mismo link · feedback bienvenidopt → Issues / stars: mesmo link · feedback bem-vindoFor other languages, keep the structure and translate the tail naturally.
🔌 **ClawCode** v<version>
Repo: https://github.com/crisandrews/ClawCode
<tail-line-in-user-language>
🔌 *ClawCode* v<version>
Repo: https://github.com/crisandrews/ClawCode
<tail-line-in-user-language>
Bold uses single * on WhatsApp (no markdown headers).
Same as CLI/WebChat.
/about and /version are aliases — same response./help, not /about — do not conflate.npx claudepluginhub crisandrews/clawcode --plugin agentChecks if the bopen-tools plugin is up to date by comparing local and GitHub versions. Returns status (current, outdated, etc.) and suggests update commands. Fast (~70ms).
Analyzes Claude Code agent extensions and generates self-contained interactive HTML wiki reports with security audits, architecture diagrams, and plugin profiles. Activates on analysis requests, GitHub plugin URLs, or local paths.
Guides Claude Code plugin creation, structure (plugin.json, commands/agents/skills/hooks), installation (/plugin), marketplaces, team workflows, testing, debugging, and settings. Delegates to docs-management.