A comprehensive developer toolkit for scaffolding, validating, security-scanning, and publishing agent capabilities to the ClawHub registry.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skillpub
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install skillpub using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Skill Publisher is an essential utility designed for developers who want to extend the capabilities of their AI agents through a standardized distribution model. By providing a structured workflow for creating Openclaw Skills, it ensures that every new agent capability is built on a foundation of best practices, security, and discoverability. This tool simplifies the transition from a local script to a globally available asset on ClawHub.
At its core, Skill Publisher handles the administrative overhead of agent development, including frontmatter validation and automated security auditing. By using this tool, you can ensure that your Openclaw Skills are optimized for context window efficiency and follow the progressive disclosure model, making them more reliable and responsive during active agent sessions.
Ensure you have the core agent environment set up and you are logged into the hub using clawhub login before attempting to publish.
Run the following command to create your workspace for new Openclaw Skills:
bash {baseDir}/scripts/scaffold.sh <skill-name> [--dir <output-dir>]
Before distribution, verify your code and scan for vulnerabilities:
bash {baseDir}/scripts/validate.sh <skill-folder>
bash {baseDir}/scripts/security-scan.sh <skill-folder>
Openclaw Skills follow a strict directory anatomy to ensure portability and execution reliability:
| Component | Purpose | Requirement |
|---|---|---|
SKILL.md |
Contains name, description (trigger), and core logic. | Required |
scripts/ |
Executable code (Bash, Python, etc.) for deterministic tasks. | Optional |
references/ |
Documentation and guides loaded into context when needed. | Optional |
assets/ |
Static files, templates, or images used in skill outputs. | Optional |
Loading
A comprehensive integration for managing prompt templates, logging LLM requests, and running evaluation pipelines using the PromptLayer API.

A visualization engine for AI agents to render tables, charts, and dashboards as high-quality images using HTML templates.

A zero-dependency audit suite for OpenClaw workspaces that prevents file drift, secret leaks, and configuration mismatches.

A zero-dependency Python tool for hardware-level mouse and keyboard automation on macOS using CGEvent and AppleScript.

A comprehensive enterprise-grade CLI tool for complete Discord server administration, moderation, and automation.

An enterprise-grade CLI tool for complete A-Z Discord server administration, including moderation, AutoMod, and advanced webhooks.








































