From agent
Shows the current sender ID, channel, and agent identity. Useful for debugging on CLI, WhatsApp, Telegram, or other messaging channels.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent:whoamiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Show the current sender and session context. Useful for debugging on messaging channels.
Show the current sender and session context. Useful for debugging on messaging channels.
Detect the surface:
<channel source="..."><channel source="whatsapp"> with user_id (JID)<channel source="telegram"> with user IDExtract sender info from the message metadata if on a messaging channel.
Get agent identity from IDENTITY.md (name + emoji).
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
user_id from the <channel> metadata./whoami command.npx claudepluginhub crisandrews/clawcode --plugin agentShows agent runtime status including identity, model, context usage, memory stats, crons, and voice configuration. Triggers on /status or natural language requests.
Sets up or resumes a session's agent-talk user identity from existing global or project-local users, or creates a new one. Gathers relay, passphrase, and peer info for autonomous send/receive.
Sends WhatsApp messages, reads chats, and manages conversations via CLI. Handles QR code and pairing code authentication. Drives auth flow on failure.