refactor: rename clawdbot to moltbot with legacy compat

This commit is contained in:
Peter Steinberger
2026-01-27 12:19:58 +00:00
parent 83460df96f
commit 6d16a658e5
1839 changed files with 11250 additions and 11199 deletions

View File

@@ -1,7 +1,7 @@
---
summary: "Use Qwen OAuth (free tier) in Clawdbot"
summary: "Use Qwen OAuth (free tier) in Moltbot"
read_when:
- You want to use Qwen with Clawdbot
- You want to use Qwen with Moltbot
- 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
clawdbot plugins enable qwen-portal-auth
moltbot plugins enable qwen-portal-auth
```
Restart the Gateway after enabling.
@@ -20,7 +20,7 @@ Restart the Gateway after enabling.
## Authenticate
```bash
clawdbot models auth login --provider qwen-portal --set-default
moltbot 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
clawdbot models set qwen-portal/coder-model
moltbot models set qwen-portal/coder-model
```
## Reuse Qwen Code CLI login
If you already logged in with the Qwen Code CLI, Clawdbot will sync credentials
If you already logged in with the Qwen Code CLI, Moltbot 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).