โ† 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

Known item issue.

This item's current download entry is known to bounce back to a listing or homepage instead of returning a package file.

Quick setup
  1. Open the source page and confirm the package flow manually.
  2. Review SKILL.md if you can obtain the files.
  3. Treat this source as manual setup until the download is verified.

Requirements

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

Package facts

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

Validation

  • Open the source listing and confirm there is a real package or setup artifact available.
  • Review SKILL.md before asking your agent to continue.
  • Treat this source as manual setup until the upstream download flow is fixed.

Install with your agent

Agent handoff

Use the source page and any available docs to guide the install because the item currently does not return a direct package file.

  1. Open the source page via Open source listing.
  2. If you can obtain the package, extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the source page and extracted files.
New install

I tried to install a skill package from Yavira, but the item currently does not return a direct package file. Inspect the source page and any extracted docs, then tell me what you can confirm and any manual steps still required.

Upgrade existing

I tried to upgrade a skill package from Yavira, but the item currently does not return a direct package file. Compare the source page and any extracted docs with my current installation, then summarize what changed and what manual follow-up I still need.

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