alibaba-cloud-model-setup
Configure OpenClaw to use Alibaba Cloud Bailian provider (Pay-As-You-Go or Coding Plan) through a strict interactive flow. Supports 5 site options and flagship model series. Use this skill when a user asks to add, switch, or repair Alibaba Cloud/Qwen provider configuration in OpenClaw.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/extraterrest/alibaba-cloud-model-setupAlibaba Cloud Model Setup (Bailian)
Overview
Use this skill to configure Alibaba Cloud Bailian as an OpenClaw model provider with minimal manual editing. Supports both Pay-As-You-Go (按量付费) and Coding Plan (订阅制) subscription types.
Key Features
1️⃣ Fixed Provider Name
- Provider:
bailian(not "balian" - typo fixed!)
2️⃣ 5 Site Options
| Plan Type | Site | Base URL |
|---|---|---|
| Pay-As-You-Go | China (CN) | https://dashscope.aliyuncs.com/compatible-mode/v1 |
| Pay-As-You-Go | International (INTL) | https://dashscope-intl.aliyuncs.com/compatible-mode/v1 |
| Pay-As-You-Go | US (US) | https://dashscope-us.aliyuncs.com/compatible-mode/v1 |
| Coding Plan | China (CN) | https://coding.dashscope.aliyuncs.com/v1 |
| Coding Plan | International (INTL) | https://coding-intl.dashscope.aliyuncs.com/v1 |
3️⃣ Flagship Model Series (4 series, 2-3 generations each)
Qwen-Max (Best Performance):
qwen-maxqwen-max-2025-01-25
Qwen-Plus (Balanced):
qwen-plusqwen-plus-2025-01-15
Qwen-Flash (Fast & Cost-Effective):
qwen-flashqwen-flash-2025-01-15
Qwen-Coder (Code Specialist):
qwen3-coder-plusqwen3-coder-nextqwen2.5-coder-32b-instruct
4️⃣ Latest Qwen Models (Available for All Users)
qwen3.5-plusqwen3-max-2026-01-23
5️⃣ Coding Plan Exclusive Models (Third-Party)
MiniMax-M2.5(MiniMax)glm-5/glm-4.7(智谱 AI)kimi-k2.5(月之暗面)
Total:
- Pay-As-You-Go: 11 models (4 flagship series + 2 latest Qwen)
- Coding Plan: 15 models (Pay-As-You-Go + 4 third-party exclusive)
Workflow
- Confirm plan type: Pay-As-You-Go or Coding Plan
- Select site: Based on plan type (3 options for Pay-As-You-Go, 2 for Coding Plan)
- Run interactive script to collect:
- API key (with validation)
- API key storage mode (env-var recommended or inline)
- Primary model selection
- Whether to set as default model
- Validate API key against selected site before config write
- Backup existing config before modification
- Update config with provider, models, and defaults
- Validate JSON and report final status
Run Script
Execute:
python3 scripts/alibaba_cloud_model_setup.py
Optional flags for non-interactive use:
python3 scripts/alibaba_cloud_model_setup.py \
--plan-type coding \
--site cn \
--api-key-source env \
--env-var DASHSCOPE_API_KEY \
--models qwen3.5-plus,qwen3-max-2026-01-23,qwen3-coder-plus \
--model qwen3.5-plus \
--set-default
List available models (no config write):
python3 scripts/alibaba_cloud_model_setup.py \
--plan-type coding \
--site cn \
--list-models \
--non-interactive
Safety Rules (Mandatory)
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-extraterrest-alibaba-cloud-model-setup": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
student-timetable
Student timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/.
auto-rollback
Backup + timed rollback safety net for openclaw.json changes (macOS launchd)
agentrelay
Reliable agent-to-agent communication protocol for transferring large payloads via shared files with pointer references and secret code verification. Triggered by explicit 'AgentRelay:' prefix in messages.
Workcrm
Skill by extraterrest