/install dashscope-llm
dashscope-llm
Use this skill when you need to send a simple chat request to DashScope through its OpenAI-compatible API.
What this skill does
This skill provides a minimal CLI wrapper at scripts/cli.py that:
- reads
DASHSCOPE_API_KEYfrom the environment - connects to
https://dashscope.aliyuncs.com/compatible-mode/v1 - sends a single user message with the OpenAI Python SDK
- prints the model response to stdout
When to use it
Use this skill for quick LLM checks, prompt experiments, or simple one-shot generations against DashScope models.
Do not use it when you need:
- multi-turn conversation state
- streaming output
- tool calling
- structured output handling
- advanced retry or error management
Prerequisites
Make sure the environment has:
DASHSCOPE_API_KEYset- Python available
- the
openaiPython package installed
Example:
export DASHSCOPE_API_KEY="your_api_key"
python3 scripts/cli.py --model qwen3.6-plus --message "你是谁?"
CLI arguments
The script supports:
--model: model name, default isqwen3.6-plus--message: user prompt, default is你是谁?
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install dashscope-llm - After installation, invoke the skill by name or use
/dashscope-llm - Provide required inputs per the skill's parameter spec and get structured output
What is DashScope LLM?
通过阿里云 DashScope 的 OpenAI 兼容 API 发送简单单轮对话请求,用于快速 LLM 测试、提示词实验或一次性文本生成。 It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.
How do I install DashScope LLM?
Run "/install dashscope-llm" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is DashScope LLM free?
Yes, DashScope LLM is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does DashScope LLM support?
DashScope LLM is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created DashScope LLM?
It is built and maintained by 彭震东 (@pengzhendong); the current version is v1.0.1.