rei
Set 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 CLI (Recommended)
clawhub install openclaw/skills/skills/0xreisearch/reiWhat This Skill Does
The Rei skill integrates the Qwen3 Coder model into the OpenClaw environment via an OpenAI-compatible interface hosted at coder.reilabs.org. This skill is designed to streamline the configuration of developer-centric AI models, enabling high-performance coding assistance directly within your agent workflow. It automates the complex configuration of API headers, model allowlists, and gateway settings, ensuring that users can leverage the specific strengths of Qwen3 Coder without manual intervention or configuration errors.
Installation
You can install this skill by running the command: clawhub install openclaw/skills/skills/0xreisearch/rei within your terminal. Once installed, the setup can be performed either via the automated script (./skills/rei/scripts/setup.sh YOUR_REI_API_KEY) or by requesting the agent to handle it directly: "Set up Rei with API key: YOUR_KEY". These automated processes ensure that necessary files, such as ~/.clawdbot/clawdbot.json, are updated with correct headers and model IDs.
Use Cases
This skill is ideal for developers requiring specialized code completion, architectural assistance, and debugging support. Use it when you need to switch between standard models and specialized coding models seamlessly. It is also the recommended solution for users experiencing 403 Forbidden errors when attempting to connect to external LLM endpoints, as the skill enforces the mandatory User-Agent: Clawdbot/1.0 header required by the Rei backend.
Example Prompts
- "Set up Rei with API key: sk-example-key-12345"
- "Switch to Rei so I can work on this React component refactor."
- "Switch back to Opus for general creative writing tasks."
Tips & Limitations
- Troubleshooting: If you encounter 403 errors, verify the presence of the
User-Agentheader in your configuration. The provided setup script performs this automatically. - Compatibility: Ensure your
~/.clawdbot/clawdbot.jsonfile is formatted correctly if modifying manually. Always restart the gateway after manual updates usingclawdbot gateway restart. - Reversion: If your configuration becomes unstable, use the
revert.shscript to restore your previous environment state, ensuring you do not lose existing functionality during the setup process.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-0xreisearch-rei": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api