Install
openclaw skills install dashscope-llm通过阿里云 DashScope 的 OpenAI 兼容 API 发送简单单轮对话请求,用于快速 LLM 测试、提示词实验或一次性文本生成。
openclaw skills install dashscope-llmUse this skill when you need to send a simple chat request to DashScope through its OpenAI-compatible API.
This skill provides a minimal CLI wrapper at scripts/cli.py that:
DASHSCOPE_API_KEY from the environmenthttps://dashscope.aliyuncs.com/compatible-mode/v1Use this skill for quick LLM checks, prompt experiments, or simple one-shot generations against DashScope models.
Do not use it when you need:
Make sure the environment has:
DASHSCOPE_API_KEY setopenai Python package installedExample:
export DASHSCOPE_API_KEY="your_api_key"
python3 scripts/cli.py --model qwen3.6-plus --message "你是谁?"
The script supports:
--model: model name, default is qwen3.6-plus--message: user prompt, default is 你是谁?