1---2name: send-payload3description: Send Payload Skill4---56# Send Payload Skill78Use the core `send_payload` tool to deliver one message to many routes in a single call.910## Routes1112- External channels: `discord`, `slack`, `telegram`, `whatsapp`, etc.13- `main-session`: injects payload directly into a webchat session (`chat.inject`)14- `audio`: generates an `audio_alert` and injects `[ALERT]/MEDIA` into main session1516## Required Inputs1718- `message`: base payload text19- `routes`: array of route objects with `channel` and (for external channels) `target`2021## Optional Inputs2223- `media`: array of media URLs/paths (emitted as `MEDIA:` lines)24- `sessionKey`: default session key for `main-session`/`audio`25- `title`, `voice`, `mood`, `urgency`: audio route options26- `maxChars` per route for chunking27- `bestEffort` per route2829## Example3031```json32{33 "message": "VIP email detected from Dustin.",34 "routes": [35 { "channel": "discord", "target": "user:123" },36 { "channel": "main-session" },37 { "channel": "audio", "bestEffort": true }38 ]39}40```
Run npx skillmds@latest add argentaios/send-payload in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Send Payload Skill It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
argentaios (@argentaios) published this skill. Their other Agent Skills are listed on their SkillMD profile.