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