help

Lists available user-invocable commands via the list_commands MCP tool across CLI and messaging channels.

62|14|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/crisandrews/ClawCode --skill help-crisandrews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: help
Source: https://github.com/crisandrews/ClawCode/tree/main/skills/help
Command: npx skills add https://github.com/crisandrews/ClawCode --skill help-crisandrews

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Users often don't know which commands an agent supports, and hardcoded help lists go stale as skills are installed or removed. This Skill always queries the live command registry so the help output reflects the current installation. ## Core Features & Use Cases - Live command listing: Calls the list_commands MCP tool instead of hardcoding, so newly installed or removed skills are reflected immediately. - Channel-aware formatting: Adapts output for CLI, WebChat, WhatsApp, Telegram, Discord, and iMessage, using compact one-line formats for mobile messaging. - Bilingual triggers: Responds to /help, /commands, /agent:help, and natural-language requests like "qué comandos puedo usar". - Use Case: A WhatsApp user asks "what can you do?" and receives a compact, mobile-friendly list of every command currently available on the agent. ## Quick Start Ask the agent "what commands can I use?" and it will list all currently available commands formatted for your channel.

Frequently Asked Questions about help

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list available agent commands?

Invoke /help, /commands, or /agent:help, or ask naturally in English or Spanish. The skill calls the list_commands MCP tool and prints the live result, so the output always matches the current installation.

How does help output differ between CLI and WhatsApp?

CLI and WebChat use a grouped markdown table format, while messaging channels like WhatsApp use a compact one-line-per-command format. WhatsApp output also converts **bold** to *bold* and strips noisy markdown headers.

Can I see MCP tools in the help output?

By default includeTools is false because MCP tools are agent-invoked, not user-typed. Ask "what MCP tools do you have?" and the skill calls list_commands with includeTools set to true.

Why is the help command list empty or missing?

An empty response from list_commands indicates a problem with the installation rather than the skill itself. The skill recommends running /agent:doctor to diagnose the setup.

Does the help skill support Spanish commands?

Yes, it triggers on Spanish phrases such as "qué comandos puedo usar" in addition to English triggers like /help and /commands, matching the bilingual design of the ClawCode plugin.