alicloud-ai-misc-crawl-and-skill

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
Category: 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

操作流程

  1. Crawl models page (raw markdown)
bash
npx -y @just-every/crawl \"https://help.aliyun.com/zh/model-studio/models\" > alicloud-model-studio-models.md
  1. Rebuild summary (models + API/usage links)
bash
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py
  1. Regenerate skills (creates/updates
    skills/ai/**
    )
bash
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_alicloud_skills.py
  1. 抓取模型页面(原始markdown格式)
bash
npx -y @just-every/crawl \"https://help.aliyun.com/zh/model-studio/models\" > alicloud-model-studio-models.md
  1. 重建摘要(包含模型+API/使用链接)
bash
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py
  1. 重新生成skills(创建/更新
    skills/ai/**
    目录下的内容)
bash
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
  • alicloud-model-studio-models.md
    :原始抓取输出
  • output/alicloud-model-studio-models-summary.md
    :清理后的摘要
  • output/alicloud-model-studio-models.json
    :结构化模型列表
  • output/alicloud-model-studio-skill-scan.md
    :Skill覆盖报告
  • skills/ai/**
    :生成的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.
  • 请勿自行编造模型ID或API端点;仅使用模型页面上已有的链接。
  • 重新生成后,如果skills列表发生变化,请更新
    README.md
    README.en.md
    README.zh-TW.md

References

参考资料

  • Source list:
    references/sources.md
  • 源列表:
    references/sources.md