# Send Payload

> Fan out one payload to multiple channels/surfaces (including main session and audio alerts).

- **Type:** Skill
- **Install:** `agentstack add skill-argentaios-agent-skills-send-payload`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ArgentAIOS](https://agentstack.voostack.com/s/argentaios)
- **Installs:** 0
- **Category:** [Content & Media](https://agentstack.voostack.com/c/content-and-media)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ArgentAIOS](https://github.com/ArgentAIOS)
- **Source:** https://github.com/ArgentAIOS/agent-skills/tree/main/send-payload

## Install

```sh
agentstack add skill-argentaios-agent-skills-send-payload
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 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

```json
{
  "message": "VIP email detected from Dustin.",
  "routes": [
    { "channel": "discord", "target": "user:123" },
    { "channel": "main-session" },
    { "channel": "audio", "bestEffort": true }
  ]
}
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ArgentAIOS](https://github.com/ArgentAIOS)
- **Source:** [ArgentAIOS/agent-skills](https://github.com/ArgentAIOS/agent-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-argentaios-agent-skills-send-payload
- Seller: https://agentstack.voostack.com/s/argentaios
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
