원클릭으로
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 }
]
}