send-payload
Broadcasting tool that fans out a single message to multiple external and internal channels, including audio alerts and web sessions.
Install
mkdir -p .claude/skills/send-payload && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/19559" && unzip -o skill.zip -d .claude/skills/send-payload && rm skill.zipInstalls to .claude/skills/send-payload
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use the core `send_payload` tool to deliver one message to many routes in a single call.Key capabilities
- →Deliver messages to multiple external channels
- →Inject payloads into active webchat sessions
- →Trigger audio alerts with custom urgency settings
- →Chunk messages based on character limits
- →Emit media URLs as structured lines
How it works
The tool fans out a single message payload to multiple configured routes, including external messaging platforms, the main web session, and audio alert systems.
Inputs & outputs
When to use send-payload
- →Notify developers in Slack and Discord of a critical system error
- →Send a dashboard update directly to the user's current browser session
- →Trigger an audio alert and text notification for high-priority events
- →Broadcast automated alerts across multiple communication platforms
About this skill
Send Payload Skill
Use the core send_payload tool to deliver one message to many routes in a single call.
Routes
- External channels:
discord,slack,telegram,whatsapp, etc. main-session: injects payload directly into a webchat session (chat.inject)audio: generates anaudio_alertand injects[ALERT]/MEDIAinto main session
Required Inputs
message: base payload textroutes: array of route objects withchanneland (for external channels)target
Optional Inputs
media: array of media URLs/paths (emitted asMEDIA:lines)sessionKey: default session key formain-session/audiotitle,voice,mood,urgency: audio route optionsmaxCharsper route for chunkingbestEffortper route
Example
{
"message": "VIP email detected from Dustin.",
"routes": [
{ "channel": "discord", "target": "user:123" },
{ "channel": "main-session" },
{ "channel": "audio", "bestEffort": true }
]
}
Limitations
- →External channels require specific target identifiers
- →Audio alerts are limited to defined urgency settings
How it compares
Unlike manual messaging, this tool performs a simultaneous broadcast across disparate communication surfaces in a single function call.
Compared to similar skills
send-payload side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| send-payload (this skill) | 0 | 4mo | No flags | Beginner |
| email-systems | 5 | 6mo | No flags | Advanced |
| email-deliverability | 1 | 6mo | No flags | Intermediate |
| voice-update | 1 | 6mo | Review | Beginner |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by ArgentAIOS
View all by ArgentAIOS →You might also like
email-systems
davila7
Email has the highest ROI of any marketing channel. $36 for every $1 spent. Yet most startups treat it as an afterthought - bulk blasts, no personalization, landing in spam folders. This skill covers transactional email that works, marketing automation that converts, deliverability that reaches inboxes, and the infrastructure decisions that scale. Use when: keywords, file_patterns, code_patterns.
email-deliverability
MadAppGang
Email deliverability best practices and troubleshooting
voice-update
pchalasani
This skill should be used when the agent needs to give a spoken voice update to the user, or when reminded by a Stop hook to provide audio feedback. Use this skill to speak a short summary of what was accomplished.
home-assistant-manager
komal-SkyNET
Expert-level Home Assistant configuration management with efficient deployment workflows (git and rapid scp iteration), remote CLI access via SSH and hass-cli, automation verification protocols, log analysis, reload vs restart optimization, and comprehensive Lovelace dashboard management for tablet-optimized UIs. Includes template patterns, card types, debugging strategies, and real-world examples.
firecrawl-incident-runbook
jeremylongshore
Execute FireCrawl incident response procedures with triage, mitigation, and postmortem. Use when responding to FireCrawl-related outages, investigating errors, or running post-incident reviews for FireCrawl integration failures. Trigger with phrases like "firecrawl incident", "firecrawl outage", "firecrawl down", "firecrawl on-call", "firecrawl emergency", "firecrawl broken".
netalertx-plugin-run-development
netalertx
Create and run NetAlertX plugins. Use this when asked to create plugin, run plugin, test plugin, plugin development, or execute plugin script.