← 返回 Skills 市场
1163
总下载
0
收藏
3
当前安装
4
版本数
在 OpenClaw 中安装
/install 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.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
- 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 outputoutput/alicloud-model-studio-models-summary.md: cleaned summaryoutput/alicloud-model-studio-models.json: structured model listoutput/alicloud-model-studio-skill-scan.md: skill coverage reportskills/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, andREADME.zh-TW.mdif 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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install alicloud-ai-misc-crawl-and-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/alicloud-ai-misc-crawl-and-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1163 次。
如何安装 Alicloud Ai Misc Crawl And Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install alicloud-ai-misc-crawl-and-skill」即可一键安装,无需额外配置。
Alicloud Ai Misc Crawl And Skill 是免费的吗?
是的,Alicloud Ai Misc Crawl And Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Alicloud Ai Misc Crawl And Skill 支持哪些平台?
Alicloud Ai Misc Crawl And Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Alicloud Ai Misc Crawl And Skill?
由 cinience(@cinience)开发并维护,当前版本 v1.0.3。
推荐 Skills