{
  "protocolVersion": "0.3.0",
  "name": "ClipTaps",
  "description": "ClipTaps is an AI faceless short-form video autopilot. Delegate a topic, text, PDF, or reference URL and it produces a vertical video (script → AI video → voiceover → captions) and can auto-publish to TikTok, Instagram Reels, and YouTube Shorts.",
  "url": "https://cliptaps.com/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "0.1.0",
  "documentationUrl": "https://cliptaps.com/api/docs",
  "provider": { "organization": "ClipTaps", "url": "https://cliptaps.com" },
  "capabilities": { "streaming": false, "pushNotifications": false, "stateTransitionHistory": false },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["application/json", "text/plain"],
  "_note": "Published static copy of the A2A Agent Card, served at the canonical /.well-known path on the root domain (the UI). Source of truth is the API builder orchestration/api/src/agentCard.ts — keep in sync. The A2A JSON-RPC endpoint (url) is Phase 2; this card is discovery-only for now.",
  "skills": [
    {
      "id": "generate_short_video",
      "name": "Generate a short video",
      "description": "Turn a topic, raw text, PDF, or reference URL into a faceless short-form vertical video: script, AI video generation, voiceover, and captions.",
      "tags": ["video", "generation", "short-form"],
      "examples": ["Make a 30-second faceless video explaining compound interest.", "Turn this PDF chapter into a vertical short with captions."]
    },
    {
      "id": "publish_to_social",
      "name": "Publish to social platforms",
      "description": "Publish a finished ClipTaps video to TikTok, Instagram Reels, and/or YouTube Shorts.",
      "tags": ["publishing", "social"],
      "examples": ["Publish project <id> to TikTok and YouTube Shorts."]
    },
    {
      "id": "make_and_publish_short",
      "name": "Make and publish a short (end-to-end)",
      "description": "Create a short-form video about a topic and auto-publish it to the selected platforms — the full autopilot loop in one delegated task.",
      "tags": ["video", "publishing", "autopilot"],
      "examples": ["Make a daily fitness-tip short and post it to TikTok and Reels."]
    },
    {
      "id": "list_plans",
      "name": "List plans and pricing",
      "description": "Return the ClipTaps tariff catalogue (Free/Starter/Pro/Enterprise) with prices and limits.",
      "tags": ["billing", "plans"],
      "examples": ["What ClipTaps plans are available and what do they cost?"]
    },
    {
      "id": "get_project_status",
      "name": "Get video job status",
      "description": "Check the generation/assembly status of a ClipTaps video project.",
      "tags": ["status"],
      "examples": ["Is project <id> finished rendering yet?"]
    }
  ]
}
