Use when refreshing the Model Studio models crawl and regenerate derived summaries and `skills/ai/**` skills. Use when the models list or generated skills must be updated.
类别:任务
1) 爬取模型页面(原始 Markdown)
bash
npx -y @just-every/crawl \https://help.aliyun.com/zh/model-studio/models\ > alicloud-model-studio-models.md
2) 重建摘要(模型 + API/使用链接)
bash
python3 skills/ai/misc/aliyun-modelstudio-crawl-and-skill/scripts/refreshmodelssummary.py
3) 重新生成技能(创建/更新 skills/ai/)
bash
python3 skills/ai/misc/aliyun-modelstudio-crawl-and-skill/scripts/refreshalicloudskills.py
bash
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 pycompileok > output/aliyun-modelstudio-crawl-and-skill/validate.txt
通过标准:命令退出码为 0 且 output/aliyun-modelstudio-crawl-and-skill/validate.txt 已生成。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 aliyun-modelstudio-crawl-and-skill-1775884643 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 aliyun-modelstudio-crawl-and-skill-1775884643 技能
skillhub install aliyun-modelstudio-crawl-and-skill-1775884643
文件大小: 5.27 KB | 发布时间: 2026-4-12 08:56