بنقرة واحدة
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.