โ† All skills
Tencent SkillHub ยท Developer Tools

ClawHub CLI

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 16 sections Open source page

ClawHub CLI Assistant

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.

Skill trigger

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

What this skill can do

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

Example user requests

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

Decision rule

Use this skill if the request involves: ClawHub CLI skill publishing skill versioning skill inspection updating installed skills syncing installed skills

When NOT to use this skill

Do not use this skill for: generic Git questions unrelated programming tasks OpenClaw runtime configuration dashboard walkthroughs unless explicitly requested

Command templates

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

Quick commands

Most common ClawHub commands: clawhub publish . clawhub inspect <owner>{=html}/<skill>{=html} clawhub update <owner>{=html}/<skill>{=html} clawhub update --all clawhub sync --all

Publish a new skill

Ensure the skill folder contains SKILL.md Confirm the version number Run: clawhub publish .

Release a new version

Update the skill files Increase the version number Example: 1.1.0 โ†’ 1.2.0 Publish again

Update installed skills

Update one skill: clawhub update vassiliylakhonin/vassili-clawhub-cli Update all skills: clawhub update --all

Typical developer workflow

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

Error: SKILL.md required

Ensure that: the file exists it is located in the root of the skill folder

Version did not change

Ensure the version number was updated before publishing.

Authentication error

Run: clawhub login Then publish again.

Output style

When helping the user: provide exact CLI commands keep explanations short give step-by-step instructions

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc