A comprehensive framework and toolkit for developing modular extensions that equip AI agents with specialized procedural knowledge and tool integrations.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install pro
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 pro using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Skill Creator is a foundational meta-skill designed to guide developers through the entire lifecycle of building Openclaw Skills. These skills act as specialized onboarding guides, transforming general-purpose AI models into domain experts. By utilizing a modular architecture, Skill Creator ensures that agents remain context-efficient while gaining access to complex workflows, deterministic scripts, and rich reference materials.
The core philosophy of this tool centers on progressive disclosure and context management. It provides the necessary guardrails to create extensions that are both powerful and token-efficient, ensuring that Openclaw Skills only consume the context window when absolutely necessary for the task at hand. This approach allows developers to scale agent capabilities without overwhelming the model's memory.
To begin developing Openclaw Skills, ensure you have the core toolkit available in your environment. Use the initialization script to scaffold a new project and the packaging script to finalize it:
# Initialize a new skill directory
python scripts/init_skill.py <skill-name> --path <output-directory>
# Edit your SKILL.md and add resources to scripts/, references/, or assets/
# Package and validate your skill for distribution
python scripts/package_skill.py <path/to/skill-folder>
Each skill follows a strict hierarchical directory structure to ensure compatibility within the Openclaw Skills ecosystem:
| Component | Description | Context Loading |
|---|---|---|
| SKILL.md | Primary entry point with YAML frontmatter and core instructions | Loaded on trigger |
| scripts/ | Executable Python or Bash scripts for deterministic tasks | Execution only |
| references/ | Documentation and schemas loaded into context on-demand | Conditional |
| assets/ | Static files (templates, icons, boilerplates) used in final output | Output only |
Note: The YAML frontmatter must strictly contain name and description fields to drive the agent's primary triggering mechanism effectively.
Loading
A cryptographic security framework for signing and verifying AI tool schemas to prevent tampering and man-in-the-middle attacks.

A domain-anchored cryptographic identity protocol for AI agents and verifiable credentials integrated with Openclaw Skills.

A sophisticated auditing skill that evaluates products and designs using the classic principles of Tony Fadell, Don Norman, and Dieter Rams.

A sophisticated configuration skill that maps the 16 Myers-Briggs personality types to your AI agent to customize communication and decision-making styles.

A comprehensive command-line interface for managing Gmail, Calendar, Drive, Contacts, Sheets, and Docs via OAuth.

A protocol-grade MCP server for privacy-preserving credential verification and zero-knowledge proof generation.








































