The Claude Code Controller is a robust integration for Openclaw Skills that enables seamless management of the Anthropic Claude Code CLI for autonomous software engineering.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claudecode-controller
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 claudecode-controller using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Claude Code Controller is an advanced skill designed to provide full control over the Anthropic Claude Code terminal-based coding agent within the Openclaw environment. It allows developers to leverage high-reasoning AI models for complex programming tasks, including project-aware feature implementation and deep codebase analysis. By utilizing Openclaw Skills and the Agent Control Protocol (ACP), this tool creates a secure, isolated runtime for long-running coding sessions, ensuring that your primary agent interaction remains focused while heavy-duty engineering happens in the background.
To start using this skill within Openclaw Skills, first install the Claude Code CLI globally:
npm install -g @anthropic-ai/claude-code
Next, configure your API credentials:
export ANTHROPIC_API_KEY="your-api-key"
Finally, initialize your project by creating a .claude/settings.json file in your project root to define permissions and model preferences.
The skill manages its operation through a specific file and directory structure:
| Data Type | Description | Path |
|---|---|---|
| Configuration | Model selection and tool permission settings. | .claude/settings.json |
| Execution Logs | Detailed logs of every CLI session and agent action. | ~/.claude/logs/latest.log |
| Custom Tools | User-defined scripts to extend agent capabilities. | ~/.claude/tools/ |
| Project Context | Metadata and indexing info for the codebase. | .claude/ |
Loading
A comprehensive personal nutrition and meal planning system that automates calorie tracking and recipe recommendations based on user goals.

Automate the extraction of PCS table data and its seamless import into the EPBP system via Excel.

A sophisticated analytical suite for the Chinese A-share market that delivers real-time quotes, technical indicators, and automated financial reports.

A health-oriented automation skill that triggers hydration and movement reminders every 45 minutes during standard working hours.

Clawscan is a specialized security auditing tool designed to perform first-pass vulnerability checks and malicious hash detection for your deployment.

A secure CLI-based skill for retrieving secrets and credentials from a desktop vault with human-in-the-loop approval.








































