This is an OpenClaw skill that provides integration with Alibaba Cloud Bailian LLM via DashScope Anthropic API.
This skill enables OpenClaw to access Alibaba Cloud's AI capabilities:
- Chat - General-purpose LLM chat with Qwen, GLM, Kimi, MiniMax models
- Translate - Language translation between 14 languages
- Code Generation - Use
qwen3-coder-nextorqwen3-coder-plusfor coding tasks
This skill is installed as part of OpenClaw. Once installed, the aliyun-use skill will be automatically available.
You'll need an Aliyun Bailian API key:
- Go to https://bailian.console.aliyun.com/
- Sign up for an account
- Subscribe to Coding Plan to get your API key (note: Coding Plan API key
sk-sp-xxxis different from regular DashScope API key) - Set the
ALIYUN_BAILIAN_API_KEYenvironment variable
Once configured, you can use Aliyun tools directly in OpenClaw:
/aliyun-use chat --model qwen3.5-plus "your message"
/aliyun-use translate "your text" --target-lang zh
Or use them as tools in your agent workflow.
- Python 3.10+
ALIYUN_BAILIAN_API_KEYenvironment variable
Flagship: qwen3.5-plus, qwen3-max-2026-01-23
Coder: qwen3-coder-next, qwen3-coder-plus
Other: glm-5, glm-4.7, kimi-k2.5, MiniMax-M2.5
- SKILL.md - Complete skill documentation
- references/API.md - Detailed API reference
- assets/models.json - Available models
MIT