← Back to Skills Marketplace
Clawdhub
by
Peter Steinberger
· GitHub ↗
· v1.0.0
37141
Downloads
247
Stars
468
Active Installs
1
Versions
Install in OpenClaw
/install clawdhub
Description
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI.
Usage Guidance
Install only if you intend to let the agent manage local skill folders and potentially publish skills. Require explicit approval before running install, update --all, --force, --no-input, login, or publish commands, and verify the package, target directory, registry, and files being published first.
Capability Analysis
Type: OpenClaw Skill
Name: clawdhub
Version: 1.0.0
The skill instructs the OpenClaw agent to install a global npm package `clawdhub` via `npm i -g clawdhub` as part of its setup instructions in `SKILL.md`. This introduces a significant supply chain risk, as the `clawdhub` package itself, fetched from an external registry, could be compromised or malicious. The installed CLI tool is designed to interact with `clawdhub.com`, which is an external domain (IOC), and includes a `publish` command that could be used to upload local files if the agent is prompted to do so.
Capability Assessment
Purpose & Capability
The stated purpose matches the artifact: use the ClawdHub CLI to search, install, update, and publish skills from clawdhub.com.
Instruction Scope
SKILL.md shows commands that can bulk-update installed skills and bypass prompts with --all --no-input --force, plus publish a local skill folder, but it does not require user confirmation, preview, or target verification.
Install Mechanism
The skill discloses installing the clawdhub npm package and requiring the clawdhub binary; this is purpose-aligned but depends on an external npm package.
Credentials
Network use against clawdhub.com and local ./skills changes are coherent with the CLI purpose, but the publish workflow can upload local content if used carelessly.
Persistence & Privilege
No hidden autorun or background persistence was found in the artifact, but global npm installation and login for publishing create durable local tooling/session state.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawdhub - After installation, invoke the skill by name or use
/clawdhub - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Metadata
Frequently Asked Questions
What is Clawdhub?
Use the ClawdHub CLI to search, install, update, and publish agent skills from clawdhub.com. Use when you need to fetch new skills on the fly, sync installed skills to latest or a specific version, or publish new/updated skill folders with the npm-installed clawdhub CLI. It is an AI Agent Skill for Claude Code / OpenClaw, with 37141 downloads so far.
How do I install Clawdhub?
Run "/install clawdhub" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Clawdhub free?
Yes, Clawdhub is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Clawdhub support?
Clawdhub is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Clawdhub?
It is built and maintained by Peter Steinberger (@steipete); the current version is v1.0.0.
More Skills