← All skills
Tencent SkillHub Β· AI

Alicloud Ai Misc Crawl And Skill

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.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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.

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, agents/openai.yaml, references/sources.md, scripts/refresh_alicloud_skills.py, scripts/refresh_models_summary.py

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.3

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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 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

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts1 Config
  • SKILL.md Primary doc
  • references/sources.md Docs
  • scripts/refresh_alicloud_skills.py Scripts
  • scripts/refresh_models_summary.py Scripts
  • agents/openai.yaml Config