| Port details |
- clawhub ClawHub CLI for managing OpenClaw agent skills
- 0.9.0 misc
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2026-04-19 07:12:58
- Last Update: 2026-04-19 07:10:34
- Commit Hash: c764822
- License: MIT
- WWW:
- https://clawhub.ai/
- https://github.com/openclaw/clawhub
- Description:
- ClawHub CLI — install, update, search, and publish agent skills and
OpenClaw packages.
It connects to the ClawHub skill directory (https://clawhub.ai) and lets you
manage OpenClaw agent skills from the command line.
Features:
- Search, install, update, and publish agent skills.
- Sync local skills to the ClawHub directory.
- Explore and inspect OpenClaw packages.
- Authenticate with the ClawHub registry.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/misc/clawhub/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/clawhub
- pkg install clawhub
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: clawhub
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1776580398
SHA256 (clawhub/clawhub-0.9.0.tar.gz) = e47cb65b552c328a5a1f7243c7a4784bc172f470fd70d3f59c5d52a41371a6df
SIZE (clawhub/clawhub-0.9.0.tar.gz) = 1268297
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- node : www/node24
- Fetch dependencies:
-
- npm : www/npm
- jq : textproc/jq
- ca-root-nss.crt : security/ca_root_nss
- This port is required by:
- for Run
-
- misc/openclaw
Configuration Options:
- No options to configure
- Options name:
- misc_clawhub
- USES:
- nodejs:run
- pkg-message:
- For install:
- You installed clawhub: the CLI for managing OpenClaw agent skills.
Getting started:
Authenticate with the ClawHub registry:
$ clawhub login
Search for skills:
$ clawhub search "postgres backups"
Install a skill pack:
$ clawhub install my-skill-pack
Update all installed skills:
$ clawhub update --all
Sync local skills to the ClawHub directory:
$ clawhub sync
Publish a skill:
$ clawhub publish ./my-skill-pack \
--slug my-skill-pack \
--name "My Skill Pack" \
--version 1.2.0
Explore available packages:
$ clawhub package explore --family skill
Inspect a package:
$ clawhub package inspect @openclaw/example-plugin
Note: 'clawdhub' is an alias for 'clawhub'.
For more information, see https://clawhub.ai and https://github.com/openclaw/clawhub
- Master Sites:
- There is no master site for this port.
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.9.0 19 Apr 2026 07:10:34
    |
Yuri Victorovich (yuri)  |
misc/clawhub: New port: ClawHub CLI for managing OpenClaw agent skills |
Number of commits found: 1
|