OpenClaw Manager Plugin for Claude Code

If you can use Claude Code, you can use OpenClaw. This plugin democratizes access to powerful AI-to-messaging integrations—no DevOps expertise required.
OpenClaw (formerly known as ClawdBot) is an AI gateway that connects Claude and other LLMs to messaging platforms like Slack, WhatsApp, Telegram, Discord, and more. This plugin turns Claude Code into your personal OpenClaw expert—handling installation, configuration, troubleshooting, and security hardening through natural conversation.
This is a weekend project built to help more people access OpenClaw. The setup process can be intimidating for newcomers, so this wrapped all that complexity into a conversational interface. Just tell Claude what you want, and it handles the rest.
Why This Plugin?
Setting up OpenClaw (formerly ClawdBot) manually involves:
- Installing dependencies (Node.js v22.14.0+, Node 24 recommended, systemd)
- Creating OAuth apps and managing tokens
- Configuring channel policies and access controls
- Setting up cron jobs and webhooks
- Hardening security settings
- Debugging connection issues
That's a lot to ask of someone who just wants to chat with Claude from Slack.
With this plugin, you just say what you want:
> /openclaw-manager install on WSL2
> /openclaw-manager setup Slack channel
> /openclaw-manager troubleshoot gateway not responding
> /openclaw-manager security audit
Or start with the interactive onboarding wizard — it interviews you about your goals, channels, environment, and security needs, then generates a personalized setup journey:
> /onboarding
> /onboarding set up a family gateway with WhatsApp and Telegram
Claude handles the rest—running commands, checking configurations, explaining what's happening, and fixing issues.
Quick Start
Installation
From GitHub (recommended):
# 1. Add the marketplace (one-time)
/plugin marketplace add ClariSortAi/openclaw-manager-plugin
# 2. Install the plugin
/plugin install openclaw-manager@ClariSortAi-openclaw-manager-plugin
For development / local testing:
claude --plugin-dir ./openclaw-manager-plugin
Usage
Once installed, invoke the skills:
# Personalized onboarding — interviews you, then builds a custom plan
/onboarding
# Or jump straight to specific tasks
/openclaw-manager install on macOS
/openclaw-manager configure WhatsApp
/openclaw-manager troubleshoot connection issues
/openclaw-manager setup cron job for daily summary
/openclaw-manager security hardening
Or just describe what you need in natural language—Claude will automatically use this skill when you mention OpenClaw.
What Can It Do?
| Task | Example |
|---|
| Fresh Install | Help me install OpenClaw on Ubuntu |
| Channel Setup | Configure Slack with Socket Mode |
| Troubleshooting | My WhatsApp keeps disconnecting |
| Security | Audit my OpenClaw security settings |
| Automation | Set up a daily standup reminder cron job |
| Configuration | Change my gateway to allowlist mode |
| Skills | Install a skill from ClawHub |
| Plugins | Set up Microsoft Teams via the msteams plugin |
| Sub-Agents | Configure nested sub-agent spawn depth |
| Docker/K8s | Set up health probes for Kubernetes |
| PDF Analysis | Configure PDF tool for document processing |
Supported Platforms (23+)
Native (built-in):
- Slack - Socket Mode, native text streaming
- WhatsApp - QR code linking, multi-account
- Telegram - BotFather, streaming, DM topics
- Discord - Bot token, interactive UI
- BlueBubbles - iMessage with full feature support (recommended)
- Signal - Privacy-focused via signal-cli
- Google Chat - HTTP webhook integration
- IRC - Classic server support
- WebChat - Built-in gateway UI
Plugin-based (install separately):
- Feishu/Lark - Chinese enterprise chat (native since v2026.2.2)
- Microsoft Teams -
@openclaw/msteams
- Matrix -
@openclaw/matrix
- LINE -
@openclaw/line
- Mattermost -
@openclaw/mattermost
- Nostr -
@openclaw/nostr
- Nextcloud Talk, Synology Chat, Tlon, Twitch - Plugin ecosystem
- Zalo / Zalo Personal -
@openclaw/zalo, @openclaw/zalouser
Supported Operating Systems
- macOS (native)
- Linux (native, systemd)
- Windows (WSL2 required)
- Docker / Kubernetes (health endpoints for liveness/readiness probes)
Plugin Contents