ClawhHub Skill Publisher
PassAudited by ClawScan on May 10, 2026.
Overview
This is a straightforward ClawHub publishing helper, but users should verify the CLI and account before confirming a public release.
Before installing or using this skill, make sure the `clawhub` CLI is trustworthy and that you are logged into the intended account. Review the selected skill folder, slug, version, changelog, and final confirmation carefully before allowing it to publish.
Findings (3)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
A confirmed action can publish or update a marketplace skill under the user's ClawHub account.
The skill instructs the agent to run a CLI command that publishes a skill, but it is purpose-aligned and explicitly requires confirmation before execution.
After confirmation, run: ```bash clawhub publish <folder-path> \ --slug <slug> \ --name "<name>" \ --version <version> \ --changelog "<changelog>" \ --tags latest ```
Only confirm publishing after checking the selected folder, slug, version, changelog, and tags.
The publish command will act as whichever ClawHub user is logged in locally.
Publishing depends on the user's authenticated ClawHub CLI session; this is expected for the stated purpose but affects the user's account.
Not logged in → run `clawhub login`
Run `clawhub whoami` or otherwise verify the active account before publishing important releases.
Users must supply and trust their own `clawhub` CLI installation.
The workflow relies on the external `clawhub` CLI, but the registry metadata does not declare that binary or its provenance.
Required binaries (all must exist): none ... No install spec — this is an instruction-only skill.
Install or use the ClawHub CLI only from an official, trusted source and keep it updated.
