← Back to Skills Marketplace
ham-5on

Skill Publisher

by Ham-5on · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ Security Clean
73
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install publish-guide
Description
Prepare and publish an OpenClaw AgentSkill to ClawHub. Use when a skill directory is ready and needs to be published, or when upgrading an already-published...
Usage Guidance
This skill is a straightforward publish guide and appears coherent. Before using it: (1) verify the 'clawhub' npm package's publisher and source before running 'npm i -g clawhub' since global npm installs execute code with your user privileges; (2) ensure your skill directory does not contain secrets or private keys (publishing uploads the skill contents to ClawHub); (3) be aware 'clawhub login' opens a browser and will create CLI auth tokens locally—confirm where those tokens are stored and that you trust the authorization flow; and (4) check slug ownership before publishing to avoid unintentionally overwriting someone else's skill. If you want extra safety, inspect the clawhub CLI code or run it in a controlled/dev environment first.
Capability Analysis
Type: OpenClaw Skill Name: publish-guide Version: 1.1.0 The skill bundle provides a legitimate workflow for preparing and publishing OpenClaw AgentSkills to ClawHub. The instructions in SKILL.md guide the agent through standard procedures such as checking metadata, authenticating via the 'clawhub' CLI, and executing the publish command. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description match the actual requirements and actions: the guide uses the clawhub CLI to inspect, login, publish, and verify a skill. Requiring the 'clawhub' binary is appropriate and expected for a publish tool.
Instruction Scope
SKILL.md directs the agent to check the skill directory (e.g., cat <skill-dir>/_meta.json), run clawhub inspect/whoami/login/publish/search, and perform pre-publish checks. These file reads and commands are directly relevant to publishing and do not ask the agent to access unrelated files, environment variables, or external endpoints.
Install Mechanism
No install spec is embedded (instruction-only). The doc instructs users to install the 'clawhub' CLI via 'npm i -g clawhub' if missing — this is a normal way to obtain a CLI but installing npm packages executes code on the host, so users should confirm the package source and publisher before installing.
Credentials
No environment variables, credentials, or config paths are requested by the skill. The guide relies only on the clawhub CLI and the skill directory contents, which is proportionate for publishing.
Persistence & Privilege
The skill is not always-enabled and does not request persistent system changes or cross-skill configuration. It instructs interactive login via 'clawhub login' (which will store auth locally under the CLI's normal storage) — this behavior is expected and scoped to the CLI.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install publish-guide
  3. After installation, invoke the skill by name or use /publish-guide
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
v1.1.0: Added 'clawhub' binary requirement in metadata. Removed Chinese/English mixed content. Full English documentation with structured pre-publish checklist.
v1.0.0
Initial release. Pre-publish checks (slug conflict, meta validation, English review), publish execution, and post-publish verification.
Metadata
Slug publish-guide
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is Skill Publisher?

Prepare and publish an OpenClaw AgentSkill to ClawHub. Use when a skill directory is ready and needs to be published, or when upgrading an already-published... It is an AI Agent Skill for Claude Code / OpenClaw, with 73 downloads so far.

How do I install Skill Publisher?

Run "/install publish-guide" 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 Ham-5on (@ham-5on); the current version is v1.1.0.

💬 Comments