From agent
Displays sender ID, channel (CLI, WhatsApp, Telegram), and agent identity for debugging messaging sessions. Triggers on /whoami, /id, /quien, 'who am I'.
npx claudepluginhub crisandrews/clawcode --plugin agentThis skill uses the workspace's default tool permissions.
Show the current sender and session context. Useful for debugging on messaging channels.
Guides users through installing Claude Code plugins for WhatsApp, Telegram, Discord, iMessage, Fakechat to enable external messaging channels. Shows exact commands, prerequisites like Bun.
Interact with WhatsApp via CLI: send messages, read/list chats, manage conversations and 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.
Share bugs, ideas, or general feedback.
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.