{
  "schemaVersion": "1.0",
  "item": {
    "slug": "claude-code",
    "name": "Claude Code Integration",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/hw10181913/claude-code",
    "canonicalUrl": "https://clawhub.ai/hw10181913/claude-code",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/claude-code",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claude-code",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "claude-code.py",
      "install.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "claude-code",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T08:49:16.781Z",
      "expiresAt": "2026-05-06T08:49:16.781Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claude-code",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=claude-code",
        "contentDisposition": "attachment; filename=\"claude-code-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "claude-code"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/claude-code"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/claude-code",
    "agentPageUrl": "https://openagent3.xyz/skills/claude-code/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claude-code/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claude-code/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Claude Code Integration",
        "body": "This skill integrates Claude Code capabilities into OpenClaw, providing access to AI-assisted coding workflows, documentation, and best practices."
      },
      {
        "title": "📚 Documentation Queries",
        "body": "Query Claude Code documentation\nGet best practices and workflows\nLearn about settings and customization\nTroubleshoot common issues"
      },
      {
        "title": "🤖 Subagent Management",
        "body": "Create coding subagents\nManage agent teams\nExecute complex development tasks\nAutomate code reviews and PR workflows"
      },
      {
        "title": "🛠️ Development Workflows",
        "body": "Best practices for AI-assisted coding\nCommon workflows and patterns\nSettings and configuration\nTroubleshooting guidance"
      },
      {
        "title": "Query Documentation",
        "body": "# Get documentation about a specific topic\nclaude-code query \"subagents\"\nclaude-code query \"best practices\"\nclaude-code query \"settings\""
      },
      {
        "title": "Execute Coding Task",
        "body": "# Create a coding subagent for a complex task\nclaude-code task --description \"Fix the login bug\" --priority high\nclaude-code task --description \"Refactor the database layer\" --model claude-3-5-sonnet"
      },
      {
        "title": "List Available Commands",
        "body": "# Show all available commands\nclaude-code --help"
      },
      {
        "title": "query",
        "body": "Query Claude Code documentation for a specific topic.\n\nUsage:\n\nclaude-code query <topic>\n\nExamples:\n\nclaude-code query \"subagents\"\nclaude-code query \"agent-teams\"\nclaude-code query \"best practices\"\nclaude-code query \"common workflows\"\nclaude-code query \"settings\"\nclaude-code query \"troubleshooting\"\n\nTopics include:\n\nSubagents and agent teams\nBest practices and workflows\nSettings and customization\nTroubleshooting guide\nPlugins and extensions\nMCP (Model Context Protocol)\nHeadless/Programmatic usage"
      },
      {
        "title": "task",
        "body": "Create and execute a coding subagent task.\n\nUsage:\n\nclaude-code task --description \"<task description>\" [--priority <level>] [--model <model-name>]\n\nOptions:\n\n--description, -d: Task description (required)\n--priority, -p: Task priority (low/medium/high, default: medium)\n--model, -m: Model to use (optional, uses default if not specified)\n\nExamples:\n\nclaude-code task --description \"Implement user authentication module\"\nclaude-code task --description \"Refactor database queries\" --priority high\nclaude-code task --description \"Write unit tests for the API\" --model claude-3-5-sonnet"
      },
      {
        "title": "docs",
        "body": "Get overview of Claude Code documentation sections.\n\nUsage:\n\nclaude-code docs [section]\n\nSections:\n\nquickstart - Getting started guide\nbest-practices - AI coding best practices\ncommon-workflows - Typical development workflows\nsettings - Customization options\ntroubleshooting - Common issues and solutions\nall - Full documentation overview (default)\n\nExamples:\n\nclaude-code docs\nclaude-code docs quickstart\nclaude-code docs best-practices\nclaude-code docs troubleshooting"
      },
      {
        "title": "info",
        "body": "Display Claude Code configuration and status.\n\nUsage:\n\nclaude-code info\n\nOutput includes:\n\nVersion information\nAvailable subagents\nConfigured models\nMCP servers status"
      },
      {
        "title": "Integration with OpenClaw",
        "body": "This skill works seamlessly with OpenClaw's native capabilities:\n\nSubagents: Claude Code subagents complement OpenClaw's subagent system\nCode Execution: Use with OpenClaw's exec tool for complete development workflow\nFile Management: Combine with OpenClaw's read/write tools for full codebase management\nSessions: Claude Code tasks integrate with OpenClaw's session management"
      },
      {
        "title": "Complex Bug Fix",
        "body": "# 1. Query best practices for debugging\nclaude-code query \"debugging best practices\"\n\n# 2. Create a subagent to investigate and fix\nclaude-code task --description \"Find and fix the null pointer exception in userService.js\" --priority high\n\n# 3. Review the changes\nclaude-code query \"code review best practices\""
      },
      {
        "title": "New Feature Development",
        "body": "# 1. Get best practices for the feature type\nclaude-code query \"API design best practices\"\n\n# 2. Create development task\nclaude-code task --description \"Implement REST API for user management\" --priority medium\n\n# 3. Check settings for code style\nclaude-code query \"code style settings\""
      },
      {
        "title": "Code Review Automation",
        "body": "# 1. Query PR review best practices\nclaude-code query \"PR review workflows\"\n\n# 2. Set up automated review task\nclaude-code task --description \"Review all PRs in the last week\" --priority low"
      },
      {
        "title": "Environment Variables",
        "body": "Not required for basic usage. Claude Code integration uses OpenClaw's native capabilities."
      },
      {
        "title": "Models",
        "body": "Uses OpenClaw's configured default models. Override per task with --model option."
      },
      {
        "title": "Subagent Limits",
        "body": "Managed by OpenClaw's subagent configuration (default: 8 concurrent subagents)."
      },
      {
        "title": "Notes",
        "body": "This skill provides a wrapper around Claude Code documentation and workflows\nComplex coding tasks are executed through OpenClaw's native subagent system\nFor direct Claude Code CLI usage, install Claude Code separately from https://claude.com/code\nAll task execution happens through OpenClaw's secure agent infrastructure"
      },
      {
        "title": "See Also",
        "body": "Claude Code Official Docs: https://code.claude.com/docs\nOpenClaw Subagents: Use OpenClaw's native subagent functionality\nBest Practices: Integrated from Claude Code guidelines"
      }
    ],
    "body": "Claude Code Integration\n\nThis skill integrates Claude Code capabilities into OpenClaw, providing access to AI-assisted coding workflows, documentation, and best practices.\n\nWhat You Can Do\n📚 Documentation Queries\nQuery Claude Code documentation\nGet best practices and workflows\nLearn about settings and customization\nTroubleshoot common issues\n🤖 Subagent Management\nCreate coding subagents\nManage agent teams\nExecute complex development tasks\nAutomate code reviews and PR workflows\n🛠️ Development Workflows\nBest practices for AI-assisted coding\nCommon workflows and patterns\nSettings and configuration\nTroubleshooting guidance\nUsage Examples\nQuery Documentation\n# Get documentation about a specific topic\nclaude-code query \"subagents\"\nclaude-code query \"best practices\"\nclaude-code query \"settings\"\n\nExecute Coding Task\n# Create a coding subagent for a complex task\nclaude-code task --description \"Fix the login bug\" --priority high\nclaude-code task --description \"Refactor the database layer\" --model claude-3-5-sonnet\n\nList Available Commands\n# Show all available commands\nclaude-code --help\n\nAvailable Commands\nquery\n\nQuery Claude Code documentation for a specific topic.\n\nUsage:\n\nclaude-code query <topic>\n\n\nExamples:\n\nclaude-code query \"subagents\"\nclaude-code query \"agent-teams\"\nclaude-code query \"best practices\"\nclaude-code query \"common workflows\"\nclaude-code query \"settings\"\nclaude-code query \"troubleshooting\"\n\n\nTopics include:\n\nSubagents and agent teams\nBest practices and workflows\nSettings and customization\nTroubleshooting guide\nPlugins and extensions\nMCP (Model Context Protocol)\nHeadless/Programmatic usage\ntask\n\nCreate and execute a coding subagent task.\n\nUsage:\n\nclaude-code task --description \"<task description>\" [--priority <level>] [--model <model-name>]\n\n\nOptions:\n\n--description, -d: Task description (required)\n--priority, -p: Task priority (low/medium/high, default: medium)\n--model, -m: Model to use (optional, uses default if not specified)\n\nExamples:\n\nclaude-code task --description \"Implement user authentication module\"\nclaude-code task --description \"Refactor database queries\" --priority high\nclaude-code task --description \"Write unit tests for the API\" --model claude-3-5-sonnet\n\ndocs\n\nGet overview of Claude Code documentation sections.\n\nUsage:\n\nclaude-code docs [section]\n\n\nSections:\n\nquickstart - Getting started guide\nbest-practices - AI coding best practices\ncommon-workflows - Typical development workflows\nsettings - Customization options\ntroubleshooting - Common issues and solutions\nall - Full documentation overview (default)\n\nExamples:\n\nclaude-code docs\nclaude-code docs quickstart\nclaude-code docs best-practices\nclaude-code docs troubleshooting\n\ninfo\n\nDisplay Claude Code configuration and status.\n\nUsage:\n\nclaude-code info\n\n\nOutput includes:\n\nVersion information\nAvailable subagents\nConfigured models\nMCP servers status\nIntegration with OpenClaw\n\nThis skill works seamlessly with OpenClaw's native capabilities:\n\nSubagents: Claude Code subagents complement OpenClaw's subagent system\nCode Execution: Use with OpenClaw's exec tool for complete development workflow\nFile Management: Combine with OpenClaw's read/write tools for full codebase management\nSessions: Claude Code tasks integrate with OpenClaw's session management\nExample Workflows\nComplex Bug Fix\n# 1. Query best practices for debugging\nclaude-code query \"debugging best practices\"\n\n# 2. Create a subagent to investigate and fix\nclaude-code task --description \"Find and fix the null pointer exception in userService.js\" --priority high\n\n# 3. Review the changes\nclaude-code query \"code review best practices\"\n\nNew Feature Development\n# 1. Get best practices for the feature type\nclaude-code query \"API design best practices\"\n\n# 2. Create development task\nclaude-code task --description \"Implement REST API for user management\" --priority medium\n\n# 3. Check settings for code style\nclaude-code query \"code style settings\"\n\nCode Review Automation\n# 1. Query PR review best practices\nclaude-code query \"PR review workflows\"\n\n# 2. Set up automated review task\nclaude-code task --description \"Review all PRs in the last week\" --priority low\n\nConfiguration\nEnvironment Variables\n\nNot required for basic usage. Claude Code integration uses OpenClaw's native capabilities.\n\nModels\n\nUses OpenClaw's configured default models. Override per task with --model option.\n\nSubagent Limits\n\nManaged by OpenClaw's subagent configuration (default: 8 concurrent subagents).\n\nNotes\nThis skill provides a wrapper around Claude Code documentation and workflows\nComplex coding tasks are executed through OpenClaw's native subagent system\nFor direct Claude Code CLI usage, install Claude Code separately from https://claude.com/code\nAll task execution happens through OpenClaw's secure agent infrastructure\nSee Also\nClaude Code Official Docs: https://code.claude.com/docs\nOpenClaw Subagents: Use OpenClaw's native subagent functionality\nBest Practices: Integrated from Claude Code guidelines"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/hw10181913/claude-code",
    "publisherUrl": "https://clawhub.ai/hw10181913/claude-code",
    "owner": "hw10181913",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/claude-code",
    "downloadUrl": "https://openagent3.xyz/downloads/claude-code",
    "agentUrl": "https://openagent3.xyz/skills/claude-code/agent",
    "manifestUrl": "https://openagent3.xyz/skills/claude-code/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/claude-code/agent.md"
  }
}