A professional-grade programming integration that bridges the Claude Code CLI with OpenClaw for autonomous software engineering tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claude-code-dev
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install claude-code-dev using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a robust integration between OpenClaw and the Claude Code CLI, allowing developers to execute complex programming workflows through messaging platforms or direct terminal commands. By leveraging Openclaw Skills, users can perform deep code analysis, autonomous bug fixing, and large-scale refactoring using Anthropic's most advanced models.
The integration supports two primary modes: the Agent Control Protocol (ACP) mode for persistent, interactive chat-based development, and the PTY mode for background execution and one-off tasks. This ensures that your AI agent is not just a chatbot but a functional engineering partner capable of managing file systems, running tests, and submitting git commits.
To get started with this skill, ensure you have the Claude Code CLI installed and OpenClaw configured properly:
# Install the official Claude Code CLI
npm install -g @anthropic-ai/claude-code
# Set your API credentials
export ANTHROPIC_API_KEY="your_api_key_here"
# Install the acpx plugin for OpenClaw
openclaw plugins install acpx
openclaw config set plugins.entries.acpx.enabled true
# Configure the ACP backend
openclaw config set acp.enabled true
openclaw config set acp.backend acpx
openclaw config set plugins.entries.acpx.config.permissionMode approve-all
# Restart the gateway to apply changes
openclaw gateway restart
The skill utilizes a combination of environment variables and local configuration files to manage state and project context:
| Component | Type | Description |
|---|---|---|
| CLAUDE.md | Markdown | Project-specific coding standards, tech stack info, and constraints automatically read on startup. |
| Session ID | String | Unique identifier for tracking background PTY processes. |
| JSON Output | Object | Structured data format for non-interactive analysis modes. |
| ACP Bindings | Metadata | Maps specific chat threads (Discord/Telegram) to active Claude Code sessions. |
Loading
Memory Dream is a structured memory classification and periodic consolidation system designed to keep Openclaw Skills agents efficient and context-aware.

A professional integration that converts text into natural speech using MiniMax TTS and delivers it as voice messages or files to Lark via lark-cli.

A robust framework for decomposing, executing, and recovering complex, multi-step AI agent tasks without losing context or data.

A powerful utility to audit, deduplicate, and synchronize AI agent skills across multiple environments into a single canonical source of truth.

An automated inventory management tool that scans, categorizes, and indexes your entire collection of Openclaw Skills.

A Meta Skill that automates API key management and state persistence through native conversational prompts for AI agents.








































