{
  "protocolVersion": "0.3.0",
  "name": "AI Content Drop",
  "description": "Answers questions about AI video and image models — which exist, what each costs in credits — and researches AI Content Drop's published guides on AI video generation, prompting, and ad creative. Read-only: generating video requires a human-owned account.",
  "url": "https://aicontentdrop.com/a2a",
  "preferredTransport": "JSONRPC",
  "supportedInterfaces": [
    {
      "url": "https://aicontentdrop.com/a2a",
      "transport": "JSONRPC"
    }
  ],
  "version": "1.0.0",
  "provider": {
    "organization": "AI Content Drop",
    "url": "https://aicontentdrop.com"
  },
  "documentationUrl": "https://aicontentdrop.com/auth.md",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain",
    "text/markdown"
  ],
  "securitySchemes": {},
  "security": [],
  "skills": [
    {
      "id": "model-cost-lookup",
      "name": "AI model catalogue and cost lookup",
      "description": "Look up which AI video or image models are available and what each costs in credits per generation. Answers questions like 'which models cost under 15 credits' or 'how much is Kling 3.0'.",
      "tags": [
        "ai-video",
        "pricing",
        "models",
        "credits"
      ],
      "examples": [
        "Which video models cost 12 credits or less?",
        "How many credits is veo_3_fast?",
        "List the image models."
      ]
    },
    {
      "id": "article-research",
      "name": "AI video guide research",
      "description": "Search and retrieve AI Content Drop's published guides and model comparisons covering AI video generation, prompting technique, UGC scripting, and ad creative.",
      "tags": [
        "research",
        "guides",
        "ai-video",
        "prompting"
      ],
      "examples": [
        "Find articles comparing Kling and Sora.",
        "What guides do you have on UGC hooks?"
      ]
    }
  ]
}