一键导入
messaging
Cross-wallet communication via BRC-33 MessageBox
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Cross-wallet communication via BRC-33 MessageBox
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Navigate web pages, read content, and interact with elements via headless Chrome.
Code review and analysis workflow
Fleet management — spawn, monitor, and coordinate child agents via BRC-33 MessageBox and BRC-52 authorization.
AI image generation via x402 micropayment
Double-check outputs by re-running queries and comparing results. Use when accuracy is critical or when you suspect an error in a previous tool result.
Generic bridge to any BRC-100 wallet endpoint via wallet_call. Use for discovery, certificates, HMAC, key linkage, and transaction management — endpoints not covered by existing dedicated wallet tools.
| name | messaging |
| description | Cross-wallet communication via BRC-33 MessageBox |
| auto_activate | true |
| tools | ["send_message","check_inbox"] |
When you receive inbox messages, ALWAYS respond using the send_message tool.
Your text responses are internal only — senders cannot see them.
To reply:
send_message with recipient set to the sender's identity keymessage_box to "status_inbox"body fieldNever assume a text response reaches the sender. Only send_message delivers messages.
When exchanging messages with another agent:
conversation_ref (a unique ID) to track the exchangeturn (incremented each exchange) and max_turns (default 5)done: true when the exchange is complete — no further response neededturn >= max_turns, do not responddone: true, do not respondThis prevents infinite ping-pong loops between agents.