From agent
Displays ClawCode plugin name, version, and GitHub repo URL via /about, /version commands or phrases like 'what version', 'about clawcode'. Adapts formatting for CLI, WhatsApp, Telegram.
npx claudepluginhub crisandrews/clawcode --plugin agentThis skill uses the workspace's default tool permissions.
Show a small card with the plugin name, version, and repo URL. Answers "where does this agent come from?" / "what version am I running?".
Checks bopen-tools plugin version against GitHub in ~70ms, returning JSON status (current/outdated/ahead). Use at session start, for update queries, or suspicious skill behavior.
Guides building Claude Code plugins: architecture, directory structure, manifests, components (commands, agents, skills, hooks, MCP servers), and marketplace distribution.
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.
Share bugs, ideas, or general feedback.
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.