reiSet up Rei Qwen3 Coder as a model provider. Use when configuring coder.reilabs.org, adding Rei to Clawdbot, or troubleshooting 403 errors from Rei endpoints.
Install via ClawdBot CLI:
clawdbot install 0xReisearch/reiRei provides Qwen3 Coder via an OpenAI-compatible endpoint at coder.reilabs.org.
./skills/rei/scripts/setup.sh YOUR_REI_API_KEY
This adds the provider, adds it to the model allowlist, and restarts the gateway.
Ask your agent:
"Set up Rei with API key: YOUR_KEY"
The agent will read this skill and run the setup script for you.
Via chat:
/model rei
/model opus
Via script:
./skills/rei/scripts/switch.sh rei
./skills/rei/scripts/switch.sh opus
Via agent:
"Switch to Rei" or "Switch back to Opus"
If something breaks, restore the backup:
./skills/rei/scripts/revert.sh
Add to ~/.clawdbot/clawdbot.json:
{
"models": {
"providers": {
"rei": {
"baseUrl": "https://coder.reilabs.org/v1",
"apiKey": "YOUR_API_KEY",
"api": "openai-completions",
"headers": { "User-Agent": "Clawdbot/1.0" },
"models": [{
"id": "rei-qwen3-coder",
"name": "Rei Qwen3 Coder",
"contextWindow": 200000,
"maxTokens": 8192
}]
}
}
},
"agents": {
"defaults": {
"models": {
"rei/rei-qwen3-coder": { "alias": "rei" }
}
}
}
}
Then restart: clawdbot gateway restart
403 errors: The User-Agent: Clawdbot/1.0 header is required. The setup script adds this automatically. If you configured manually, make sure the header is present.
"Model not allowed": Rei must be in agents.defaults.models to switch to it. The setup script handles this. For manual setup, add the allowlist entry shown above.
Generated Mar 1, 2026
A development team integrates Rei Qwen3 Coder into their Clawdbot setup to enhance coding assistance and debugging workflows. They use the agent to switch between Rei and Opus models based on task complexity, improving productivity in code generation and review processes.
A customer support platform configures Rei as a model provider to handle technical queries and generate code snippets for troubleshooting guides. The setup script automates deployment, ensuring reliable API access with proper headers to avoid 403 errors during high-volume interactions.
An online learning platform uses Rei Qwen3 Coder to provide real-time coding feedback and examples to students. Instructors leverage the agent commands to switch models for different programming languages, enhancing the learning experience with adaptive AI assistance.
A DevOps team integrates Rei into their Clawdbot environment to automate code reviews and generate deployment scripts. They utilize the revert script for quick recovery from configuration errors, maintaining stability in continuous integration workflows.
A startup uses Rei Qwen3 Coder to rapidly prototype software applications, leveraging the OpenAI-compatible endpoint for seamless integration. The manual setup option allows customization for specific project needs, accelerating MVP development cycles.
Offer Rei Qwen3 Coder as a paid API service with tiered subscription plans based on usage limits and support levels. Revenue is generated through monthly or annual fees from developers and enterprises integrating the model into their applications.
Provide basic access to Rei Qwen3 Coder for free, attracting a broad user base, while charging for advanced features like higher context windows, priority support, and custom model training. Revenue comes from upgrades and enterprise contracts.
License Rei Qwen3 Coder technology to large organizations for internal use or resale, with customization options and dedicated support. Revenue is generated through one-time licensing fees and ongoing maintenance contracts.
💬 Integration Tip
Ensure the User-Agent header is set to 'Clawdbot/1.0' in manual configurations to prevent 403 errors, and use the provided scripts for automated setup to simplify integration.
Transform AI agents from task-followers into proactive partners that anticipate needs and continuously improve. Now with WAL Protocol, Working Buffer, Autonomous Crons, and battle-tested patterns. Part of the Hal Stack 🦞
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Clawdbot documentation expert with decision tree navigation, search scripts, doc fetching, version tracking, and config snippets for all Clawdbot features
Interact with Moltbook social network for AI agents. Post, reply, browse, and analyze engagement. Use when the user wants to engage with Moltbook, check their feed, reply to posts, or track their activity on the agent social network.
OpenClaw CLI wrapper — gateway, channels, models, agents, nodes, browser, memory, security, automation.
MoltGuard — runtime security plugin for OpenClaw agents by OpenGuardrails. Helps users install, register, activate, and check the status of MoltGuard. Use wh...