返回顶部
a

aliyun-modelstudio-crawl-and-skill阿里云模型爬取

Use when refreshing the Model Studio models crawl and regenerate derived summaries and `skills/ai/**` skills. Use when the models list or generated skills must be updated.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
117
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

aliyun-modelstudio-crawl-and-skill

类别:任务

阿里云模型工作室爬取与技能生成

前置条件

  • - Node.js(用于 npx)
  • Python 3
  • 对模型页面的网络访问权限

工作流程

1) 爬取模型页面(原始 Markdown)

bash
npx -y @just-every/crawl \https://help.aliyun.com/zh/model-studio/models\ > alicloud-model-studio-models.md

2) 重建摘要(模型 + API/使用链接)

bash
python3 skills/ai/misc/aliyun-modelstudio-crawl-and-skill/scripts/refreshmodelssummary.py

3) 重新生成技能(创建/更新 skills/ai/

bash
python3 skills/ai/misc/aliyun-modelstudio-crawl-and-skill/scripts/refreshalicloudskills.py

输出内容

  • - alicloud-model-studio-models.md:原始爬取输出
  • output/alicloud-model-studio-models-summary.md:清洗后的摘要
  • output/alicloud-model-studio-models.json:结构化模型列表
  • output/alicloud-model-studio-skill-scan.md:技能覆盖报告
  • skills/ai/:生成的技能

注意事项

  • - 请勿自行编造模型 ID 或 API 端点;仅使用模型页面上存在的链接。
  • 重新生成后,如果技能列表发生变化,请更新 README.md、README.en.md 和 README.zh-TW.md。

验证

bash
mkdir -p output/aliyun-modelstudio-crawl-and-skill
for f in skills/ai/misc/aliyun-modelstudio-crawl-and-skill/scripts/*.py; do
python3 -m py_compile $f
done
echo pycompileok > output/aliyun-modelstudio-crawl-and-skill/validate.txt

通过标准:命令退出码为 0 且 output/aliyun-modelstudio-crawl-and-skill/validate.txt 已生成。

输出与证据

  • - 将产物、命令输出和 API 响应摘要保存到 output/aliyun-modelstudio-crawl-and-skill/ 目录下。
  • 在证据文件中包含关键参数(区域/资源 ID/时间范围),以确保可复现性。

参考

  • - 来源列表:references/sources.md

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 aliyun-modelstudio-crawl-and-skill-1775884643 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 aliyun-modelstudio-crawl-and-skill-1775884643 技能

通过命令行安装

skillhub install aliyun-modelstudio-crawl-and-skill-1775884643

下载

⬇ 下载 aliyun-modelstudio-crawl-and-skill v1.0.0(免费)

文件大小: 5.27 KB | 发布时间: 2026-4-12 08:56

v1.0.0 最新 2026-4-12 08:56
- Initial release of aliyun-modelstudio-crawl-and-skill.
- Automates crawling of Alibaba Cloud Model Studio models and regeneration of skills in `skills/ai/**`.
- Outputs structured model lists, cleaned summaries, skill coverage reports, and generated skills.
- Includes validation scripts and reproducibility guidelines.
- Supports updating documentation files if the skills list changes.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部