{
  "$schema": "https://raw.githubusercontent.com/cloudflare/agent-skills-discovery-rfc/main/schema/v0.2.0/index.schema.json",
  "version": "0.2.0",
  "name": "Kevo Agent Skills",
  "description": "Discoverable Kevo embedded-wallet skills for AI agents.",
  "homepage": "https://kevo.ws",
  "publisher": {
    "name": "Kevo Labs",
    "url": "https://kevo.ws",
    "email": "support@kevo.ws"
  },
  "skills": [
    {
      "name": "kevo-onboarding-and-auth",
      "type": "markdown",
      "description": "Authenticate end users into a Kevo project (email OTP, Google, Apple, X, passkeys, Web3 wallets) and provision embedded EVM/Solana wallets via the React SDK.",
      "url": "https://kevo.ws/.well-known/agent-skills/onboarding-and-auth/SKILL.md",
      "sha256": "7397f33b491664ff6056c12c36215992cca3321f0060ced4cd0cd9dab6e2d175"
    },
    {
      "name": "kevo-sign-and-send",
      "type": "markdown",
      "description": "Sign messages, EIP-712 typed data, EVM transactions, and Solana payloads through Kevo embedded wallets — both client-side hooks and server-side delegation.",
      "url": "https://kevo.ws/.well-known/agent-skills/sign-and-send/SKILL.md",
      "sha256": "ec454c926d049b13035a9a43a99f2cacb129f35a61f2722f001c97b763897eb4"
    },
    {
      "name": "kevo-webhooks-and-events",
      "type": "markdown",
      "description": "Subscribe to Kevo wallet, signing, and authentication events with HMAC-signed webhook deliveries and verify signatures server-side.",
      "url": "https://kevo.ws/.well-known/agent-skills/webhooks-and-events/SKILL.md",
      "sha256": "2d438d6b340213bd6438d3702fac9a1ecb0d6331e5a1b453bae410092bce8fb5"
    }
  ],
  "links": {
    "api-catalog": "https://kevo.ws/.well-known/api-catalog",
    "mcp-server-card": "https://kevo.ws/.well-known/mcp/server-card.json",
    "openapi": "https://kevo.ws/docs/api/openapi.json",
    "service-doc": "https://kevo.ws/docs/api"
  }
}
