send

send is a skill for Claude Code, Codex from synaptiai/agent-capability-standard. It costs 42 tokens per session (2,746 once invoked), scanned A, original, Apache-2.0.

A controlled operation for sending a message, event, or data payload to an external destination such as an API, queue, or email address.

In plain words
What is it for?
Use it to publish messages, call APIs, send notifications, or start workflows after the required approval is provided.
Why use it?
It adds policy checks, explicit approval, and an audit record before an external side effect occurs.

Skill for Claude CodeCodex

Part of the agent-capability-standard plugin — 42 skills, 2 hooks shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/synaptiai/agent-capability-standard/send
Any agent
npx skills add synaptiai/agent-capability-standard --skill send
Clone the repo
git clone --depth 1 https://github.com/synaptiai/agent-capability-standard

Made for: Claude Code, Codex.

Or install agent-capability-standard, the plugin that ships this one along with the rest of its 42 skills, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for send

README.md
[![agentmods](https://agentmods.dev/badge/skills/synaptiai/agent-capability-standard/send.svg)](https://agentmods.dev/skills/synaptiai/agent-capability-standard/send)
Your own site
<a href="https://agentmods.dev/skills/synaptiai/agent-capability-standard/send"><img src="https://agentmods.dev/badge/skills/synaptiai/agent-capability-standard/send.svg" alt="Measured on agentmods" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,746 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00042 $0.02746
Opus 5 $0.00021 $0.01373
Sonnet 5 $0.00008 $0.00549
Haiku 4.5 $0.00004 $0.00275

Measured 3d ago against content hash 91ae67fcc391, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

send scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

if echo "$CMD" | grep -qE "(curl|wget|http)" && echo "$CMD" | grep -qE "(127\.0\.0\.1|localhost|10\.|192\.168\.|172\.(1[6-9]|2[0-9]|3[01]))"; then
skills/send/SKILL.md · 331 lines

How it starts

The opening of the file, as written. The whole thing — 331 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Intent

Send a message, event, or payload to an external destination with full policy enforcement, approval gates, and audit trail. This capability handles external side effects that cannot be undone.

CRITICAL: This capability requires explicit user approval before execution.

Success criteria:

  • Message delivered to destination successfully
  • All policy constraints verified before sending
  • Approval gate passed (explicit user confirmation)
  • Complete audit trail of what was sent
  • Delivery confirmation obtained where possible

Compatible schemas:

  • schemas/output_schema.yaml

Inputs

Parameter Required Type Description
destination Yes string Target endpoint, queue, API, or address
message Yes object Payload to send
protocol Yes string Communication protocol (http, grpc, smtp, amqp, etc.)
approval_token Yes string Token confirming user approved this send (MANDATORY)
checkpoint_ref Yes string Reference to checkpoint before send (MANDATORY)
constraints No object Rate limits, size limits, allowed destinations
timeout No integer Send timeout in milliseconds
retry_policy No object Retry configuration on failure

Procedure

  1. Verify approval: Confirm explicit user approval exists

    • Check approval_token is valid and recent
    • BLOCK send if approval is missing or expired
    • Log approval verification for audit
  2. Verify checkpoint: Confirm recovery point exists

    • Validate checkpoint_ref references valid checkpoint
    • BLOCK send if checkpoint is missing
    • External sends are irreversible - checkpoint is for state recovery
  3. Validate destination: Ensure target is permitted

    • Check destination against allowlist if defined
    • Verify destination format matches protocol
    • Block sends to disallowed destinations
  4. Apply constraints: Enforce policy limits

    • Check rate limits have not been exceeded
    • Verify message size within bounds
    • Validate message format against schema
    • Apply constrain capability rules

Read the full file on GitHub · 331 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 331 lines · 42 tokens per session scan A 91ae67fcc391

Subscribe to this mod's changes

send is a skill published in the GitHub repository synaptiai/agent-capability-standard (4 stars, last pushed 3d ago), licensed Apache-2.0. It adds 42 tokens to every session and 2,746 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.