New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

clawdhub

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clawdhub

ClawdHub CLI \u2014 install, update, search, and publish agent skills.

latest
npmnpm
Version
0.3.0
Version published
Weekly downloads
6.9K
-32.62%
Maintainers
1
Weekly downloads
 
Created
Source

clawdhub

ClawdHub CLI — install, update, search, and publish agent skills as folders.

Install

# From this repo (shortcut script at repo root)
bun clawdhub --help

# Once published to npm
# npm i -g clawdhub

Auth (publish)

clawdhub login
# or
clawdhub auth login

# Headless / token paste
# or (token paste / headless)
clawdhub login --token clh_...

Notes:

  • Browser login opens https://clawdhub.com/cli/auth and completes via a loopback callback.
  • Token stored in ~/Library/Application Support/clawdhub/config.json on macOS (override via CLAWDHUB_CONFIG_PATH).

Examples

clawdhub search "postgres backups"
clawdhub install my-skill-pack
clawdhub update --all
clawdhub update --all --no-input --force
clawdhub publish ./my-skill-pack --slug my-skill-pack --name "My Skill Pack" --version 1.2.0 --changelog "Fixes + docs"

Sync (upload local skills)

# Start anywhere; scans workdir first, then legacy Clawdis/Clawd locations.
clawdhub sync

# Explicit roots + non-interactive dry-run
clawdhub sync --root ../clawdis/skills --all --dry-run

Defaults

  • Site: https://clawdhub.com (override via --site or CLAWDHUB_SITE)
  • Registry: discovered from /.well-known/clawdhub.json on the site (override via --registry or CLAWDHUB_REGISTRY)
  • Workdir: current directory (falls back to Clawdbot workspace if configured; override via --workdir or CLAWDHUB_WORKDIR)
  • Install dir: ./skills under workdir (override via --dir)

FAQs

Package last updated on 19 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts