Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: Package and publish my code summarizer as a skill on ClawHub
- 1Run scaffold.sh to create the skill folder and SKILL.md template
- 2Edit SKILL.md with name, description, and skill instructions
- 3Run validate.sh to check required files, frontmatter, and naming conventions
- 4Run security-scan.sh to detect risky patterns like eval or data exfiltration
- 5Run publish.sh with the target slug and version to push to ClawHub
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.