/install aliyun-modelstudio-crawl-and-skill
Category: task
Alibaba Cloud Model Studio Crawl and Skill Generation
Prerequisites
- Node.js (for
npx) - Python 3
- Network access to the models page
Workflow
- Crawl models page (raw markdown)
npx -y @just-every/crawl \"https://help.aliyun.com/zh/model-studio/models\" > alicloud-model-studio-models.md
- Rebuild summary (models + API/usage links)
python3 skills/ai/misc/aliyun-modelstudio-crawl-and-skill/scripts/refresh_models_summary.py
- Regenerate skills (creates/updates
skills/ai/**)
python3 skills/ai/misc/aliyun-modelstudio-crawl-and-skill/scripts/refresh_alicloud_skills.py
Outputs
alicloud-model-studio-models.md: raw crawl outputoutput/alicloud-model-studio-models-summary.md: cleaned summaryoutput/alicloud-model-studio-models.json: structured model listoutput/alicloud-model-studio-skill-scan.md: skill coverage reportskills/ai/**: generated skills
Notes
- Do not invent model IDs or API endpoints; only use links present on the models page.
- After regeneration, update
README.md,README.en.md, andREADME.zh-TW.mdif skills list changed.
Validation
mkdir -p output/aliyun-modelstudio-crawl-and-skill
for f in skills/ai/misc/aliyun-modelstudio-crawl-and-skill/scripts/*.py; do
python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/aliyun-modelstudio-crawl-and-skill/validate.txt
Pass criteria: command exits 0 and output/aliyun-modelstudio-crawl-and-skill/validate.txt is generated.
Output And Evidence
- Save artifacts, command outputs, and API response summaries under
output/aliyun-modelstudio-crawl-and-skill/. - Include key parameters (region/resource id/time range) in evidence files for reproducibility.
References
- Source list:
references/sources.md
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install aliyun-modelstudio-crawl-and-skill - After installation, invoke the skill by name or use
/aliyun-modelstudio-crawl-and-skill - Provide required inputs per the skill's parameter spec and get structured output
What is Aliyun Modelstudio Crawl And Skill?
Use when refreshing the Model Studio models crawl and regenerate derived summaries and `skills/ai/**` skills. Use when the models list or generated skills mu... It is an AI Agent Skill for Claude Code / OpenClaw, with 100 downloads so far.
How do I install Aliyun Modelstudio Crawl And Skill?
Run "/install aliyun-modelstudio-crawl-and-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Aliyun Modelstudio Crawl And Skill free?
Yes, Aliyun Modelstudio Crawl And Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Aliyun Modelstudio Crawl And Skill support?
Aliyun Modelstudio Crawl And Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Aliyun Modelstudio Crawl And Skill?
It is built and maintained by cinience (@cinience); the current version is v1.0.0.