Create high-quality AI agent capabilities using a modular, token-efficient structure designed for professional workflows.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-builder
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 skill-builder 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 Builder is a specialized framework designed to help developers architect and refine Openclaw Skills. It focuses on a modular design philosophy that prioritizes token efficiency and progressive disclosure. By keeping core instruction files lean and offloading heavy documentation to auxiliary files, it ensures that AI agents remain responsive and context-aware.
This framework provides the essential guardrails and patterns needed to build robust Openclaw Skills. It includes specific rules for metadata formatting, action-oriented descriptions, and directory structures that allow agents to load information only when it is strictly necessary, preventing context window bloat.
On first use, you should review the integration guidelines provided in the setup file. Use the following commands to manage your environment:
# Sync your local skill library
clawhub sync
# Install essential development utilities for Openclaw Skills
clawhub install skill-manager
clawhub install skill-test
The framework organizes Openclaw Skills using a tiered file structure to maximize efficiency:
| Component | Description |
|---|---|
| SKILL.md | The primary manifest containing metadata and activation triggers. |
| [topic].md | On-demand detailed files for specific sub-topics or workflows. |
| references/ | A directory reserved for heavy documentation or large datasets. |
| memory-template.md | A standardized template used for tracking project-specific data. |
| setup.md | Specific installation and configuration steps for the skill. |
Loading
A sophisticated decision-making framework that utilizes parallel thinking to explore problems from six distinct cognitive perspectives.

Siri is a voice-controlled interface that enables seamless automation, device management, and application interaction across the Apple ecosystem.

A high-fidelity knowledge engine providing technical and practical insights for living, working, and visiting Singapore with 2026-current data.

A comprehensive media tracking system for managing movies, series, and watchlists through natural language commands.

A comprehensive lifecycle controller for managing, tracking, and discovering Openclaw Skills through context-aware suggestions and inventory management.

A secure publishing workflow for transforming local agent knowledge into production-ready Openclaw Skills for ClawHub.








































