TopRank Skills

Home / Claw Skills / Document / claude-code
Official OpenClaw rules 36%

claude-code

Claude 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

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 claude-code 技能。 若已安装,则直接安装 claude-code 技能。

Overview

Skill Key
hw10181913/claude-code
Author
hw10181913
Source Repo
openclaw/skills
Version
-
Source Path
skills/hw10181913/claude-code
Latest Commit SHA
81497ae938463c7830f3a4bcd4543e560fc68f34

Extracted Content

SKILL.md excerpt

# Claude Code Integration

This skill integrates Claude Code capabilities into OpenClaw, providing access to AI-assisted coding workflows, documentation, and best practices.

## What You Can Do

### 📚 Documentation Queries
- Query Claude Code documentation
- Get best practices and workflows
- Learn about settings and customization
- Troubleshoot common issues

### 🤖 Subagent Management
- Create coding subagents
- Manage agent teams
- Execute complex development tasks
- Automate code reviews and PR workflows

### 🛠️ Development Workflows
- Best practices for AI-assisted coding
- Common workflows and patterns
- Settings and configuration
- Troubleshooting guidance

## Usage Examples

### Query Documentation
```bash
# Get documentation about a specific topic
claude-code query "subagents"
claude-code query "best practices"
claude-code query "settings"
```

### Execute Coding Task
```bash
# 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
```

### List Available Commands
```bash
# Show all available commands
claude-code --help
```

## Available Commands

### query
Query Claude Code documentation for a specific topic.

**Usage:**
```bash
claude-code query <topic>
```

**Examples:**
```bash
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:**
- Subagents and agent teams
- Best practices and workflows
- Settings and customization
- Troubleshooting guide
- Plugins and extensions
- MCP (Model Context Protocol)
- Headless/Programmatic usage

### task
Create and execute a coding subagent task.

**Usage:**
```bash
claude-code task --description "<task description>" [--priority <level>] [--model <model-name>]
```

**Options:**
- `--description, -d`: Task descripti...

README excerpt

# Claude Code Skill for OpenClaw

A comprehensive skill integration that provides Claude Code documentation, best practices, and workflow guidance directly within OpenClaw.

## 📋 Table of Contents

- [Overview](#overview)
- [Installation](#installation)
- [Usage](#usage)
- [Commands](#commands)
- [Examples](#examples)
- [Integration](#integration)
- [Contributing](#contributing)
- [License](#license)

## Overview

This skill bridges Claude Code's powerful AI-assisted development capabilities with OpenClaw's workflow system, providing:

- 📚 **Documentation Queries** - Instant access to Claude Code docs
- 🤖 **Best Practices** - AI coding guidelines and workflows
- 🛠️ **Troubleshooting** - Common issues and solutions
- 📖 **Workflow Guidance** - Development process recommendations

## Installation

### Quick Install

```bash
cd /Users/milier/.openclaw/workspace/skills/claude-code
chmod +x install.sh
./install.sh
```

### Manual Install

```bash
# Create skill directory
mkdir -p ~/.openclaw/skills/claude-code

# Copy files
cp claude-code.py ~/.openclaw/skills/claude-code/
cp README.md ~/.openclaw/skills/claude-code/

# Make executable
chmod +x ~/.openclaw/skills/claude-code/claude-code.py
```

### OpenClaw Skill Registry (Future)

Once published to ClawHub, install with:

```bash
clawhub install claude-code
```

## Usage

### Basic Commands

```bash
# View all documentation
claude-code docs

# Query specific topic
claude-code query quickstart
claude-code query best-practices
claude-code query troubleshooting

# Get help
claude-code --help
```

### Integration with OpenClaw

This skill is designed to work seamlessly with OpenClaw's native capabilities:

```bash
# Use with OpenClaw's exec tool
openclaw exec --command "claude-code query best-practices"

# Or call directly from OpenClaw
claude-code query "API design best practices"
```

## Commands

### 📚 docs - Documentation Overview

Show overview of all available documentation.

```bash
claude-code docs...

Related Claw Skills

edholofy

dojo.md

★ 4

University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.

lethehades

wps-macos-helper

★ 1

macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance

capt-marbles

firecrawl

★ 0

Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.

caqlayan

Tweet Processor

★ 0

Tweet Processor Skill

carev01

md-docs-search

★ 0

Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.

camelsprout

duckdb-en

★ 0

DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".