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.zip

Installs 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.
88 chars · catalog descriptionno explicit “when” trigger
Beginner

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

You give it
Message text and array of route objects
You get back
Payload delivery to specified channels and surfaces

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 an audio_alert and injects [ALERT]/MEDIA into main session

Required Inputs

  • message: base payload text
  • routes: array of route objects with channel and (for external channels) target

Optional Inputs

  • media: array of media URLs/paths (emitted as MEDIA: lines)
  • sessionKey: default session key for main-session/audio
  • title, voice, mood, urgency: audio route options
  • maxChars per route for chunking
  • bestEffort per 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.

SkillInstallsUpdatedSafetyDifficulty
send-payload (this skill)04moNo flagsBeginner
email-systems56moNo flagsAdvanced
email-deliverability16moNo flagsIntermediate
voice-update16moReviewBeginner

Try saying

Example prompts that trigger this skill in your AI assistant.

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.

548

email-deliverability

MadAppGang

Email deliverability best practices and troubleshooting

11

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.

11

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.

9110

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".

18

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.

14

Search skills

Search the agent skills registry