详细分析 ▾
运行时依赖
版本
- Initial release of aliyun-modelstudio-crawl-and-skill. - Automates crawling of Alibaba Cloud Model Studio models and regeneration of skills in `skills/ai/**`. - Outputs structured model lists, cleaned summaries, skill coverage reports, and generated skills. - Includes validation scripts and reproducibility guidelines. - Supports updating documentation files if the skills list changes.
安装命令
点击复制本土化适配说明
Aliyun Modelstudio Crawl And Skill — 技能工具 安装说明: 安装命令:npx clawhub@latest install aliyun-modelstudio-crawl-and-skill 该技能用于淘宝相关操作,可能需要相应的平台账号或API密钥
技能文档
Category: task
# Alibaba Cloud Model Studio Crawl and Skill Generation
Prerequisites
- Node.js (for
npx) - Python 3
- Network access to the models page
Workflow
1) Crawl models page (raw markdown)
npx -y @just-every/crawl \"https://help.aliyun.com/zh/model-studio/models\" > alicloud-model-studio-models.md
2) Rebuild summary (models + API/usage links)
python3 skills/ai/misc/aliyun-modelstudio-crawl-and-skill/scripts/refresh_models_summary.py
3) 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