Send Payload Skill
SkillDev toolsUse the core sendpayload tool to deliver one message to many routes in a single call.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Send Payload Skill skill
About this capability
Your own AI operating system. Self-hosted. Self-improving. One continuous, truthful, self-directed mind.
What this skill tells your AI
The instructions your AI receives, as published by argentaios/argentos-core in skills/send-payload/SKILL.md and read by ahel’s review.
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 }
]
}
Signals
- GitHub stars
- 126
- Forks
- 22
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
send-payload- Source
- github.com/argentaios/argentos-core