A comprehensive CLI integration for Openclaw Skills that enables autonomous code development, auditing, and repository management via Claude Code.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-claude-code-bailian
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 openclaw-claude-code-bailian using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Claude Code is a high-performance command-line interface that allows developers to interact with their codebase using natural language. When integrated with Openclaw Skills, it provides a bridge for AI agents to perform complex engineering tasks such as multi-file refactoring, performance optimization, and automated pull request generation. This skill leverages the full power of Anthropic's models to act as a terminal-based pair programmer.
By utilizing Openclaw Skills, developers can choose between non-interactive execution for quick tasks or full PTY-backed interactive sessions for deep debugging. It supports various permission levels, ensuring that autonomous changes are only made when the developer grants explicit authority, making it a safe yet powerful tool for modern software engineering workflows.
To get started with this skill for Openclaw Skills, install the Claude Code CLI using PowerShell or WinGet:
# Install via PowerShell
irm https://claude.ai/install.ps1 | iex
# Or install via WinGet
winget install Anthropic.ClaudeCode
Next, authenticate your session:
claude auth login --email [email protected]
Ensure your agent configuration has pty: true enabled to support interactive terminal features.
The skill manages its operation through local configuration and session metadata as detailed below:
| Component | Data Type | Purpose |
|---|---|---|
| Session History | Local Cache | Allows the agent to resume previous coding conversations using --continue. |
| Sub-agents | JSON Config | Defined in .claude/agents/ to specialize in tasks like security or documentation. |
| Settings | JSON | Located in %USERPROFILE%\\.claude\\settings.json for API endpoints and keys. |
| MCP Registry | Tool Schema | Connects the CLI to external services like GitHub or SQL databases. |
--max-budget-usd to prevent unexpected API costs during long-running tasks.Loading
A technical core patch for Clawdbot that resolves Text-to-Speech (TTS) failures by optimizing payload delivery for Discord voice memos.

A skill that enables OpenClaw to access decentralized AI models by routing requests through the AntSeed peer-to-peer network.

Tribunal is a robust quality enforcement plugin for Claude Code that automates TDD, secret scanning, and multi-agent quality gates.

A powerful quality enforcement plugin for Claude Code that automates TDD, secret scanning, and context monitoring for AI-driven projects.

A technical auditing skill designed to harden API credential handling through environment variables, rotation plans, and least-privilege access.

An automated tracking system for UK driver CPC and MPQC compliance that generates audit-ready matrices, reminders, and reports.








































