An AI-powered generator that scaffolds OpenClaw project configurations including AGENTS.md, workflows, and memory settings through a unified LLM interface.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-gen
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 openclaw-gen using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Template Generator is a dedicated agent tool designed to accelerate the creation of new Openclaw Skills. By utilizing the unified llm-task interface, it allows developers to generate comprehensive project structures—including agent definitions, workflow YAML files, and memory configurations—using natural language prompts.
This tool acts as a bridge between high-level project requirements and the technical configuration required by the OpenClaw ecosystem. It effectively removes the friction of manual setup by providing a standardized, model-agnostic way to bootstrap AI agents across 15 different domains.
To get started, install the skill using the ClawHub CLI:
clawhub install openclaw-gen
You must also ensure that the llm-task plugin is enabled in your global configuration file located at ~/.openclaw/openclaw.json:
{
"plugins": {
"entries": {
"llm-task": { "enabled": true }
}
}
}
The skill generates a standardized directory and file taxonomy for new Openclaw Skills:
| File / Folder | Description |
|---|---|
AGENTS.md |
Contains the AI agent role definitions and persona specifications. |
workflows/ |
A directory containing YAML files that define the logic and task sequences. |
MEMORY.md |
Defines the persistence layer and memory configuration for the project. |
README.md |
Provides an overview and usage instructions for the generated project. |
Loading
A professional migration tool to fully mirror GitHub repositories between accounts while preserving all version history, branches, and tags.

A comprehensive CLI tool that automates the creation, optimization, and deployment of Claude AI skills from various data sources.

A foundational template designed to integrate custom capabilities and automated workflows into the Openclaw environment.

A high-performance local indexing and search utility designed to retrieve information from project memory files using keyword scoring and recency boosts.

An automated project bootstrapping tool that generates OpenClaw Agent configurations and workflows using a unified LLM interface.

An advanced AI skill for coding agents that automates the creation of high-fidelity presentations featuring intelligent video transitions and 4K resolution exports.








































