基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ArgentAIOS/agent-skills --skill send-payload命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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.
| 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 }
]
}