Card snapshot
docs.cline.bot
·
2026-09-13 16:29:48 UTC
·
be07f65ad142b0eb82262265e1b3205ffcd6491d454d70e8c48a4c85cd5f17b3
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 helping users build, debug, or refactor code; automate development tasks; integrate with external tools via MCP; or run headless workflows in CI/CD pipelines. Agents should reach for this skill when users ask for coding assistance, file modifications, command execution, or when setting up automated development workflows.",
"tags": [],
"url": "https://docs.cline.bot/.well-known/agent-skills/cline/skill.md"
}
]
}