A powerful generator and governance system that transforms raw resources, API documents, and code snippets into zero-dependency, ecosystem-compatible Openclaw Skills with built-in security scans.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install coolskill-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 coolskill-builder using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
CoolSkill Builder is an automated generator and governance engine designed to transform any digital resource—including GitHub repositories, API documentation, natural language specifications, or raw code snippets—into standardized Openclaw Skills. These generated components operate with absolute zero external dependencies, executing purely on a whitelisted subset of Python's standard library to guarantee flawless execution across diverse environments.
By leveraging CoolSkill Builder, developers can automatically produce production-grade Openclaw Skills that are extremely token-optimized. The output contains highly compact variable structures and optimized list comprehensions, dropping token consumption to an absolute minimum. Each generated skill is cross-ecosystem ready, exporting a unified configuration that is immediately consumable by OpenAI, Claude, HTTP APIs, or custom AI agents.
skill.yaml (metadata), impl.py (zero-dependency implementation), test.py (isolated test cases), and manifest.json (cross-platform compatibility schemas).{domain}-{func}-{rand3} namespace utilizing Semver guidelines.Ensure you have Python 3.8+ installed. Keep your workspace clean and target folder structured.
Optionally configure environment variables for remote git synchronization:
export GITHUB_TOKEN="your_personal_access_token"
export GITHUB_REPO="owner/repo"
Generate and validate Openclaw Skills by running the built-in utility scripts:
# Generate a unique Skill ID based on your domain and function
python scripts/generate_skill_id.py data parse
# Perform a 5-layer security check on your implementation
python scripts/security_scan.py path/to/impl.py
# Validate syntax and run signature format
python scripts/validate_impl.py path/to/impl.py
Each skill generated via CoolSkill Builder is archived within the system registry according to a strict filesystem format to maintain versioned Openclaw Skills:
registry/
├── index.json
└── {skill-id}/
└── v{version}/
├── skill.yaml
├── impl.py
├── test.py
└── manifest.json
| File Name | Purpose | Specifications |
|---|---|---|
skill.yaml |
Metadata Definition | Key compression (e.g., v for version, d for description) and resource permission declarations (net, fs, env, exec). |
impl.py |
Implementation | Zero-dependency code strictly using a whitelisted subset of Python standard libraries. Requires a standard run(a) entry point returning standardized status wrappers. |
test.py |
Native Verification | Isolated process execution test runner ensuring 100% validation coverage. |
manifest.json |
Cross-Platform Tool Spec | Maps functions natively to OpenAI, Claude, and HTTP REST interface formats. |
eval, exec, os.system) unless explicitly declared inside permissions.Loading
An AI-powered researcher skill that provides deep insight and analysis on Virginia Roberts Giuffre's posthumous memoir, Nobody's Girl, detailing her survival and fight for justice.

An AI agent skill to programmatically search products, read store details, and retrieve customer reviews from Best Buy using the secure oo CLI.

An AI-powered web scraping and browser automation agent skill that integrates AgentQL with OOMOL CLI to query, extract, and manipulate web page data without local credential management.

A powerful OOMOL-powered skill to manage Ably real-time messaging, channels, presence history, and push notifications directly from your AI coding environment.

Connects your AI agent to a live next-ai-drawio MCP server session to build, edit, and export visual architecture diagrams in real-time.

An AI agent skill analyzing Isabel Wilkerson's 'Caste: The Origins of Our Discontents' to provide structural insights into societal hierarchies and historical injustices.








































