Previously known as Clawdbot. The alias
ollama launch clawdbot still works.Quick Start
Onboarding
Ollama configures the provider, installs the gateway daemon, and sets your model as primary
Features
100+ Skills
Built-in skills for file management, web search, code execution, and more
Multi-Platform
Connect WhatsApp, Telegram, Slack, Discord, iMessage, and other messaging apps
Local Gateway
Runs a secure gateway on your machine for private AI conversations
Plugin System
Extensible with custom plugins and skills
Configuration
Change Model Without Launching
Use a Specific Model
Pass Custom Arguments
-- are passed directly to the openclaw binary.
Recommended Models
Cloud Models
kimi-k2.5:cloud
Multimodal reasoning with subagents (260k context)
minimax-m2.5:cloud
Fast, efficient coding and productivity (200k context)
glm-5:cloud
Reasoning and code generation (200k context)
Local Models
glm-4.7-flash
Reasoning and code generation locally (~25 GB VRAM)
Connect Messaging Apps
After launching OpenClaw, connect your messaging platforms:- Telegram
- Slack
- Discord
- iMessage (macOS only)
- SMS (with supported providers)
Security Considerations
On first launch, Ollama displays a security notice. OpenClaw:- Has access to files in your home directory
- Can execute shell commands when tools are enabled
- Runs a local gateway that accepts connections from configured messaging apps
- Stores configuration and credentials locally
Gateway Management
The OpenClaw gateway runs in the background to handle requests from messaging apps.Check Status
Stop the Gateway
Restart the Gateway
View Logs
Skills and Plugins
Browse Available Skills
Install a Skill
Web Search Plugin
When using cloud models, Ollama automatically installs the web search plugin for enhanced capabilities:- Real-time web searches
- News and information retrieval
- Fact-checking and verification
Configuration Files
OpenClaw stores its configuration in~/.openclaw/openclaw.json.
Example Configuration
Example Configuration
ollama launch openclaw.
Web UI
OpenClaw includes a web interface for managing conversations and settings:ollama launch.
Troubleshooting
OpenClaw Won’t Install
OpenClaw requires Node.js and npm:- Install Node.js from nodejs.org
- Verify installation:
npm --version - Rerun:
ollama launch openclaw
Gateway Won’t Start
Check if the port is already in use:Model Not Found
Ensure the model is pulled:Windows Support
OpenClaw works best on WSL2 (Windows Subsystem for Linux):Advanced Usage
Custom Gateway Port
Edit~/.openclaw/openclaw.json to change the gateway port:
Multiple Models
Configure different models for different use cases:Direct CLI Usage
Bypass the launcher for advanced control:Learn More
Official Docs
Complete OpenClaw documentation
npm Package
OpenClaw on npm
Skills
Browse available skills
Security
Security best practices