What is OpenClaw?
OpenClaw is a personal AI assistant that runs on your own device. It connects to various messaging platforms (Telegram, Discord, Slack, WhatsApp, etc.) and can be configured to use GPTProto’s powerful AI models through our API.Install and Configure OpenClaw
Get Your GPTProto API Key
- Visit gptproto.com and sign up or log in.
- Navigate to the Dashboard and create a new API Key (
sk-xxxxx). - Keep this key secure — you’ll need it in the next step.
Install OpenClaw
For detailed installation guides, refer to the official documentation.
Set Up OpenClaw
After running the install command, the setup wizard will start automatically. If it doesn’t, run:If you’ve already initialized before, you can run
openclaw config and select model to reconfigure.Begin setup:I understand this is powerful and inherently risky. Continue?| Select ●YesOnboarding mode| Select ●Quick StartModel/auth provider| Select ●Skip for nowFilter models by provider| Select ●anthropicDefault model| Select ●Keep current- Complete the remaining configuration based on your own preferences.
Configure GPTProto Models
To configure a custom model, edit 1. Add GPTProto provider configurationAdd the following under 2. Set the default agent modelComplete
~/.openclaw/openclaw.json. You can open it with any text editor:models.providers. If you skipped onboarding, the models section may not exist yet — add it manually. Replace YOUR_GPTPROTO_KEY with the API key from Step 1.~/.openclaw/openclaw.json exampleComplete Setup
Continue with the remaining OpenClaw configuration:
Select channel| Choose and configure your preferred messaging channel.Configure skills| Select and install the skills you need.- Complete the setup.
Chat with Your Bot
After setup, the CLI will ask
How do you want to hatch your bot?- Select ●
Hatch in TUI (recommended)
- For Web UI, open the
Web UI (with token)link shown in your terminal.
For detailed configuration guides, refer to the official documentation.
Advanced Configuration
Using Skills
Skills are folders containing a SKILL.md file. If you want to add new capabilities to your OpenClaw agent, ClawHub is the best way to find and install skills.
Install ClawHub
Manage Skills
Search for skills:Plugin Management
Plugins are small code modules that extend OpenClaw with additional capabilities (commands, tools, and Gateway RPC).View loaded plugins:
Why GPTProto + OpenClaw?
| Feature | Benefit |
|---|---|
| 160+ Models | Access OpenAI, Google, Anthropic, DeepSeek, and more with one API key |
| Unified API | OpenAI-compatible format — no code changes when switching models |
| Auto Failover | Seamlessly switch between providers when one is unavailable |
| Cost Efficient | Pay-as-you-go pricing, compare models and choose the best value |
| Multi-Channel | Connect to Telegram, Discord, Slack, WhatsApp, and more |
| Extensible | Add skills and plugins from ClawHub for endless capabilities |
Troubleshooting
Common Issues
-
API Key Authentication
- Ensure your GPTProto API key is valid and has sufficient balance
- Check that the API key is correctly set in your configuration
- Verify at gptproto.com/dashboard
-
Model Availability
- Check available models at gptproto.com/v1/models
- Verify the model name format (e.g.,
gptproto/gpt-5.2)
-
Connection Issues
- Ensure the OpenClaw gateway is running:
openclaw status - Check network connectivity to
gptproto.com - Run
openclaw doctorfor diagnostics
- Ensure the OpenClaw gateway is running:
Resources
- GPTProto Documentation: docs.gptproto.com
- GPTProto Dashboard: gptproto.com
- OpenClaw Documentation: docs.openclaw.ai
- OpenClaw GitHub: github.com/openclaw/openclaw
- Community Skills: ClawHub

