Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
beita6969 avatar

Clawhub

  • 16 installs
  • 869 repo stars
  • Updated June 8, 2026
  • beita6969/scienceclaw

clawhub is a skill that uses the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com.

About

Clawhub is a skill that drives the npm-installed ClawHub CLI to manage agent skills from clawhub.com. A developer uses it to search for skills, install or pin a version, sync installed skills via hash-based update, and publish new or updated skill folders. It supports login for publishing and a configurable registry. It is useful for fetching and maintaining skills on the fly.

  • Uses the ClawHub CLI to search, install, update, and publish agent skills
  • Hash-based update matches local files and upgrades to latest or a pinned version
  • Publishes skill folders to clawhub.com with slug, name, version, and changelog

Clawhub by the numbers

  • 16 all-time installs (skills.sh)
  • Ranked #476 of 781 Skill Development skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
At a glance

clawhub capabilities & compatibility

Capabilities
skill install · skill publish
Pricing
Free
From the docs

What clawhub says it does

Use the ClawHub CLI to search, install, update, and publish agent skills from clawhub.com.
SKILL.md
Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set
SKILL.md
Default registry: https://clawhub.com (override with CLAWHUB_REGISTRY or --registry)
SKILL.md
npx skills add https://github.com/beita6969/scienceclaw --skill clawhub

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs16
repo stars869
Last updatedJune 8, 2026
Repositorybeita6969/scienceclaw

What it does

Search, install, update, and publish agent skills from clawhub.com via the ClawHub CLI.

Who is it for?

Fetching, syncing, and publishing agent skills from a registry

Skip if: Authoring skill content itself; it manages distribution, not writing

When should I use this skill?

You need to fetch new skills, sync installed skills to a version, or publish skill folders

By the numbers

  • 6 documented CLI verbs: search, install, update, list, publish, login

Files

SKILL.mdMarkdownGitHub ↗

ClawHub CLI

Install

npm i -g clawhub

Auth (publish)

clawhub login
clawhub whoami

Search

clawhub search "postgres backups"

Install

clawhub install my-skill
clawhub install my-skill --version 1.2.3

Update (hash-based match + upgrade)

clawhub update my-skill
clawhub update my-skill --version 1.2.3
clawhub update --all
clawhub update my-skill --force
clawhub update --all --no-input --force

List

clawhub list

Publish

clawhub publish ./my-skill --slug my-skill --name "My Skill" --version 1.2.0 --changelog "Fixes + docs"

Notes

  • Default registry: https://clawhub.com (override with CLAWHUB_REGISTRY or --registry)
  • Default workdir: cwd (falls back to OpenClaw workspace); install dir: ./skills (override with --workdir / --dir / CLAWHUB_WORKDIR)
  • Update command hashes local files, resolves matching version, and upgrades to latest unless --version is set

Related skills

FAQ

How do I install the ClawHub CLI?

Run npm i -g clawhub.

What is the default ClawHub registry?

https://clawhub.com, overridable with CLAWHUB_REGISTRY or --registry.

Skill Developmentintegrationsdevops

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.