← 返回
效率工具 Key 中文

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 Qwen3 Coder 作为模型提供商。用于配置 coder.reilabs.org,将 Rei 添加到 Clawdbot,或排查来自 Rei 端点的 403 错误。
0xreisearch
效率工具 clawhub v1.0.3 1 版本 99782.4 Key: 需要
★ 1
Stars
📥 2,273
下载
💾 54
安装
1
版本
#latest

概述

Rei Qwen3 Coder

Rei provides Qwen3 Coder via an OpenAI-compatible endpoint at coder.reilabs.org.

Setup via Script

./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:

./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:

./skills/rei/scripts/revert.sh

Manual Setup

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

Troubleshooting

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.

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-28 14:58 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

ERCData

0xreisearch
利用ERCData标准在以太坊区块链(Base网络)上存储、验证和管理AI数据。适用于需要在链上存储数据指纹、验证数据完整性、创建审计跟踪、管理私有数据访问权限或与ERCData智能合约交互的场景。支持公开和私有存储、EIP-712验证、快
★ 1 📥 1,984
productivity

Nano Pdf

steipete
使用nano-pdf CLI通过自然语言指令编辑PDF
★ 275 📥 115,042
productivity

Weather

steipete
获取当前天气和预报(无需API密钥)
★ 448 📥 226,582