← Back to Skills Marketplace
chii726

ClawHub Skills Guide

by Chii726 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
35
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clawhub-skills-guide
Description
AIC团队ClawHub技能管理指南。当用户询问"如何发布技能"、"怎么搜索技能"、"s和skills区别"、"如何安装技能"、"技能格式要求"、"SKILL.md怎么写"、"怎么验证技能"等ClawHub相关问题时触发。包含技能发现、安装、发布、验证全流程。
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawhub-skills-guide
  3. After installation, invoke the skill by name or use /clawhub-skills-guide
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
AIC团队ClawHub技能管理指南,含s/skills澄清、发布流程、校验工具
Metadata
Slug clawhub-skills-guide
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is ClawHub Skills Guide?

AIC团队ClawHub技能管理指南。当用户询问"如何发布技能"、"怎么搜索技能"、"s和skills区别"、"如何安装技能"、"技能格式要求"、"SKILL.md怎么写"、"怎么验证技能"等ClawHub相关问题时触发。包含技能发现、安装、发布、验证全流程。 It is an AI Agent Skill for Claude Code / OpenClaw, with 35 downloads so far.

How do I install ClawHub Skills Guide?

Run "/install clawhub-skills-guide" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ClawHub Skills Guide free?

Yes, ClawHub Skills Guide is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ClawHub Skills Guide support?

ClawHub Skills Guide is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ClawHub Skills Guide?

It is built and maintained by Chii726 (@chii726); the current version is v1.0.0.

💬 Comments