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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install rei或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install rei⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/rei/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: rei description: 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. ---
Rei 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.
安装 Rei-Clawd 后,可以对 AI 说这些话来触发它
Help me get started with Rei-Clawd
Explains what Rei-Clawd does, walks through the setup, and runs a quick demo based on your current project
Use Rei-Clawd to set up Rei Qwen3 Coder as a model provider
Invokes Rei-Clawd with the right parameters and returns the result directly in the conversation
What can I do with Rei-Clawd in my marketing & growth workflow?
Lists the top use cases for Rei-Clawd, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/rei/ 目录(个人级,所有项目可用),或 .claude/skills/rei/(项目级)。重启 AI 客户端后,用 /rei 主动调用,或让 AI 根据上下文自动发现并使用。
Rei-Clawd 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Rei-Clawd 可免费安装使用。请查阅仓库了解许可证信息。
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.
Rei-Clawd 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my marketing & growth tasks using Rei-Clawd
Identifies repetitive steps in your workflow and sets up Rei-Clawd to handle them automatically