agent-builder
Build high-performing OpenClaw agents end-to-end. Use when you want to design a new agent (persona + operating rules) and generate the required OpenClaw workspace files (SOUL.md, IDENTITY.md, AGENTS.md, USER.md, HEARTBEAT.md, optional MEMORY.md + memory/YYYY-MM-DD.md). Also use to iterate on an existing agent’s behavior, guardrails, autonomy model, heartbeat plan, and skill roster.
Why use this skill?
Build high-performing OpenClaw agents effortlessly. Design personas, define operating rules, and generate workspace files with this advanced agent-builder tool.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/plgonzalezrx8/agent-builderWhat This Skill Does
The Agent Builder is the cornerstone tool for designing and deploying high-performance OpenClaw agents. It facilitates an end-to-end workflow, from the initial conceptualization of an agent's persona and operating rules to the automated generation of the required OpenClaw workspace directory. By adhering to the standardized OpenClaw architecture—including essential files like SOUL.md, IDENTITY.md, AGENTS.md, USER.md, and HEARTBEAT.md—this skill ensures that your agent is built on a solid, maintainable foundation. It doesn't just create files; it functions as a design partner that guides you through an iterative, interview-based process to define autonomy levels, tool usage strategies, and critical safety guardrails. Whether you are building from scratch or refining an existing agent, the skill provides surgical assistance to enhance behavior, improve reliability, and optimize the agent's interaction model.
Installation
To integrate this skill into your environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/plgonzalezrx8/agent-builder
Use Cases
- Rapid Prototyping: Quickly spin up new agent instances with pre-configured, best-practice workspace files.
- Agent Optimization: Refine existing agents by analyzing past failures, adjusting their autonomy levels, and updating their core directives.
- Guardrail Enforcement: Programmatically inject safety protocols into your agents, such as 'ask-before-destructive' or 'stop-on-error' commands.
- Team-based Agent Design: Standardize your organization’s agent library by using consistent, professional templates for all internal bot personas.
Example Prompts
- "I want to build a new agent to manage my personal calendar and email. Can you start the interview process so we can define its autonomy and tone?"
- "My existing research agent is too chatty and keeps hallucinating tool results. Let's iterate on its SOUL.md and AGENTS.md to make it more concise and strict with its findings."
- "Generate a new workspace for an 'Executive Assistant' agent. It should be an Operator-level agent with strict prohibitions against sending messages without my explicit approval."
Tips & Limitations
To maximize the utility of the Agent Builder, always ensure your workspace references are up to date. The skill relies on 'references/openclaw-workspace.md' and 'references/templates.md'; if these are modified, the generated output will adapt accordingly. Treat the interview phase as a critical design period; providing detailed answers during this phase drastically reduces the need for later manual edits to the SOUL.md or AGENTS.md files. Note that this skill is designed for advanced users who understand the implications of different autonomy levels; always test generated agents with the provided acceptance scenarios before deploying them to live production environments or external communication channels.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-plgonzalezrx8-agent-builder": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
openrouter-analytics
Review OpenRouter usage, analytics, and troubleshooting data via API. Use when the user asks for spend/usage monitoring, activity trends, per-key management reporting, or deep investigation of specific request IDs (latency, provider fallback, finish reason, token/cost breakdown).
apple-remind-me
Natural language reminders that create actual Apple Reminders.app entries (macOS-native)
workflow-orchestrator
Structural parity skeleton for queue-driven orchestration in a workflow context.
web-markdown-navigator
Fetch webpages and return clean markdown instead of raw HTML. Use for URL reading, extraction, and summarization tasks where the user wants markdown output; use browser fallback for JS-heavy/SPA pages when extraction is thin.
openclaw-healthcheck-cron
Create and run a reusable OpenClaw deep healthcheck automation using a cron job plus a script. Use when setting up scheduled OpenClaw health audits, standardizing security/status checks, sanitizing environment-specific values for sharing, and packaging the setup for reuse.