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-codeGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
curl -fsSL https://claude.ai/install.sh | bashCalls external URL not in known-safe list
https://code.claude.com/docsAI Analysis
The skill primarily queries documentation from code.claude.com (Anthropic's official domain) and manages coding workflows, which aligns with its stated purpose. The shell command installation reference appears to be example documentation rather than an active execution path. No credential harvesting, data exfiltration, or hidden malicious instructions were detected.
Audited Apr 16, 2026 · audit v1.0
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.
Scored Apr 19, 2026
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.
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Write, run, and manage unit, integration, and E2E tests across TypeScript, Python, and Swift using recommended frameworks.