LaunchKit · 2026
Back to Skills

skillpub

Create, validate, security-scan, and publish skills to ClawHub.

0
369 downloads
by @theashbhat

Setup & Installation

openclaw skills install @theashbhat/skillpub

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install skillpub

What This Skill Does

Scaffolds, validates, security-scans, and publishes skills to ClawHub. Covers the full lifecycle from generating a skill folder with a SKILL.md template to pushing a versioned release.

Combines scaffolding, validation, security scanning, and publishing into one scripted flow instead of manually managing each step.

When to use it

  • Packaging a custom script as a reusable agent skill
  • Publishing a new skill to ClawHub for team distribution
  • Running a security scan on a skill before sharing it publicly
  • Checking frontmatter and naming conventions before submission
  • Iterating on a skill locally then releasing a new version

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Package and publish my code summarizer as a skill on ClawHub

AGENT
  1. 1Run scaffold.sh to create the skill folder and SKILL.md template
  2. 2Edit SKILL.md with name, description, and skill instructions
  3. 3Run validate.sh to check required files, frontmatter, and naming conventions
  4. 4Run security-scan.sh to detect risky patterns like eval or data exfiltration
  5. 5Run publish.sh with the target slug and version to push to ClawHub
OUTPUT

Skill published to ClawHub under the specified slug and version

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

ClawHub account (run `clawhub login` before publishing)