← Back to Skills Marketplace
0xreisearch

Rei-Clawd

by 0xReisearch · GitHub ↗ · v1.0.3
cross-platform ✓ Security Clean
1985
Downloads
1
Stars
2
Active Installs
4
Versions
Install in OpenClaw
/install 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.
Usage Guidance
This skill appears to do what it claims: add Rei as a model provider by editing ~/.clawdbot/clawdbot.json and restarting the gateway. Before installing or letting an agent run the setup script: (1) Verify you trust coder.reilabs.org and are willing to store your Rei API key in plaintext in ~/.clawdbot/clawdbot.json. (2) Inspect the scripts yourself (they are short) and keep the created .bak backup if you want to revert. (3) Be cautious about automatic agent invocation: running the setup script will immediately modify your Clawdbot config and restart the gateway. (4) Note a robustness/security issue: setup.sh injects the API key directly into a JSON here-doc and then passes it to jq with --argjson; if your API key contains quotes/newlines or maliciously crafted content it could corrupt the JSON. To be safer, run the script interactively or manually edit the config using a JSON-safe method (e.g., use jq --arg to set string fields) if you have concerns.
Capability Analysis
Type: OpenClaw Skill Name: rei Version: 1.0.3 This skill bundle is benign. It configures the local Clawdbot application to use a new model provider (Rei Qwen3 Coder) by modifying its configuration file (`~/.clawdbot/clawdbot.json`). The `setup.sh` script uses `jq` to safely update the JSON configuration, backs up the original file, and restarts the Clawdbot gateway. The `revert.sh` and `switch.sh` scripts perform related administrative tasks. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the agent beyond its stated purpose of configuring the model provider at `https://coder.reilabs.org/v1`.
Capability Assessment
Purpose & Capability
Name/description match the files and instructions: setup, switch, and revert scripts operate on ~/.clawdbot/clawdbot.json and restart the Clawdbot gateway to add/use the Rei provider. No unrelated credentials, binaries, or network endpoints are requested beyond coder.reilabs.org (the declared provider).
Instruction Scope
SKILL.md instructs either running the included scripts or editing the Clawdbot config manually. The scripts legitimately read/modify ~/.clawdbot/clawdbot.json, create a .bak backup, and restart the gateway. Note: setup.sh embeds the provided API key directly into a JSON here-document and then passes it to jq with --argjson; this can break if the API key contains unexpected characters and could corrupt the config (see JSON/string handling risk below). Otherwise, the instructions do not attempt to read other unrelated files or exfiltrate data.
Install Mechanism
No install spec; this is instruction-plus-scripts only. The scripts are simple bash utilities with no external downloads or extracted archives. They require jq to be present, which the script checks for and errors if missing.
Credentials
The skill requests no environment variables or external credentials up front, which is proportional. The setup flow does require the user to supply their Rei API key; that key is stored in plaintext in ~/.clawdbot/clawdbot.json (expected for provider config). Users should be aware the API key ends up in their local config file. Also, because setup.sh substitutes the raw API key into a JSON here-doc, malformed or specially constructed keys could break or alter the resulting JSON.
Persistence & Privilege
always:false (no forced inclusion). The skill modifies only the user's Clawdbot config and writes a backup; it does not modify other skills or system-wide settings beyond restarting the Clawdbot gateway (as intended). The agent-default ability to invoke skills autonomously is platform default — not a specific elevated privilege of this skill.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rei
  3. After installation, invoke the skill by name or use /rei
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Initial release
v1.0.2
-Initial commit
v1.0.1
Initial release
v1.0.0
Initial release: setup, switch, revert scripts
Metadata
Slug rei
Version 1.0.3
License
All-time Installs 3
Active Installs 2
Total Versions 4
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1985 downloads so far.

How do I install Rei-Clawd?

Run "/install rei" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Rei-Clawd free?

Yes, Rei-Clawd is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Rei-Clawd support?

Rei-Clawd is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Rei-Clawd?

It is built and maintained by 0xReisearch (@0xreisearch); the current version is v1.0.3.

💬 Comments