A comprehensive developer toolkit designed to create, evaluate, benchmark, and publish high-quality Openclaw Skills for AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-factory
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-factory 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 Factory is the definitive environment for developers to architect robust agent capabilities. It facilitates the entire development pipeline for Openclaw Skills, from initial scaffolding and pattern analysis to rigorous evaluation and community publishing via the clawhub registry. By utilizing standardized templates and automated testing scripts, it ensures that every skill meets high-performance benchmarks while maintaining a clean, manageable context footprint.
This utility operates across six specialized modes—Create, Eval, Improve, Benchmark, Analyze, and Synthesize—allowing developers to not only build from scratch but also to iterate based on data-driven feedback. It serves as a centralized hub for managing the lifecycle of Openclaw Skills, ensuring they are trigger-ready and technically sound before deployment.
To begin building your own Openclaw Skills, use the bundled initialization script within your workspace:
# Initialize a new skill directory
python3 scripts/init_skill.py <skill-name> --path ~/.openclaw/workspace/skills/ --resources scripts,references
# Validate and package the skill
python3 scripts/package_skill.py ~/.openclaw/workspace/skills/<skill-name>
# Publish to the community registry
clawhub login
clawhub publish ~/.openclaw/workspace/skills/<skill-name> --version 1.0.0
Skill Factory organizes its assets into a strict hierarchy to ensure compatibility across Openclaw Skills environments:
| File/Folder | Purpose |
|---|---|
SKILL.md |
The primary instruction set containing frontmatter metadata and usage recipes. |
scripts/ |
Helper Python or Bash scripts bundled for complex logic execution. |
evals/ |
Directory containing evals.json test cases and historical run results. |
_meta.json |
Auto-populated publishing metadata including versioning and slug identifiers. |
references/ |
Supporting documentation, API schemas, and extracted pattern libraries. |
Loading
A dedicated MLB companion that fetches daily game recaps, upcoming previews, and injury reports for your favorite baseball team.

A high-performance, graph-native memory engine for AI agents featuring hybrid search, biological decay, and Zettelkasten-style linking.

A comprehensive automation tool for downloading videos, generating subtitles, analyzing SEO content, and creating character-consistent AI thumbnails.

A professional publishing pipeline for Quartz-hosted Korean web-novels that automates image optimization, linting, and deployment.

A powerful automation skill for controlling Linux desktop interfaces, mouse movements, and keyboard inputs without a browser relay.

An AI-powered skill to search, summarize, and extract actionable tasks from your Limitless AI pendant recordings.








































