← Back to Skills Marketplace
cinience

Alicloud Ai Misc Crawl And Skill

by cinience · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ Security Clean
1163
Downloads
0
Stars
3
Active Installs
4
Versions
Install in OpenClaw
/install 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.
README (SKILL.md)

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)
npx -y @just-every/crawl \"https://help.aliyun.com/zh/model-studio/models\" > alicloud-model-studio-models.md
  1. Rebuild summary (models + API/usage links)
python3 skills/ai/misc/alicloud-ai-misc-crawl-and-skill/scripts/refresh_models_summary.py
  1. 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
Usage Guidance
This skill appears to do what it claims and does not ask for secrets, but consider the following before running: 1) The workflow uses `npx -y @just-every/crawl` which will fetch and execute a remote npm package each run — audit that package or replace/pin it to a specific trusted version to avoid executing unexpected code. 2) The scripts write files under output/ and skills/ai/**; run in a safe working directory or sandbox to avoid overwriting important files. 3) When saving 'evidence' avoid including sensitive resource identifiers (region IDs, resource IDs, time ranges) unless necessary. 4) If you require higher assurance, review the npm package source for @just-every/crawl or perform the crawl with a vetted tool (curl/wget/custom scraper) and then run the included Python scripts locally.
Capability Analysis
Type: OpenClaw Skill Name: alicloud-ai-misc-crawl-and-skill Version: 1.0.3 The skill bundle is designed to automate the discovery and documentation of Alibaba Cloud Model Studio models. It uses a legitimate crawling utility (@just-every/crawl) to fetch public documentation and provides Python scripts (refresh_models_summary.py and refresh_alicloud_skills.py) to parse the data into structured JSON and Markdown reports. The code logic is transparent, follows the stated purpose, and contains no evidence of data exfiltration, persistence, or malicious intent.
Capability Assessment
Purpose & Capability
The name/description, SKILL.md, and the two Python scripts are coherent: they crawl the Alibaba Cloud Model Studio page, extract model IDs and metadata, produce JSON/markdown summaries, and generate a skill coverage report. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
Instructions are scoped to crawling the listed help.aliyun.com models page, running the two included Python scripts, and writing outputs under output/ and skills/ai/**. They do not access secrets or other system config. One noteworthy instruction: it runs npx @just-every/crawl which executes a third‑party package at runtime and writes the raw crawl to disk; the SKILL.md also asks to include 'region/resource id/time range' in evidence files (be cautious about including sensitive identifiers).
Install Mechanism
There is no install spec (instruction-only), which is low risk, but the runtime use of npx -y @just-every/crawl will download and execute a remote npm package on demand. That is functional for crawling but is a point of transient code execution you may want to audit or pin to a version.
Credentials
The skill declares no required environment variables, no primary credential, and the scripts do not read environment variables or external credentials. This is proportionate to a web-crawl-and-parse task.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It writes outputs under the repository (output/ and skills/ai/**) only. Autonomous invocation is allowed by default but is common and not a separate concern here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install alicloud-ai-misc-crawl-and-skill
  3. After installation, invoke the skill by name or use /alicloud-ai-misc-crawl-and-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
batch publish from alicloud-skills on 2026-03-11
v1.0.2
batch publish from alicloud-skills on 2026-02-13
v1.0.1
Initial ClawHub publish for Alibaba Cloud skills with agents metadata.
v1.0.0
Initial ClawHub publish for Alibaba Cloud skills with agents metadata.
Metadata
Slug alicloud-ai-misc-crawl-and-skill
Version 1.0.3
License MIT-0
All-time Installs 3
Active Installs 3
Total Versions 4
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1163 downloads so far.

How do I install Alicloud Ai Misc Crawl And Skill?

Run "/install alicloud-ai-misc-crawl-and-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Alicloud Ai Misc Crawl And Skill free?

Yes, Alicloud Ai Misc Crawl And Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Alicloud Ai Misc Crawl And Skill support?

Alicloud Ai Misc Crawl And Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Alicloud Ai Misc Crawl And Skill?

It is built and maintained by cinience (@cinience); the current version is v1.0.3.

💬 Comments