ワンクリックで
send-payload
Fan out one payload to multiple channels/surfaces (including main session and audio alerts).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Fan out one payload to multiple channels/surfaces (including main session and audio alerts).
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Connect ArgentOS to Pieces long-term memory via MCP. Query past activity, create durable memories, and search across devices using PiecesOS.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks ArgentOS to add a note, list notes, search notes, or manage note folders.
Manage Apple Reminders via the `remindctl` CLI on macOS (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Create, search, and manage Bear notes via grizzly CLI.
X/Twitter CLI for reading, searching, posting, and engagement via cookies.
Monitor blogs and RSS/Atom feeds for updates using the blogwatcher CLI.
| name | send-payload |
| description | Fan out one payload to multiple channels/surfaces (including main session and audio alerts). |
Use the core send_payload tool to deliver one message to many routes in a single call.
discord, slack, telegram, whatsapp, etc.main-session: injects payload directly into a webchat session (chat.inject)audio: generates an audio_alert and injects [ALERT]/MEDIA into main sessionmessage: base payload textroutes: array of route objects with channel and (for external channels) targetmedia: array of media URLs/paths (emitted as MEDIA: lines)sessionKey: default session key for main-session/audiotitle, voice, mood, urgency: audio route optionsmaxChars per route for chunkingbestEffort per route{
"message": "VIP email detected from Dustin.",
"routes": [
{ "channel": "discord", "target": "user:123" },
{ "channel": "main-session" },
{ "channel": "audio", "bestEffort": true }
]
}