alicloud-ai-misc-crawl-and-skill
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCategory: task
分类:任务
阿里云 Model Studio 抓取与 Skills 生成
阿里云 Model Studio 抓取与 Skills 生成
Prerequisites
前置条件
- Node.js (for )
npx - Python 3
- Network access to the models page
- Node.js(用于)
npx - Python 3
- 可访问模型页面的网络权限
Workflow
操作流程
- Crawl models page (raw markdown)
bash
npx -y @just-every/crawl \"https://help.aliyun.com/zh/model-studio/models\" > alicloud-model-studio-models.md- Rebuild summary (models + API/usage links)
bash
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py- Regenerate skills (creates/updates )
skills/ai/**
bash
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_alicloud_skills.py- 抓取模型页面(原始markdown格式)
bash
npx -y @just-every/crawl \"https://help.aliyun.com/zh/model-studio/models\" > alicloud-model-studio-models.md- 重建摘要(包含模型+API/使用链接)
bash
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py- 重新生成skills(创建/更新目录下的内容)
skills/ai/**
bash
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_alicloud_skills.pyOutputs
输出内容
- : raw crawl output
alicloud-model-studio-models.md - : cleaned summary
output/alicloud-model-studio-models-summary.md - : structured model list
output/alicloud-model-studio-models.json - : skill coverage report
output/alicloud-model-studio-skill-scan.md - : generated skills
skills/ai/**
- :原始抓取输出
alicloud-model-studio-models.md - :清理后的摘要
output/alicloud-model-studio-models-summary.md - :结构化模型列表
output/alicloud-model-studio-models.json - :Skill覆盖报告
output/alicloud-model-studio-skill-scan.md - :生成的skills
skills/ai/**
Notes
注意事项
- Do not invent model IDs or API endpoints; only use links present on the models page.
- After regeneration, update ,
README.md, andREADME.en.mdif skills list changed.README.zh-TW.md
- 请勿自行编造模型ID或API端点;仅使用模型页面上已有的链接。
- 重新生成后,如果skills列表发生变化,请更新、
README.md和README.en.md。README.zh-TW.md
References
参考资料
- Source list:
references/sources.md
- 源列表:
references/sources.md