Overview
- Skill Key
- cinience/alicloud-ai-misc-crawl-and-skill
- Author
- cinience
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/cinience/alicloud-ai-misc-crawl-and-skill
- Latest Commit SHA
- e196037a69d63ef925dbf76a0439750aeee71285
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 alicloud-ai-misc-crawl-and-skill 技能。 若已安装,则直接安装 alicloud-ai-misc-crawl-and-skill 技能。
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) ```bash npx -y @just-every/crawl \"https://help.aliyun.com/zh/model-studio/models\" > alicloud-model-studio-models.md ``` 2) Rebuild summary (models + API/usage links) ```bash python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py ``` 3) Regenerate skills (creates/updates `skills/ai/**`) ```bash 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 ```bash 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`
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Web scraping and crawling with Firecrawl API. Fetch webpage content as markdown, take screenshots, extract structured data, search the web, and crawl documentation sites. Use when the user needs to scrape a URL, get current web info, capture a screenshot, extract specific data from pages, or crawl docs for a framework/library.
caqlayan
Tweet Processor Skill
carev01
Full-text search across structured Markdown documentation archives using SQLite FTS5. Use when you need to search large collections of Markdown articles that are separated by "---" delimiters and contain source URLs (marked with "*Source:" pattern). Provides fast BM25-ranked search with automatic source URL extraction for citations. Ideal for research, documentation lookups, and knowledge base exploration. Requires indexing documentation first with `docs.py index`.
camelsprout
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion. Triggers on "duckdb", "sql", "query", "data analysis", "parquet", "convert data".