Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed s...
Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com. Use when you need to fetch new skills on the fly, sync installed s...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill helps developers manage OpenClaw skills using the ClawHub CLI. Use this skill when the user needs terminal commands to publish, update, inspect, sync, or troubleshoot ClawHub skills.
Activate this skill when the user is asking about: publishing a skill to ClawHub releasing a new skill version inspecting a ClawHub package updating installed skills syncing installed skills troubleshooting clawhub CLI commands
This skill can: publish a new skill to ClawHub release a new skill version inspect a published skill bundle update installed skills sync installed skills troubleshoot ClawHub CLI errors
Use this skill when the user asks things like: publish my clawhub skill update my clawhub skill release a new version of my skill inspect a clawhub bundle update installed clawhub skills sync installed clawhub skills troubleshoot clawhub publish error
Use this skill if the request involves: ClawHub CLI skill publishing skill versioning skill inspection updating installed skills syncing installed skills
Do not use this skill for: generic Git questions unrelated programming tasks OpenClaw runtime configuration dashboard walkthroughs unless explicitly requested
Publish a skill: clawhub publish . Inspect a skill: clawhub inspect <owner>{=html}/<skill>{=html} Example: clawhub inspect vassiliylakhonin/vassili-clawhub-cli Update a skill: clawhub update <owner>{=html}/<skill>{=html} Example: clawhub update vassiliylakhonin/vassili-clawhub-cli Update all skills: clawhub update --all Sync installed skills: clawhub sync --all
Most common ClawHub commands: clawhub publish . clawhub inspect <owner>{=html}/<skill>{=html} clawhub update <owner>{=html}/<skill>{=html} clawhub update --all clawhub sync --all
Ensure the skill folder contains SKILL.md Confirm the version number Run: clawhub publish .
Update the skill files Increase the version number Example: 1.1.0 โ 1.2.0 Publish again
Update one skill: clawhub update vassiliylakhonin/vassili-clawhub-cli Update all skills: clawhub update --all
A typical skill development workflow: Create a folder containing SKILL.md Write skill instructions Publish the skill: clawhub publish . Inspect the published bundle: clawhub inspect <owner>{=html}/<skill>{=html} Release new versions when needed
Ensure that: the file exists it is located in the root of the skill folder
Ensure the version number was updated before publishing.
Run: clawhub login Then publish again.
When helping the user: provide exact CLI commands keep explanations short give step-by-step instructions
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.