{
  "$schema": "https://agentskills.io/schemas/v0.2.0/index.json",
  "version": "0.2.0",
  "name": "lumbox-agent-skills",
  "description": "Skills for AI agents using Lumbox — email infrastructure for AI agents.",
  "homepage": "https://lumbox.co",
  "skills": [
    {
      "name": "create-lumbox-inbox",
      "type": "task",
      "description": "Create a fresh Lumbox email inbox for an AI agent. Returns a real email address the agent can receive OTPs, magic links, and messages at.",
      "url": "https://lumbox.co/.well-known/agent-skills/create-lumbox-inbox/SKILL.md",
      "sha256": "426de06b409c8fa2668655a92543e0e1ddfa07aa7eaa13c0b44339f150f8f2e6",
      "version": "1.0.0"
    },
    {
      "name": "wait-for-otp",
      "type": "task",
      "description": "Block until an OTP code arrives at a Lumbox inbox and return the parsed code. Avoids polling loops — the request long-polls the server.",
      "url": "https://lumbox.co/.well-known/agent-skills/wait-for-otp/SKILL.md",
      "sha256": "4905b20f1288dbb86f25a75177983bd88794706accb1830b2f21700f0a4ab551",
      "version": "1.0.0"
    },
    {
      "name": "send-email",
      "type": "task",
      "description": "Send an email from a Lumbox inbox to any recipient. Handles threading, attachments, and returns a message ID for future replies.",
      "url": "https://lumbox.co/.well-known/agent-skills/send-email/SKILL.md",
      "sha256": "4bf6effefd2bebdab19d5ba8d2cc628d4e824a5a402548773c13f40fd5f6bacd",
      "version": "1.0.0"
    }
  ]
}
