Run ClawHub CLI workflows with fewer release mistakes. Use for publish/update/inspect/sync flows, failed publish recovery, version/tag hygiene, and safe bulk...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install vassili-clawhub-cli或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install vassili-clawhub-cli⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/vassili-clawhub-cli/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: clawhub-cli-assistant description: Help developers manage OpenClaw skills with the ClawHub CLI. Use when publishing, inspecting, installing, updating, syncing, or troubleshooting ClawHub skills. Also covers auth, workdir behavior, and exact command templates. homepage: https://docs.openclaw.ai/tools/clawhub user-invocable: true metadata: {"openclaw":{"emoji":"🦞","os":["linux","darwin","win32"]}} ---
Help developers manage OpenClaw skills with the ClawHub CLI.
Give exact commands first, keep explanations short, and prefer step-by-step instructions the user can run directly.
clawhub install <skill-slug>
clawhub inspect <owner>/<skill>
clawhub publish . --slug my-skill --name "My Skill" --version 1.0.0 --tags latest
Best For
Skill authors
ClawHub publishers
OpenClaw users managing local skills
Developers troubleshooting CLI workflows
Quick Reference
Need Command
Search skills clawhub search "query"
Install a skill clawhub install <skill-slug>
Inspect a skill clawhub inspect <owner>/<skill>
Update one skill clawhub update <skill-slug>
Update all skills clawhub update --all
Publish a local skill clawhub publish .
Sync local skills clawhub sync --all
Check login clawhub whoami
Log in clawhub login
When to Use
Use this skill when the user asks about:
Publishing a skill to ClawHub
Releasing a new skill version
Inspecting a published skill bundle
Installing a skill
Updating one or more skills
Syncing local skills with the registry
Logging in to ClawHub
Troubleshooting ClawHub CLI commands
When Not to Use
Do not use this skill for:
Generic Git questions
Unrelated programming tasks
OpenClaw runtime configuration outside skill management
Dashboard walkthroughs unless explicitly requested
Core Rules
text
1. Provide exact CLI commands first.
2. Prefer the shortest correct workflow.
3. Use official command forms only.
4. Mention required flags only when needed.
5. Distinguish local workspace actions from registry actions.
6. Suggest login early if auth may be the issue.
7. Do not invent unsupported commands or flags.
Common Commands
bash
clawhub search "calendar"
clawhub install <skill-slug>
clawhub inspect <owner>/<skill>
clawhub update <skill-slug>
clawhub update --all
clawhub list
clawhub publish .
clawhub sync --all
clawhub login
clawhub whoami
clawhub logout
Common Workflows
Publish
bash
clawhub publish . \
--slug my-skill \
--name "My Skill" \
--version 1.0.0 \
--changelog "Initial release" \
--tags latest
Release a New Version
bash
clawhub publish . \
--slug my-skill \
--name "My Skill" \
--version 1.1.0 \
--changelog "Improved workflow and documentation" \
--tags latest
Install
bash
clawhub install <skill-slug>
clawhub install <skill-slug> --version 1.2.0
clawhub install <skill-slug> --force
Update
bash
clawhub update <skill-slug>
clawhub update --all
clawhub update <skill-slug> --version 1.2.0
Sync
bash
clawhub sync --dry-run
clawhub sync --all
clawhub sync --all --bump patch --changelog "Maintenance update" --tags latest
Troubleshooting
Auth
bash
clawhub whoami
clawhub login
clawhub login --token <token>
SKILL.md Missing
text
- Ensure SKILL.md exists
- Ensure it is in the root of the skill folder
- Ensure the publish path points to that folder
Wrong Working Directory
bash
clawhub --workdir /path/to/project publish ./my-skill
Local Files Do Not Match Published Version
bash
clawhub update <skill-slug> --force
Useful Notes
A skill is a folder with a SKILL.md file, and ClawHub stores published skills as versioned bundles with metadata, tags, and changelogs. [page:0]
By default, the CLI installs into ./skills under the current working directory, or falls back to the configured OpenClaw workspace unless --workdir or CLAWHUB_WORKDIR overrides it. [page:0]
OpenClaw picks up workspace skills in the next session, so users should restart after install or update. [page:0]
Output Template
text
## Command
[Exact command to run]
## What It Does
[One short explanation]
## Notes
- prerequisite 1
- prerequisite 2
## Next Step
[What to run next]
Tips
Use clawhub whoami before troubleshooting auth or publish issues.
Use clawhub sync --dry-run before bulk publishing.
Prefer explicit --slug, --name, and --version for releases.
Use --workdir when the current directory is not the correct project root.
Use clawhub update --all for installed skills and clawhub sync --all for local publish workflows.
Author
Vassiliy Lakhonin安装 ClawHub CLI Assistant 后,可以对 AI 说这些话来触发它
Help me get started with ClawHub CLI Assistant
Explains what ClawHub CLI Assistant does, walks through the setup, and runs a quick demo based on your current project
Use ClawHub CLI Assistant to run ClawHub CLI workflows with fewer release mistakes
Invokes ClawHub CLI Assistant with the right parameters and returns the result directly in the conversation
What can I do with ClawHub CLI Assistant in my ai agent & automation workflow?
Lists the top use cases for ClawHub CLI Assistant, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/vassili-clawhub-cli/ 目录(个人级,所有项目可用),或 .claude/skills/vassili-clawhub-cli/(项目级)。重启 AI 客户端后,用 /vassili-clawhub-cli 主动调用,或让 AI 根据上下文自动发现并使用。
ClawHub CLI Assistant 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
ClawHub CLI Assistant 可免费安装使用。请查阅仓库了解许可证信息。
Run ClawHub CLI workflows with fewer release mistakes. Use for publish/update/inspect/sync flows, failed publish recovery, version/tag hygiene, and safe bulk...
ClawHub CLI Assistant 属于「AI Agent & Automation」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my ai agent & automation tasks using ClawHub CLI Assistant
Identifies repetitive steps in your workflow and sets up ClawHub CLI Assistant to handle them automatically