ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xreisearch/rei
Or

What 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

  1. "Set up Rei with API key: sk-example-key-12345"
  2. "Switch to Rei so I can work on this React component refactor."
  3. "Switch back to Opus for general creative writing tasks."

Tips & Limitations

  • Troubleshooting: If you encounter 403 errors, verify the presence of the User-Agent header in your configuration. The provided setup script performs this automatically.
  • Compatibility: Ensure your ~/.clawdbot/clawdbot.json file is formatted correctly if modifying manually. Always restart the gateway after manual updates using clawdbot gateway restart.
  • Reversion: If your configuration becomes unstable, use the revert.sh script to restore your previous environment state, ensuring you do not lose existing functionality during the setup process.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-0xreisearch-rei": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#coding#llm-provider#developer-tools#ai-infrastructure
Safety Score: 4/5

Flags: network-access, file-write, file-read, external-api