OpenClaw gateway management plugin for Claude Code
npx claudepluginhub theophiluschinomona/claude-openclaw-pluginSet up and manage your OpenClaw self-hosted AI gateway from Claude Code
Set up and manage your OpenClaw 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.
Run these commands in Claude Code (type them in the chat):
/plugin marketplace add TheophilusChinomona/claude-openclaw-plugin
/plugin install openclaw@claude-openclaw-plugin
Important: Add the marketplace using the GitHub repo above (not a raw URL to marketplace.json). That way the plugin installs and updates correctly.
To get the latest version of the plugin:
/plugin marketplace update/plugin install openclaw@claude-openclaw-plugin (or uninstall it, then install again)If you still don’t see updates, try closing and reopening Claude Code, or remove the cached plugin (e.g. the folder for this plugin under ~/.claude/plugins/cache/) and install again.
Run this once after installing to avoid repeated permission prompts:
node plugins/openclaw/scripts/setup-permissions.js
This adds recommended tool permissions (Read, Write, Bash patterns) to your Claude Code allowlist.
npm install -g openclaw@latest)| 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 |
/oc-autonomy | Audit agent autonomy readiness with scored assessment |
/oc-docs | Fetch, search, and manage OpenClaw documentation |
/oc-memory | Initialize, audit, flush, and search agent memory |
/oc-architect | Build or optimize agent workspace files (SOUL, IDENTITY, AGENTS, MEMORY, GOALS) |
/oc-planner | Brainstorm, design, and document agent teams; produce Agent Team Documentation |
/oc-wizard | Full guided journey to create a complete agent workspace (discovery → design → scaffold → audit) |
/oc-workspace-audit | Comprehensive scored audit of workspace quality (SOUL, IDENTITY, AGENTS, memory, config) |