Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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.
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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Node.js (for npx) Python 3 Network access to the models page
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
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
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.
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.
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.
Source list: references/sources.md
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.