Skip to content
Back to Cline

Card snapshot

docs.cline.bot · 2026-09-03 21:13:38 UTC · 66188f892d3adaf7e34dbbc8676f2a7386fa402942a31f92db1d8105e586dc11

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.

{
  "name": "Cline",
  "description": "AI-powered coding agent for complex work",
  "url": "https://docs.cline.bot/",
  "version": "1.0.0",
  "protocolVersion": "0.3",
  "preferredTransport": "HTTP+JSON",
  "supportedInterfaces": [
    {
      "url": "https://docs.cline.bot/",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "0.3"
    }
  ],
  "provider": {
    "url": "https://docs.cline.bot/",
    "organization": "Cline"
  },
  "documentationUrl": "https://docs.cline.bot/",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain"
  ],
  "defaultOutputModes": [
    "text/plain"
  ],
  "skills": [
    {
      "id": "cline",
      "name": "Cline",
      "description": "Use when building features, debugging code, running automated tasks, or managing complex development workflows. Cline is an AI coding agent that reads files, writes code, runs commands, and helps through natural conversation with human approval for every action. Use this skill when helping users work with Cline in the IDE, CLI, or Kanban board, or when building agents with the SDK.",
      "tags": [],
      "url": "https://docs.cline.bot/.well-known/agent-skills/cline/skill.md"
    }
  ]
}