← Back to Skills Marketplace
ClawhHub Skill Publisher
by
Xiaobing Mi
· GitHub ↗
· v1.0.0
· MIT-0
81
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xingke-clawhub-publish
Description
Publishes a skill to ClawhHub — the Claude skills marketplace. Use this skill whenever the user wants to publish, release, or push a new version of a skill t...
Usage Guidance
This skill appears to do what it claims (publish a local skill), but it will run shell commands and read/write files under ~/.claude/skills/. Before installing or invoking it, consider: 1) Only use it if you trust the local `clawhub` CLI and any credentials it holds. 2) Be cautious about providing free-form changelog, name, or path text — these values may be interpolated into shell commands; treat inputs as untrusted or ensure the agent escapes them. 3) If any skills in ~/.claude/skills/ contain secrets, review them first or publish from a sanitized copy. 4) Prefer the agent to ask explicit confirmation before running the `clawhub publish` command and before writing back to SKILL.md. If you want a lower risk workflow, run the listed commands yourself in a shell rather than granting autonomous invocation.
Capability Assessment
Purpose & Capability
Name/description match the instructions: the SKILL.md only describes locating a local skill folder, reading SKILL.md frontmatter, running `clawhub inspect` and `clawhub publish`, and optionally updating the SKILL.md version. Those actions are coherent with a publisher skill.
Instruction Scope
The runtime instructions instruct the agent to list and read files in ~/.claude/skills/, run local CLI commands (clawhub inspect/publish), and optionally write back to SKILL.md. This is within the publisher's scope but introduces two risks: (1) the agent will access arbitrary files under the user's ~/.claude/skills/ path which may contain secrets or sensitive data; (2) the publish command interpolation uses user-provided strings (name, changelog, path) directly in shell commands with no guidance on escaping or sanitization — a command-injection risk if the agent or the input handling is naive.
Install Mechanism
Instruction-only skill with no install spec and no code files. No downloads or installs are requested, which minimizes additional risk.
Credentials
The skill declares no required environment variables or credentials. However, it assumes the presence of the `clawhub` CLI and that the CLI has stored authentication (e.g., via `clawhub login`). The skill will therefore indirectly use whatever credentials the user's clawhub CLI has — expected for this purpose but worth noting.
Persistence & Privilege
The skill is not always-enabled and does not request persistent platform privileges. It does propose modifying SKILL.md only with user consent; there is no indication it alters other skills or global agent settings.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install xingke-clawhub-publish - After installation, invoke the skill by name or use
/xingke-clawhub-publish - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
首次发布:引导用户通过 clawhub CLI 发布 skill 到 clawhub 市场
Metadata
Frequently Asked Questions
What is ClawhHub Skill Publisher?
Publishes a skill to ClawhHub — the Claude skills marketplace. Use this skill whenever the user wants to publish, release, or push a new version of a skill t... It is an AI Agent Skill for Claude Code / OpenClaw, with 81 downloads so far.
How do I install ClawhHub Skill Publisher?
Run "/install xingke-clawhub-publish" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is ClawhHub Skill Publisher free?
Yes, ClawhHub Skill Publisher is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does ClawhHub Skill Publisher support?
ClawhHub Skill Publisher is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created ClawhHub Skill Publisher?
It is built and maintained by Xiaobing Mi (@xingke2023); the current version is v1.0.0.
More Skills