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.
npx skills add majiayu000/claude-skill-registry --skill rei --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Rei Qwen3 Coder Rei provides Qwen3 Coder via an OpenAI-compatible endpoint at `coder.reilabs.org`. ## Setup via Script ```bash ./skills/rei/scripts/setup.sh YOUR_REI_API_KEY ``` This adds the provider, adds it to the model allowlist, and restarts the gateway. ## Setup via Agent Ask your agent: > "Set up Rei with API key: YOUR_KEY" The agent will read this skill and run the setup script for you. ## Switching Models **Via chat:** ``` /model rei /model opus ``` **Via script:** ```bash ./skills/rei/scripts/switch.sh rei ./skills/rei/scripts/switch.sh opus ``` **Via agent:** > "Switch to Rei" or "Switch back to Opus" ## Revert If something breaks, restore the backup: ```bash ./skills/rei/scripts/revert.sh ``` ## Manual Setup Add to `~/.clawdbot/clawdbot.json`: ```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 r
- Setup via Script
- Setup via Agent
- Switching Models
- Revert
- Manual Setup
- Troubleshooting
What does the rei skill do?
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.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill rei --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
