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

Alicloud Ai Misc Crawl And Skill

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

alicloud-ai-misc-crawl-and-skill is a cinience alicloud-skills agent skill that crawls Alibaba Model Studio model pages and regenerates skills/ai skills from discovered APIs and SDK metadata for developers maintaining Al

About

alicloud-ai-misc-crawl-and-skill is a cinience/alicloud-skills task skill—catalog id alicloud-ai-misc-crawl-and-skill, source name aliyun-modelstudio-crawl-and-skill—that refreshes Alibaba Cloud Model Studio coverage for coding agents. The three-step workflow crawls the models page with npx @just-every/crawl, rebuilds a structured summary via refresh_models_summary.py, then regenerates skills under skills/ai/** using refresh_alicloud_skills.py. Outputs include alicloud-model-studio-models.md raw crawl, output/alicloud-model-studio-models-summary.md, output/alicloud-model-studio-models.json structured model list, output/alicloud-model-studio-skill-scan.md coverage report, and updated skills/ai/** generated skills. Prerequisites are Node.js for npx, Python 3, and network access. Developers reach for alicloud-ai-misc-crawl-and-skill when the Model Studio models list or generated skills must be updated without inventing model IDs or API endpoints absent from the crawled page.

  • Doc and sample crawling for Alibaba AI
  • Skill scaffolding from API metadata
  • SDK snippet extraction workflows
  • Reusable agent tool generation
  • Faster provider-specific skill authoring

Alicloud Ai Misc Crawl And Skill by the numbers

  • 267 all-time installs (skills.sh)
  • Ranked #156 of 782 Skill Development 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 alicloud-ai-misc-crawl-and-skill

Add your badge

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

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

How do you regenerate Alibaba Cloud agent skills from docs?

Crawl Alibaba AI docs and samples, then scaffold agent skills from discovered APIs, SDK snippets, and service metadata for faster Claude Code automation.

Who is it for?

Developers maintaining cinience/alicloud-skills who need automated Model Studio doc crawls and skills/ai/** regeneration when Alibaba APIs or model lists change.

Skip if: Application teams consuming finished alicloud-skills integrations who do not need to crawl docs or regenerate the skill catalog from source pages.

When should I use this skill?

A maintainer asks to refresh Model Studio model crawls, regenerate alicloud skills/ai entries, or update generated summaries after Alibaba documentation changes.

What you get

Crawled models markdown, structured JSON model list, skill coverage scan report, and regenerated skills/ai/** SKILL.md tree.

  • Structured models JSON
  • Skill coverage scan report
  • Regenerated skills/ai/** catalog

By the numbers

  • 3-step crawl, summarize, and regenerate workflow
  • 4 output artifact types including JSON model list and skill scan report

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/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py

3) Regenerate skills (creates/updates skills/ai/**)

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

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/alicloud-ai-misc-crawl-and-skill
for f in skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/*.py; do
  python3 -m py_compile "$f"
done
echo "py_compile_ok" > output/alicloud-ai-misc-crawl-and-skill/validate.txt

Pass criteria: command exits 0 and output/alicloud-ai-misc-crawl-and-skill/validate.txt is generated.

Output And Evidence

  • Save artifacts, command outputs, and API response summaries under output/alicloud-ai-misc-crawl-and-skill/.
  • Include key parameters (region/resource id/time range) in evidence files for reproducibility.

References

  • Source list: references/sources.md

Related skills

How it compares

Use alicloud-ai-misc-crawl-and-skill to maintain the alicloud-skills catalog; pick individual alicloud service skills when integrating one Alibaba API without regenerating the full skills tree.

FAQ

What does alicloud-ai-misc-crawl-and-skill output after a run?

alicloud-ai-misc-crawl-and-skill writes raw crawl markdown, a cleaned summary, structured JSON model list, a skill coverage scan report, and regenerated skills under skills/ai/**. Maintainers should update README files if the skills list changes.

What prerequisites does alicloud-ai-misc-crawl-and-skill need?

alicloud-ai-misc-crawl-and-skill requires Node.js for npx crawling, Python 3 for refresh scripts, and network access to the Alibaba Model Studio models documentation page before regeneration begins.

Skill Developmentagentsautomationresearch

This week in AI coding

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

unsubscribe anytime.