claude-codeClaude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks
Install via ClawdBot CLI:
clawdbot install hw10181913/claude-codeThis skill integrates Claude Code capabilities into OpenClaw, providing access to AI-assisted coding workflows, documentation, and best practices.
# Get documentation about a specific topic
claude-code query "subagents"
claude-code query "best practices"
claude-code query "settings"
# Create a coding subagent for a complex task
claude-code task --description "Fix the login bug" --priority high
claude-code task --description "Refactor the database layer" --model claude-3-5-sonnet
# Show all available commands
claude-code --help
Query Claude Code documentation for a specific topic.
Usage:
claude-code query <topic>
Examples:
claude-code query "subagents"
claude-code query "agent-teams"
claude-code query "best practices"
claude-code query "common workflows"
claude-code query "settings"
claude-code query "troubleshooting"
Topics include:
Create and execute a coding subagent task.
Usage:
claude-code task --description "<task description>" [--priority <level>] [--model <model-name>]
Options:
--description, -d: Task description (required)--priority, -p: Task priority (low/medium/high, default: medium)--model, -m: Model to use (optional, uses default if not specified)Examples:
claude-code task --description "Implement user authentication module"
claude-code task --description "Refactor database queries" --priority high
claude-code task --description "Write unit tests for the API" --model claude-3-5-sonnet
Get overview of Claude Code documentation sections.
Usage:
claude-code docs [section]
Sections:
quickstart - Getting started guidebest-practices - AI coding best practicescommon-workflows - Typical development workflowssettings - Customization optionstroubleshooting - Common issues and solutionsall - Full documentation overview (default)Examples:
claude-code docs
claude-code docs quickstart
claude-code docs best-practices
claude-code docs troubleshooting
Display Claude Code configuration and status.
Usage:
claude-code info
Output includes:
This skill works seamlessly with OpenClaw's native capabilities:
# 1. Query best practices for debugging
claude-code query "debugging best practices"
# 2. Create a subagent to investigate and fix
claude-code task --description "Find and fix the null pointer exception in userService.js" --priority high
# 3. Review the changes
claude-code query "code review best practices"
# 1. Get best practices for the feature type
claude-code query "API design best practices"
# 2. Create development task
claude-code task --description "Implement REST API for user management" --priority medium
# 3. Check settings for code style
claude-code query "code style settings"
# 1. Query PR review best practices
claude-code query "PR review workflows"
# 2. Set up automated review task
claude-code task --description "Review all PRs in the last week" --priority low
Not required for basic usage. Claude Code integration uses OpenClaw's native capabilities.
Uses OpenClaw's configured default models. Override per task with --model option.
Managed by OpenClaw's subagent configuration (default: 8 concurrent subagents).
Generated Mar 1, 2026
A development team uses the skill to query Claude Code documentation for best practices and create subagents to automate bug fixes or implement new features. This accelerates coding tasks and ensures adherence to AI-assisted development guidelines.
A DevOps engineer leverages the skill to automate code review workflows and manage subagents for infrastructure-as-code tasks. It helps streamline CI/CD pipelines and troubleshoot deployment issues using integrated documentation.
A freelance developer uses the skill to quickly access coding best practices and execute complex programming tasks via subagents, improving productivity on client projects. It aids in handling diverse codebases and meeting tight deadlines.
Instructors and students in coding bootcamps or computer science courses use the skill to teach AI-assisted development workflows and query documentation for learning resources. It supports hands-on practice with modern coding tools.
A tech lead at a startup employs the skill to manage subagents for rapid prototyping and refactoring, while querying best practices to maintain code quality. It enables efficient scaling of development efforts with limited resources.
Offer the skill as part of a premium SaaS platform for AI-assisted development, charging subscription fees for enhanced features like advanced subagent management and priority support. Revenue is generated through monthly or annual plans.
Provide consulting services to help businesses integrate and optimize the skill for their specific workflows, such as custom coding task automation or documentation setup. Revenue comes from project-based fees or hourly rates.
License the skill to large enterprises for internal use, with custom pricing based on the number of users or subagents. Includes dedicated support, training, and integration with existing development tools.
š¬ Integration Tip
Integrate this skill with OpenClaw's native subagent system to maximize efficiency; start with simple documentation queries before scaling to complex task automation.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
A comprehensive skill for using the Cursor CLI agent for various software engineering tasks (updated for 2026 features, includes tmux automation guide).
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.
Control and operate Opencode via slash commands. Use this skill to manage sessions, select models, switch agents (plan/build), and coordinate coding through Opencode.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.