| name | alicloud-ai-misc-crawl-and-skill |
| description | Refresh the Model Studio models crawl and regenerate derived summaries and `skills/ai/**` skills. Use when the models list or generated skills must be updated. |
Category: task
阿里云 Model Studio 抓取与 Skills 生成
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/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py
- Regenerate skills (creates/updates
skills/ai/**)
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_alicloud_skills.py
Outputs
alicloud-model-studio-models.md: raw crawl output
output/alicloud-model-studio-models-summary.md: cleaned summary
output/alicloud-model-studio-models.json: structured model list
output/alicloud-model-studio-skill-scan.md: skill coverage report
skills/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, and README.zh-TW.md if skills list changed.
References
- Source list:
references/sources.md