about
Show the plugin source — name, version, and repo URL. Works from CLI or messaging. Triggers on /about, /version, /agent:about, /agent:version, "qué versión",…
Show the sender's info — their ID, the channel they're using, and which agent they're talking to. Triggers on /whoami, /id, /quien, "quién soy", "who am I".
$ npx -y skills add crisandrews/ClawCode --skill whoami --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/whoamiContext preview
The summary Claude sees to decide when to auto-load this skill.
Show the sender's info — their ID, the channel they're using, and which agent they're talking to. Triggers on /whoami, /id, /quien, "quién soy", "who am I".
name: whoami description: Show the sender's info — their ID, the channel they're using, and which agent they're talking to. Triggers on /whoami, /id, /quien, "quién soy", "who am I". user-invocable: true
Show the current sender and session context. Useful for debugging on messaging channels.
1. **Detect the surface**:
2. **Extract sender info** from the message metadata if on a messaging channel.
3. **Get agent identity** from IDENTITY.md (name + emoji).
4. **Format the response**:
You: local user Agent: <Name> <emoji> Workspace: <path> Session: <id if available>
*You:* <user_id> *Agent:* <Name> <emoji> *Channel:* WhatsApp
**You:** <user_id> **Agent:** <Name> <emoji> **Channel:** Telegram
5. **Keep it short** — one card, no preamble.
Persistent agents for Claude Code as a plugin, not a harness. Memory, personality, messaging across WhatsApp, Telegram, and Discord, plus a service mode for 24/7 runs. Imports from OpenClaw.
Show the plugin source — name, version, and repo URL. Works from CLI or messaging. Triggers on /about, /version, /agent:about, /agent:version, "qué versión",…
Show messaging channel status (WhatsApp, Telegram, Discord, iMessage, Slack, Fakechat) and the launch command to load them. Triggers on /agent:channels,…
Flush important session context to daily log (manual memory flush). Does NOT invoke native /compact. Triggers on /compact, /agent:compact, /flush, "guarda…
Create a new agent in the current directory with personality files and bootstrap ritual. Triggers on /agent:create, "crear agente", "nuevo agente", "new…
Manage scheduled reminders (crons) — list, add, delete, pause, resume, reconcile, or import from OpenClaw. Triggers on /agent:crons, /agent:reminders; listing…
Run diagnostic checks on the agent workspace. Triggers on /agent:doctor, "diagnóstico", "diagnostico", "doctor", "health check", "agent health", "checkup",…