Clawdhub.Bak 2026 01 28T18:01:16+10:30

v1.0.0

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.

2· 1.7k·1 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name/description match the instructions: this skill documents using the 'clawdhub' CLI to search, install, update, list, and publish skills. The commands and flags shown are coherent with that stated purpose.
Instruction Scope
SKILL.md only instructs using the clawdhub CLI (install via 'npm i -g clawdhub', 'clawdhub login', search/install/update/publish commands). It references CLAWDHUB_REGISTRY and local workdir/dir overrides but does not instruct reading unrelated files or environment variables. Note: publishing requires authentication (interactive or stored credentials) which is expected for publish workflows.
Install Mechanism
There is no binary bundled in the skill (instruction-only). The document recommends installing the 'clawdhub' npm package globally. npm install is a standard mechanism but can run package install scripts and will fetch code from the npm registry — verify the package source and trustworthiness before running a global install.
Credentials
The skill declares no required environment variables or credentials. The instructions mention optional CLAWDHUB_REGISTRY to override the default and imply you will authenticate for publishing, which is proportional to the publishing use-case. No unrelated secrets or system config paths are requested.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated platform privileges. It does not modify other skills' configs according to the provided files.
Assessment
This skill is a documentation/instruction wrapper for the 'clawdhub' npm CLI and appears internally consistent. Before installing or using it: 1) Verify the 'clawdhub' npm package and its publisher (check npmjs.com and the package's repository) to ensure you trust the code that will be installed and any install scripts it may run. 2) Be cautious when running 'clawdhub login' or 'clawdhub publish' — those actions will upload or store credentials for the registry; only publish to registries you control or trust. 3) Prefer installing tools without sudo and inspect package source if possible. 4) Remember this skill enables installing other skills (it can fetch and install third-party packages), so only fetch skills from registries and authors you trust. If you want higher assurance, ask the publisher for a canonical homepage or repo before installing.

Like a lobster shell, security has layers — review code before you run it.

latestvk979pdrsy1wa0km293sjnrrpc5803er3

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binsclawdhub

Install

Install ClawdHub CLI (npm)
Bins: clawdhub
npm i -g clawdhub

Comments