Send Payload Skill

SkillDev tools

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

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 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 }
  ]
}

Signals

GitHub stars
126
Forks
22
Last commit
Jul 2026
Advanced
Catalog kind
skill
Gateway key
send-payload
Source
github.com/argentaios/argentos-core