← Back to Skills Marketplace
ClawHub Publish Official
by
terrycarter1985
· GitHub ↗
· v1.0.0
· MIT-0
113
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install clawhub-publish-official
Description
Publish agent skills to ClawHub marketplace. Search, install, update, and publish skills from clawhub.com.
README (SKILL.md)
ClawHub Publish
Overview
Use the ClawHub CLI to search, install, update, and publish agent skills to the ClawHub marketplace.
Install CLI
npm i -g clawhub
Authentication (for publishing)
clawhub login
clawhub whoami
Search Skills
clawhub search "postgres backups"
Install Skills
clawhub install my-skill
clawhub install my-skill --version 1.2.3
Update Skills
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 Installed Skills
clawhub list
Publish Skills
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 a thin wrapper around the ClawHub CLI and looks coherent. Before installing: verify the 'clawhub' npm package source (check the package page, author, and downloads), avoid running batch update/publish commands unattended (e.g., 'update --all --no-input --force'), and be careful what you publish — the publish command uploads local files, so remove secrets or private files from the directory. If you plan to override the registry (CLAWHUB_REGISTRY), only point it at trusted endpoints. Finally, note 'clawhub login' will create stored auth tokens on your machine; review where they are stored and revoke them if needed.
Capability Analysis
Type: OpenClaw Skill
Name: clawhub-publish-official
Version: 1.0.0
The skill bundle provides a standard interface for the ClawHub CLI to manage agent skills on the clawhub.com marketplace. It includes instructions for installation via npm and common commands for searching, installing, and publishing skills. No malicious patterns, data exfiltration, or suspicious execution logic were identified in SKILL.md or _meta.json.
Capability Assessment
Purpose & Capability
Name/description match requirements: the skill requires the 'clawhub' CLI and the SKILL.md explains how to search, install, update, and publish via that CLI. The declared npm install for 'clawhub' aligns with the stated purpose.
Instruction Scope
Instructions are limited to running the ClawHub CLI (login, search, install, update, publish). They mention environment overrides (CLAWHUB_REGISTRY, CLAWHUB_WORKDIR) and include potentially destructive CLI flags (e.g., 'update --all --no-input --force') — all expected for a marketplace client but worth noting because they can update or publish many files if run unattended.
Install Mechanism
Install is an npm global install of the 'clawhub' package which creates the 'clawhub' binary. This is a standard, traceable install mechanism for a CLI and matches the requirement that the 'clawhub' binary exist.
Credentials
No required env vars or credentials are declared, which is reasonable. The SKILL.md does reference CLAWHUB_REGISTRY and CLAWHUB_WORKDIR as optional overrides and requires interactive 'clawhub login' for publishing; publishing will require credentials (stored by the CLI) and can upload local directories — so users should ensure they don't accidentally publish sensitive files or point to an untrusted registry.
Persistence & Privilege
The skill is not 'always' enabled and does not request elevated persistence. Autonomous invocation is allowed (platform default) but not combined with other red flags here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawhub-publish-official - After installation, invoke the skill by name or use
/clawhub-publish-official - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首个正式版本,支持新闻内容抓取总结与技能发布功能
Metadata
Frequently Asked Questions
What is ClawHub Publish Official?
Publish agent skills to ClawHub marketplace. Search, install, update, and publish skills from clawhub.com. It is an AI Agent Skill for Claude Code / OpenClaw, with 113 downloads so far.
How do I install ClawHub Publish Official?
Run "/install clawhub-publish-official" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawHub Publish Official free?
Yes, ClawHub Publish Official is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ClawHub Publish Official support?
ClawHub Publish Official is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawHub Publish Official?
It is built and maintained by terrycarter1985 (@terrycarter1985); the current version is v1.0.0.
More Skills