Alibaba Cloud Model Studio Crawl and Skill Generation
name: alicloud-ai-misc-crawl-and-skill
by cinience · published 2026-03-22
$ claw add gh:cinience/cinience-alicloud-ai-misc-crawl-and-skill---
name: alicloud-ai-misc-crawl-and-skill
description: Refresh the Model Studio models crawl and regenerate derived summaries and `skills/ai/**` skills. Use when the models list or generated skills must be updated.
version: 1.0.0
---
Category: task
# Alibaba Cloud Model Studio Crawl and Skill Generation
Prerequisites
Workflow
1) Crawl models page (raw markdown)
npx -y @just-every/crawl \"https://help.aliyun.com/zh/model-studio/models\" > alicloud-model-studio-models.md2) Rebuild summary (models + API/usage links)
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py3) Regenerate skills (creates/updates `skills/ai/**`)
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_alicloud_skills.pyOutputs
Notes
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.txtPass criteria: command exits 0 and `output/alicloud-ai-misc-crawl-and-skill/validate.txt` is generated.
Output And Evidence
References
More tools from the same signal band
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Sign plugins, rotate agent credentials without losing identity, and publicly attest to plugin behavior with verifiable claims and authenticated transfers.
The philosophical layer for AI agents. Maps behavior to Spinoza's 48 affects, calculates persistence scores, and generates geometric self-reports. Give your...