Tools
Claude Openclaw
Claude Code plugin for managing OpenClaw self-hosted AI gateway
Install
npm install -g
README
# OpenClaw Plugin for Claude Code
Set up and manage your [OpenClaw](https://openclaw.ai) self-hosted AI gateway from Claude Code.
OpenClaw connects messaging apps (WhatsApp, Telegram, Discord, Slack) to AI coding agents. This plugin gives Claude Code full knowledge of OpenClaw's setup, configuration, troubleshooting, multi-agent teams, security, and automation.
## Install
```bash
# Add the marketplace
claude marketplace add --source github --repo TheophilusChinomona/claude-openclaw-plugin
# Install the plugin
claude plugin install openclaw@claude-openclaw-plugin
```
## Prerequisites
- **Node.js 22+** (for OpenClaw CLI)
- **OpenClaw CLI** installed (`npm install -g openclaw@latest`)
## What's Included
### Agent (1)
- **openclaw-ops** — Auto-triggers on OpenClaw management questions (model: sonnet)
### Slash Commands (15)
| Command | Description |
|---------|-------------|
| `/oc-status` | Quick gateway health check |
| `/oc-doctor` | Run diagnostics and auto-fix |
| `/oc-config` | View or edit configuration |
| `/oc-setup` | Guided installation and setup |
| `/oc-channel` | Channel management |
| `/oc-logs` | View gateway logs |
| `/oc-team` | Scaffold and manage agent team workspace |
| `/oc-workspace` | Multi-user workspace access, pairing, sessions |
| `/oc-structure` | Workspace structure and conventions |
| `/oc-cron` | Manage cron jobs (list, add, run, history, remove) |
| `/oc-security` | Run security audit with severity grouping and auto-fix |
| `/oc-backup` | Backup configuration, credentials, and auth profiles |
| `/oc-update` | Update OpenClaw, run diagnostics, restart gateway |
| `/oc-improve` | Scan setup and suggest improvements |
| `/oc-outreach` | Scaffold and manage outreach agent |
### Skills (17)
| Skill | Domain |
|-------|--------|
| openclaw-setup | Installation, onboarding wizard, service setup |
| openclaw-config | Configuration reference, CLI commands, environment variables |
| openclaw-channels | Channel setup (Telegram, WhatsApp, Discord, Slack), DM policies |
| openclaw-troubleshooting | Diagnostics, common issues, decision trees |
| openclaw-multi-agent | Multi-agent routing, bindings, per-agent sandboxing |
| openclaw-multi-user-workspaces | Multi-user access, session isolation, pairing, trust model |
| openclaw-agent-teams | Agent team design, SOUL.md authoring, hierarchy, memory |
| openclaw-multi-agent-team-setup | End-to-end team orchestration, commander-specialist routing |
| openclaw-workspace-structure | Workspace directory structure and conventions |
| openclaw-automation | Cron jobs, webhooks/hooks, heartbeat, event-driven automation |
| openclaw-sessions | Session management, DM scope, resets, compaction, thread bindings |
| openclaw-models | Model selection, provider setup, API keys, failover, auth profiles |
| openclaw-security | Security audit, hardening, secrets management, incident response |
| openclaw-sandboxing | Docker sandbox, container isolation, bind mounts, sandbox browser |
| openclaw-nodes | Device pairing, remote execution, exec routing, node commands |
| openclaw-outreach-setup | Outreach agent scaffolding, cold email pipeline |
| openclaw-agent-builder | Design and deploy agents end-to-end: interview, workspace files, guardrails |
## Quick Start
```bash
# After installation:
/oc-setup # Install and configure OpenClaw
/oc-status # Check gateway health
/oc-channel telegram setup # Set up Telegram
/oc-team create my-team # Scaffold an agent team
```
## Development
```bash
# Local development install
claude marketplace add --source directory --path /path/to/openclaw-plugin --name claude-openclaw-plugin
claude plugin install openclaw@claude-openclaw-plugin
# Validate plugin structure
claude plugin validate .
```
## License
MIT
tools
Comments
Sign in to leave a comment