alicloud-ai-misc-crawl-and-skill

cinience/alicloud-skills · updated Apr 8, 2026

$npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-misc-crawl-and-skill
0 commentsdiscussion
summary

Category: task

skill.md

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
  1. Rebuild summary (models + API/usage links)
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py
  1. 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

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.544 reviews
  • William Khanna· Dec 20, 2024

    Keeps context tight: alicloud-ai-misc-crawl-and-skill is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Lucas Brown· Dec 8, 2024

    alicloud-ai-misc-crawl-and-skill is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Zaid Jain· Nov 27, 2024

    Solid pick for teams standardizing on skills: alicloud-ai-misc-crawl-and-skill is focused, and the summary matches what you get after install.

  • Sophia Tandon· Nov 11, 2024

    I recommend alicloud-ai-misc-crawl-and-skill for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Lucas Chen· Oct 18, 2024

    We added alicloud-ai-misc-crawl-and-skill from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.

  • Sophia Nasser· Oct 2, 2024

    alicloud-ai-misc-crawl-and-skill reduced setup friction for our internal harness; good balance of opinion and flexibility.

  • Ishan Srinivasan· Sep 9, 2024

    Solid pick for teams standardizing on skills: alicloud-ai-misc-crawl-and-skill is focused, and the summary matches what you get after install.

  • William Menon· Sep 5, 2024

    alicloud-ai-misc-crawl-and-skill is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Ira Taylor· Sep 5, 2024

    alicloud-ai-misc-crawl-and-skill has been reliable in day-to-day use. Documentation quality is above average for community skills.

  • Sakshi Patil· Sep 1, 2024

    Solid pick for teams standardizing on skills: alicloud-ai-misc-crawl-and-skill is focused, and the summary matches what you get after install.

showing 1-10 of 44

1 / 5