{
  "schema_version": "openagent.agent_resource_packet.v1",
  "id": "res_claude_code",
  "slug": "claude-code",
  "name": "Claude Code",
  "canonical_url": "https://www.openagent.bot/agents/claude-code",
  "category": "agents",
  "resource_type": "agent",
  "summary": "Claude Code is an agentic coding tool from Anthropic that runs in the terminal, reads your entire codebase, and executes multi-step development tasks through natural language instructions. It supports MCP integrations, git workflows, and works directly against your local files without requiring a cloud IDE.",
  "capabilities": [
    "mcp",
    "workflow-orchestration"
  ],
  "constraints": [
    "source-available",
    "mcp-compatible"
  ],
  "scenarios": [
    "developer-workflow"
  ],
  "deployment_modes": [
    "cloud"
  ],
  "interfaces": [
    "repo",
    "docs"
  ],
  "integrations": [],
  "permission_surface": [
    "shell/files",
    "external services"
  ],
  "risk_level": "elevated",
  "source_confidence": "high",
  "recommended_workflows": [
    "Coding agent workflow",
    "Connector or protocol layer",
    "Local or private AI stack"
  ],
  "avoid_when": [
    "Users who prefer GUI-based IDE experiences over terminal workflows",
    "Teams that require fully self-hosted or on-premise AI infrastructure due to Anthropic API dependency"
  ],
  "primary_actions": [
    "Inspect repository",
    "Open Homepage",
    "Install Claude Code"
  ],
  "evidence_urls": [
    "https://github.com/anthropics/claude-code",
    "https://docs.anthropic.com/en/docs/claude-code"
  ],
  "last_verified_at": "2026-05-27",
  "machine_readable": {
    "json_url": "https://www.openagent.bot/agents/claude-code.json",
    "markdown_url": "https://www.openagent.bot/agents/claude-code.md",
    "agent_json_url": "https://www.openagent.bot/agents/claude-code.agent.json"
  }
}