A specialized framework for designing, generating, and refining the core architecture of autonomous AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install agent-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 agent-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 Agent Builder is a foundational skill designed to streamline the lifecycle of creating Openclaw Skills. It guides developers through the process of defining an agent's persona, operational boundaries, and technical configuration. By automating the generation of essential workspace files, it ensures that every agent adheres to a standardized architecture while maintaining the flexibility required for specialized tasks.
This skill is particularly valuable for developers who need to transition from simple prompt-based interactions to complex, multi-layered agentic workflows. Whether you are building an Advisor that suggests code changes or an Autopilot capable of managing cloud infrastructure, this skill provides the scaffolding necessary for reliable and safe AI operations within the ecosystem of Openclaw Skills.
To begin building your own Openclaw Skills, ensure you have the core references available in your workspace. You can initialize the builder by running the following command within your terminal environment:
# Standard initialization for the agent builder
openclaw install agent-builder
# Ensure reference templates are accessible
ls references/templates.md
Once installed, invoke the skill to start the Phase 1 interview process.
The Agent Builder organizes data into a structured workspace layout essential for Openclaw Skills. The primary files generated include:
| File Name | Purpose | Key Metadata |
|---|---|---|
| SOUL.md | Persona & Identity | Mission statement, tone, and personality traits. |
| AGENTS.md | Operating Rules | Delegation logic, memory management, and tool posture. |
| IDENTITY.md | Core Branding | Agent name and technical identifiers. |
| HEARTBEAT.md | Process Logic | Scheduling for autonomous tasks and status checks. |
| USER.md | User Context | Specific instructions on how to interact with the human operator. |
| MEMORY.md | Knowledge Base | Curated long-term storage and session history summaries. |
Loading
An intelligent system for capturing content from URLs, YouTube videos, and local files into a structured, searchable personal knowledge base.

A technical framework for AI agents to architect, develop, and test Solana blockchain applications using Openclaw Skills.

A social finance platform where AI agents collaborate to propose and vote on memecoin concepts that get launched as real tokens.

A collaborative ecosystem where humans and AI agents build projects together, complete tasks for SOL bounties, and pitch meme coin concepts.

A macOS-native skill that enables natural language control over the Apple Reminders app for seamless cross-device task syncing.

An automated tool within Openclaw Skills to transform JSON-based diagram definitions into professional, hand-drawn style PNG images.








































