← Back to Skills Marketplace
1733
Downloads
0
Stars
11
Active Installs
1
Versions
Install in OpenClaw
/install clawhub-local
Description
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...
README (SKILL.md)
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
Usage Guidance
This skill is coherent: it just documents and helps use the ClawHub CLI. Before installing, consider: (1) npm install -g will place a global binary and npm packages can run install scripts — only install if you trust the package source; (2) the CLI will download and install third-party skills from a registry (default https://clawhub.com) — those skills can contain code that will run on your agent, so review or sandbox them before use; (3) publishing requires authentication (use secure credentials and be mindful of where they are stored); (4) if you prefer less impact, run the CLI in a container or VM, or avoid -g installs and use a local install instead. If you trust ClawHub and the skills you install, this skill is appropriate; if not, do not install.
Capability Analysis
Type: OpenClaw Skill
Name: clawhub-local
Version: 1.0.0
The skill bundle defines a legitimate interface for the ClawHub CLI, a utility for managing agent skills via a registry (clawhub.com). The SKILL.md file provides standard documentation for installation via npm and usage instructions for searching, installing, and publishing skills, with no evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The skill's name and description match its requirements: it requires the 'clawhub' CLI and provides an npm-based install for the clawhub package. Nothing requested (binaries, install target) is unrelated to searching, installing, updating or publishing skills from clawhub.com.
Instruction Scope
SKILL.md only instructs use of the clawhub CLI (search, install, update, list, publish, login). Those commands legitimately read/write local directories (default ./skills or overridden workdir) and contact the registry (https://clawhub.com by default). It does not instruct reading unrelated system files or secrets, but publish/login will involve authentication and the CLI will access network endpoints and local filesystem.
Install Mechanism
Install is via npm (package 'clawhub'), which is traceable and expected for a CLI. npm packages may run install scripts and npm i -g modifies global binaries; this is appropriate for a CLI but carries the usual moderate risk of executing package-provided install-time code.
Credentials
The skill declares no required environment variables. SKILL.md documents optional env overrides (CLAWHUB_REGISTRY, CLAWHUB_WORKDIR) and uses interactive CLI login for publishing. No unrelated credentials or high-privilege env vars are requested.
Persistence & Privilege
always:false and normal autonomous invocation settings. The skill does not request permanent platform-wide privileges or attempt to modify other skills' configs. Installing the npm CLI creates a global binary (normal for CLIs) and using clawhub will write/modify skill folders (expected behavior).
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-local - After installation, invoke the skill by name or use
/clawhub-local - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of clawhub-local.
- Integrates ClawHub CLI for searching, installing, updating, and publishing agent skills from clawhub.com.
- Supports skill management via CLI commands: search, install, update, list, and publish.
- Uses npm-installed "clawhub" CLI; includes setup instructions.
- Allows registry and work directory overrides for flexibility.
- Update command intelligently matches file hashes to resolve and upgrade to the appropriate skill version.
Metadata
Frequently Asked Questions
What is Clawhub Local?
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... It is an AI Agent Skill for Claude Code / OpenClaw, with 1733 downloads so far.
How do I install Clawhub Local?
Run "/install clawhub-local" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawhub Local free?
Yes, Clawhub Local is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Clawhub Local support?
Clawhub Local is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawhub Local?
It is built and maintained by Andy27725 (@andy27725); the current version is v1.0.0.
More Skills