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.
Interacts with WhatsApp via CLI: send messages, list chats, read conversations, manage accounts. Authenticates as companion device using QR code or pairing code for AI agents.
Retrieves current hive session details including ID, inbox topic, repo path, and state using bash commands. For inter-agent messaging, debugging, and scripting coordination.