aliyun-modelstudio-entry-test
Installation
SKILL.md
Category: task
Model Studio Skills Minimal Test
Run minimal validation for currently available Model Studio skills in this repo and record results.
Prerequisites
- Install SDK (virtual environment recommended to avoid PEP 668 restrictions):
python3 -m venv .venv
. .venv/bin/activate
python -m pip install dashscope
- Configure
DASHSCOPE_API_KEY(environment variable preferred; ordashscope_api_keyin~/.alibabacloud/credentials).