diff --git a/skills/claw-setup/README.md b/skills/claw-setup/README.md index c301868..f58ed22 100644 --- a/skills/claw-setup/README.md +++ b/skills/claw-setup/README.md @@ -272,9 +272,10 @@ Qwen Code stores OAuth credentials in `~/.qwen/oauth_creds.json`: | Endpoint | URL | |----------|-----| -| **API Base** | `https://dashscope.aliyuncs.com/compatible-mode/v1` | -| **Chat Completions** | `https://dashscope.aliyuncs.com/compatible-mode/v1/chat/completions` | +| **Auth (Browser)** | `https://portal.qwen.ai` | | **Token Refresh** | `https://chat.qwen.ai/api/v1/oauth2/token` | +| **API Base** | `https://dashscope.aliyuncs.com/compatible-mode/v1` | +| **Chat Completions** | `/chat/completions` | ### Available Models (FREE Tier) diff --git a/skills/claw-setup/SKILL.md b/skills/claw-setup/SKILL.md index 9c61ef4..31f5ff5 100644 --- a/skills/claw-setup/SKILL.md +++ b/skills/claw-setup/SKILL.md @@ -79,9 +79,10 @@ qwen --auth-type qwen-oauth -p "test" | Endpoint | URL | |----------|-----| +| **Auth (Browser)** | `https://portal.qwen.ai` | +| **Token Refresh** | `https://chat.qwen.ai/api/v1/oauth2/token` | | **API Base** | `https://dashscope.aliyuncs.com/compatible-mode/v1` | | **Chat Completions** | `/chat/completions` | -| **Token Refresh** | `https://chat.qwen.ai/api/v1/oauth2/token` | ## Available Models (FREE Tier)