Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cinience avatar

Aliyun Modelstudio Crawl And Skill

  • 51 installs
  • 396 repo stars
  • Updated July 18, 2026
  • cinience/alicloud-skills

Crawl the Alibaba Cloud Model Studio models page and regenerate derived summaries and the skills/ai/** skills from it.

About

Crawls the Model Studio models page to raw markdown, rebuilds a models/API summary, and regenerates the derived skills/ai/** skills. A developer uses it to refresh the model list and generated skills when Model Studio changes.

  • npx crawl of the models page to markdown
  • Scripts to rebuild summary and regenerate skills

Aliyun Modelstudio Crawl And Skill by the numbers

  • 51 all-time installs (skills.sh)
  • Ranked #1,075 of 2,715 Automation & Workflows skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cinience/alicloud-skills --skill aliyun-modelstudio-crawl-and-skill

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs51
repo stars396
Last updatedJuly 18, 2026
Repositorycinience/alicloud-skills

What it does

Crawl the Alibaba Cloud Model Studio models page and regenerate derived summaries and the skills/ai/** skills from it.

Files

SKILL.mdMarkdownGitHub ↗

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 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.

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

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.