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,4 +1,4 @@
# Qwen OAuth (Clawdbot plugin)
# Qwen OAuth (OpenClaw plugin)
OAuth provider plugin for **Qwen** (free-tier OAuth).
@@ -7,7 +7,7 @@ OAuth provider plugin for **Qwen** (free-tier OAuth).
Bundled plugins are disabled by default. Enable this one:
```bash
clawdbot plugins enable qwen-portal-auth
openclaw plugins enable qwen-portal-auth
```
Restart the Gateway after enabling.
@@ -15,7 +15,7 @@ Restart the Gateway after enabling.
## Authenticate
```bash
clawdbot models auth login --provider qwen-portal --set-default
openclaw models auth login --provider qwen-portal --set-default
```
## Notes

View File

@@ -1,4 +1,4 @@
import { emptyPluginConfigSchema } from "clawdbot/plugin-sdk";
import { emptyPluginConfigSchema } from "openclaw/plugin-sdk";
import { loginQwenPortalOAuth } from "./oauth.js";