A comprehensive framework and toolkit for developing specialized AI agent skills that extend agent capabilities through structured workflows and domain-specific knowledge.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install infiniteresearchloop
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 infiniteresearchloop 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 the definitive guide and utility suite for developers looking to extend the capabilities of AI agents. By utilizing Openclaw Skills, developers can transform a general-purpose model into a specialized expert equipped with procedural knowledge, custom scripts, and domain-specific schemas. The skill emphasizes the principle of progressive disclosure, ensuring that agent context windows remain efficient while providing deep access to complex tools when necessary.
This system allows for the creation of modular, self-contained packages that include YAML-based metadata, specialized Markdown instructions, and bundled resources. It bridges the gap between raw LLM intelligence and brittle, hard-coded automation by providing a framework that supports varying degrees of freedom for the AI agent, from strict scripted sequences to flexible, heuristic-based tasks.
To begin creating new Openclaw Skills, use the initialization script to scaffold your project directory:
# Initialize a new skill directory
python /home/ubuntu/skills/skill-creator/scripts/init_skill.py <skill-name>
# Validate your skill after development
python /home/ubuntu/skills/skill-creator/scripts/quick_validate.py <skill-name>
Each skill created with the Skill Creator follows a strict organizational taxonomy to optimize for agent context loading:
| Component | Purpose | Context Impact |
|---|---|---|
| SKILL.md | Core instructions and metadata | Medium (Loaded on trigger) |
| Frontmatter | Trigger definitions and name | Low (Always in context) |
| scripts/ | Executable Python/Bash code | None (Runs via CLI) |
| references/ | Heavy documentation and schemas | Variable (Loaded as needed) |
| templates/ | Boilerplate code and assets | None (Output only) |
Loading
An automated vocabulary uploader for the K241 platform featuring integrated translation and pinyin fetching.

A professional automation tool that converts Markdown articles into WeChat Official Account drafts with integrated image management.

A comprehensive quality enforcement skill that audits Node.js applications for security, performance, and architectural integrity.

A specialized skill for reading and extracting comprehensive product lists and metadata from Bee-powered websites via open API access.

An all-in-one AI agent skill for managing the complete lifecycle of WeChat Official Account operations, from trend research to automated publishing.

Travel Grid Generator creates high-quality, character-consistent 3x3 social media photo collages in a realistic travel blogger style.








































