← Back to Skills Marketplace
106
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-publisher-plugin
Description
上传和发布技能到 ClawHub 市场。当用户说"发布skill"、"上传到clawhub"、"发布到市场"或需要将本地技能发布到 ClawHub 时触发。
Usage Guidance
This skill is an instructions document for using the ClawHub CLI and appears coherent. Before using it: (1) verify you have Node/npm/npx installed — the SKILL.md assumes npx is available but doesn't declare it; (2) be aware that running 'npx clawhub ...' will fetch and run the clawhub package from the npm registry at runtime — confirm the package name, version and that you trust ClawHub; (3) review the files in the skill-path you intend to publish so you don't accidentally upload sensitive files; (4) prefer running the shown commands manually the first time so you can inspect CLI output and any login flow; and (5) if you require higher assurance, install the clawhub CLI from a verified source (or pin a known-safe version) before invoking these commands.
Capability Analysis
Type: OpenClaw Skill
Name: skill-publisher-plugin
Version: 1.0.0
The skill bundle is a utility designed to help users publish and update OpenClaw skills to the ClawHub marketplace. It uses standard CLI commands via 'npx clawhub' for authentication and package management as described in SKILL.md. No evidence of malicious intent, data exfiltration, or obfuscation was found; the logic is transparent and aligns with the stated purpose of a developer publishing tool.
Capability Assessment
Purpose & Capability
The SKILL.md's purpose (publish a skill to ClawHub) matches the actions it instructs (npx clawhub whoami/inspect/publish). However the file assumes the presence of npx/Node and the clawhub npm package without declaring required binaries or credentials—this is a minor mismatch but explainable for an instruction-only skill.
Instruction Scope
Instructions are narrowly scoped to running the ClawHub CLI commands (whoami, login, inspect, publish, sync) and manipulating a local skill path (may be under home). It does not instruct reading unrelated system files or exfiltrating data to unexpected endpoints beyond ClawHub.
Install Mechanism
No install spec or code files are present (instruction-only). No downloads or archive extraction are instructed by the skill itself. Risk arises only from invoking 'npx clawhub' at runtime (see guidance).
Credentials
The skill declares no required environment variables or credentials. At runtime the user will be prompted to authenticate with ClawHub via the CLI (npx clawhub login) as expected; no unrelated credentials are requested.
Persistence & Privilege
always is false and the skill doesn't request persistent or elevated system presence. It does not modify other skills' configs or claim broad privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-publisher-plugin - After installation, invoke the skill by name or use
/skill-publisher-plugin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the ClawHub skill publishing tool.
- Allows uploading and publishing local skills to the ClawHub marketplace.
- Includes login status checks and versioning guidance based on semantic versioning.
- Provides clear CLI command references and usage examples for publishing and updating skills.
- Supports trigger words like "发布skill", "上传到clawhub", and "发布到市场" for easy activation.
Metadata
Frequently Asked Questions
What is Skill Publisher?
上传和发布技能到 ClawHub 市场。当用户说"发布skill"、"上传到clawhub"、"发布到市场"或需要将本地技能发布到 ClawHub 时触发。 It is an AI Agent Skill for Claude Code / OpenClaw, with 106 downloads so far.
How do I install Skill Publisher?
Run "/install skill-publisher-plugin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Skill Publisher free?
Yes, Skill Publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Skill Publisher support?
Skill Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Skill Publisher?
It is built and maintained by Vivian (@vivian8725118); the current version is v1.0.0.
More Skills