refactor: rename to openclaw

This commit is contained in:
Peter Steinberger
2026-01-30 03:15:10 +01:00
parent 4583f88626
commit 9a7160786a
2357 changed files with 16688 additions and 16788 deletions

View File

@@ -1,7 +1,7 @@
---
summary: "Use Qwen OAuth (free tier) in Moltbot"
summary: "Use Qwen OAuth (free tier) in OpenClaw"
read_when:
- You want to use Qwen with Moltbot
- You want to use Qwen with OpenClaw
- You want free-tier OAuth access to Qwen Coder
---
# Qwen
@@ -12,7 +12,7 @@ Qwen provides a free-tier OAuth flow for Qwen Coder and Qwen Vision models
## Enable the plugin
```bash
moltbot plugins enable qwen-portal-auth
openclaw plugins enable qwen-portal-auth
```
Restart the Gateway after enabling.
@@ -20,7 +20,7 @@ Restart the Gateway after enabling.
## Authenticate
```bash
moltbot models auth login --provider qwen-portal --set-default
openclaw models auth login --provider qwen-portal --set-default
```
This runs the Qwen device-code OAuth flow and writes a provider entry to your
@@ -34,12 +34,12 @@ This runs the Qwen device-code OAuth flow and writes a provider entry to your
Switch models with:
```bash
moltbot models set qwen-portal/coder-model
openclaw models set qwen-portal/coder-model
```
## Reuse Qwen Code CLI login
If you already logged in with the Qwen Code CLI, Moltbot will sync credentials
If you already logged in with the Qwen Code CLI, OpenClaw will sync credentials
from `~/.qwen/oauth_creds.json` when it loads the auth store. You still need a
`models.providers.qwen-portal` entry (use the login command above to create one).