AI SummaryConfigures Rei Qwen3 Coder as an OpenAI-compatible model provider for claude_code, enabling developers to set up, switch between, and troubleshoot Rei endpoints via scripts or agent commands.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "rei" skill in my project. Please run this command in my terminal: # Install skill into the correct directory (2 files) mkdir -p .claude/skills/rei && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/rei/SKILL.md "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/rei/SKILL.md" && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/rei/metadata.json "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/data-ai/rei/metadata.json" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
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
Rei is served 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"
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster