Skip to content
Back to AI Content Drop

Card snapshot

aicontentdrop.com · 2026-08-26 19:36:56 UTC · 7eda61539f826651c9060049af1f5017a6426a455b17fdeff8c80a636c011ece

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "protocolVersion": "0.3.0",
  "name": "AI Content Drop",
  "description": "Answers questions about AI video and image models \u2014 which exist, what each costs in credits \u2014 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?"
      ]
    }
  ]
}