1. Overview
OpenClaw is an open-source (MIT licensed) local AI assistant that runs on your own machine. It interacts through messaging platforms like Telegram, WhatsApp, Discord, Slack and iMessage, and performs real automation: file operations, terminal commands, browser control, scheduled tasks and more. With GravitexAI (OpenAI-compatible API), one API key gives OpenClaw access to 400+ leading models including GPT, Claude, Gemini and DeepSeek.Local & Private
All data stays on your machine
Multi-platform
Telegram / WhatsApp / Discord / Slack / iMessage
Autonomous
Beyond chat â actually operates your computer
Extensible
Custom skills and plugins
Website:
openclaw.ai ď˝ Repo: github.com/openclaw/openclaw ď˝ License: MIT2. Prerequisites
- Create an API key in the GravitexAI console
- Node.js 22 or higher
- macOS / Linux / Windows
3. Install OpenClaw
3.1 Install Node.js
3.2 Install OpenClaw
3.3 Verify
openclaw doctor reports issues, run openclaw doctor --fix.
4. Configure GravitexAI
OpenClaw stores its config at~/.openclaw/openclaw.json.
Option A â Edit the JSON file (recommended)
Option B â CLI wizard
Option C â Anthropic native mode
For the best Claude tool-calling experience:5. Run It
Web UI (recommended)
http://127.0.0.1:18789/ in your browser.
Telegram Bot
- Talk to
@BotFatheron Telegram, send/newbot - Copy the Bot Token into
openclaw onboard - If you are behind a firewall, set a proxy first:
Other channels
WhatsApp (QR), Discord, Slack, Signal, iMessage, Microsoft Teams and more.6. Recommended Models
Browse the full list at the GravitexAI model marketplace.
7. Built-in Skills
File & System
Intelligence
8. Commands
Terminal
Chat
9. Examples
10. Troubleshooting
401 / invalid API key
401 / invalid API key
- Re-copy the key from the GravitexAI console, watch out for stray spaces
- Make sure
apiKeyin the JSON file has no quotes or full-width characters
404 / wrong endpoint
404 / wrong endpoint
openai-completionsmode:baseUrlmust end with/v1anthropic-messagesmode:baseUrlshould behttps://api.gravitex.ai(no/v1)
Model not found
Model not found
- Verify the model ID at the model marketplace
Config changes have no effect
Config changes have no effect
- Restart with
openclaw gateway restartafter editing the file - Run
openclaw doctorto inspect the active config
