alicloud-ai-misc-crawl-and-skill▌
cinience/alicloud-skills · updated Apr 8, 2026
Category: task
Category: task
Alibaba Cloud Model Studio Crawl and Skill Generation
Prerequisites
- Node.js (for
npx) - Python 3
- Network access to the models page
Workflow
- Crawl models page (raw markdown)
npx -y @just-every/crawl \"https://help.aliyun.com/zh/model-studio/models\" > alicloud-model-studio-models.md
- Rebuild summary (models + API/usage links)
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py
- 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 outputoutput/alicloud-model-studio-models-summary.md: cleaned summaryoutput/alicloud-model-studio-models.json: structured model listoutput/alicloud-model-studio-skill-scan.md: skill coverage reportskills/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, andREADME.zh-TW.mdif 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.
Ratings
4.5★★★★★44 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