← 返回 Skills 市场
chii726

ClawHub Skills Guide

作者 Chii726 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
35
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawhub-skills-guide
功能描述
AIC团队ClawHub技能管理指南。当用户询问"如何发布技能"、"怎么搜索技能"、"s和skills区别"、"如何安装技能"、"技能格式要求"、"SKILL.md怎么写"、"怎么验证技能"等ClawHub相关问题时触发。包含技能发现、安装、发布、验证全流程。
使用说明 (SKILL.md)

ClawHub Skills Guide for AIC Team

Quick Reference

clawhub search \x3Cquery>        # 搜索技能
clawhub install \x3Cslug>        # 安装
clawhub list                  # 查看已安装
clawhub update --all          # 全部更新
clawhub inspect \x3Cslug> --files  # 查看内容不安装
clawhub publish \x3Cpath> --slug \x3Cslug>  # 发布
clawhub sync --dry-run        # 预览变更
openclaw skills list          # OpenClaw技能列表
openclaw skills check         # 依赖检查

s vs skills

  • clawhub.ai/s/xxx = 旧短链接(自动301跳转)
  • clawhub.ai/skills/xxx = 新短链接
  • openclaw s = 已废弃,用 openclaw skills
  • 底层技能格式从未变(SKILL.md),无需格式转换

Skill Format

my-skill/
├── SKILL.md     # 必须:YAML头(name+description) + Markdown正文
├── scripts/     # 可选
├── references/  # 可选
└── assets/      # 可选

AIC Team Skills

Skill Use
pdf-toolkit-pro PDF merge/split/compress
office Excel/Word/PPT formulas
paddleocr-doc-parsing OCR document parsing
runesleo-systematic-debugging Systematic debugging
find-skills Discover new skills

Validation

Use python3 scripts/validate_skill.py \x3Cpath> or python3 scripts/validate_skill.py --all to check YAML frontmatter, required fields (name, description), and body content before publishing.

安全使用建议
This skill appears safe as a reference guide. Before following its commands, remember that installing or updating skills can change how your agent behaves, and publishing can expose your skill package publicly or to a shared registry.
功能分析
Type: OpenClaw Skill Name: clawhub-skills-guide Version: 1.0.0 The skill bundle is a documentation guide for the ClawHub platform, providing CLI command references and formatting standards for skill management. It contains no executable code or harmful instructions, and its trigger conditions in SKILL.md are appropriately aligned with its stated purpose of assisting users with skill discovery and publishing.
能力评估
Purpose & Capability
The skill coherently documents ClawHub/OpenClaw skill discovery, installation, validation, and publishing workflows. Some documented commands can modify the user's skill environment or publish a skill, so users should treat them as administrative actions.
Instruction Scope
The artifact presents reference commands and format guidance; it does not instruct the agent to run commands automatically, bypass review, or ignore user intent.
Install Mechanism
There is no install spec and no code files; the skill is instruction-only.
Credentials
Commands such as install, update --all, and publish are proportionate to a skill-management guide, but they can affect installed agent behavior or public registry state if a user chooses to run them.
Persistence & Privilege
The guide itself has no persistence or credential requirement, but the documented install/update operations can make persistent changes to installed skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawhub-skills-guide
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawhub-skills-guide 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
AIC团队ClawHub技能管理指南,含s/skills澄清、发布流程、校验工具
元数据
Slug clawhub-skills-guide
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

ClawHub Skills Guide 是什么?

AIC团队ClawHub技能管理指南。当用户询问"如何发布技能"、"怎么搜索技能"、"s和skills区别"、"如何安装技能"、"技能格式要求"、"SKILL.md怎么写"、"怎么验证技能"等ClawHub相关问题时触发。包含技能发现、安装、发布、验证全流程。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 35 次。

如何安装 ClawHub Skills Guide?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawhub-skills-guide」即可一键安装,无需额外配置。

ClawHub Skills Guide 是免费的吗?

是的,ClawHub Skills Guide 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

ClawHub Skills Guide 支持哪些平台?

ClawHub Skills Guide 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ClawHub Skills Guide?

由 Chii726(@chii726)开发并维护,当前版本 v1.0.0。

💬 留言讨论