{
  "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
  "skills": [
    {
      "name": "platform",
      "type": "skill-md",
      "description": "authenticate with tinysend (newsletter and email platform) — agent registration, bearer tokens, scopes, REST API, MCP server, rate limits, discovery. use this first, before any other tinysend skill.",
      "url": "/.well-known/agent-skills/platform/SKILL.md",
      "digest": "sha256:13badd610d257ed8f915fc7e09dda7664d6a5528439196eaa59159afff998a7f"
    },
    {
      "name": "newsletters",
      "type": "skill-md",
      "description": "manage tinysend newsletters — create a newsletter, add subscribers (double opt-in, import/export), write and send posts, schedule sends, run waitlists with referrals, connect custom domains, track opens and clicks. use when sending newsletters or managing subscribers.",
      "url": "/.well-known/agent-skills/newsletters/SKILL.md",
      "digest": "sha256:f6c1e30f3a0a42d051185450855a425137d6935d4432cda21f03844a2e281df2"
    },
    {
      "name": "mailboxes",
      "type": "skill-md",
      "description": "tinysend mailboxes — programmatic email addresses that receive inbound mail. create persistent or disposable (TTL) addresses, read parsed messages and attachments, send outbound from a mailbox. use when an agent needs its own email address to receive mail.",
      "url": "/.well-known/agent-skills/mailboxes/SKILL.md",
      "digest": "sha256:fac5d08488cc26dbbdae91ba1699a76b10a87666c6593a034a6798aca75e05fd"
    },
    {
      "name": "deliverability",
      "type": "skill-md",
      "description": "tinysend sender domains and deliverability — DKIM/SPF/return-path DNS setup, verification, automatic warm-up, bounce and spam-complaint handling, reputation. use when configuring a custom sending domain or debugging why email doesn't arrive.",
      "url": "/.well-known/agent-skills/deliverability/SKILL.md",
      "digest": "sha256:106d5a5ea2931ad154dbfb73577a4a4fee37f6e9a914ce15053237b68cfb2460"
    },
    {
      "name": "webhooks",
      "type": "skill-md",
      "description": "tinysend webhooks — subscribe to 36 real-time events across posts, emails, subscribers, contacts, newsletters, and mailboxes, with HMAC-SHA256 signature verification, retries, and delivery history. use when reacting to tinysend events from another system.",
      "url": "/.well-known/agent-skills/webhooks/SKILL.md",
      "digest": "sha256:132c2b2f5515f253dc798323ab6c6d53d8e5bcc791ce0bc528de457f9c49def6"
    },
    {
      "name": "automations",
      "type": "skill-md",
      "description": "tinysend AI automations — pre-send quality checks, inbound email triage, OTP code extraction, structured data extraction from email, scheduled digests, sender domain health alerts. use when automating workflows on lists or mailboxes.",
      "url": "/.well-known/agent-skills/automations/SKILL.md",
      "digest": "sha256:74a8bc5c1ff7bed2407c136d43ac72d523dbd222a639f61809323b904d833d94"
    }
  ]
}