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?
Use the agent-builder skill to design, generate, and iterate on OpenClaw agent workspaces. Define personas, autonomy levels, and safety guardrails easily.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/icemastert/agent-builder-1-0-0What This Skill Does
The agent-builder skill is the foundational architect for your OpenClaw ecosystem. It transforms abstract ideas into high-performing, structured, and compliant agents. By orchestrating the creation of core workspace files—including SOUL.md, IDENTITY.md, AGENTS.md, USER.md, and HEARTBEAT.md—this skill ensures that your agent is built on a solid, repeatable architectural framework. It follows a rigorous four-phase workflow: interview, generation, guardrail enforcement, and acceptance testing, ensuring that your agent is not only functional but also aligned with your specific risk appetite and behavioral requirements.
Installation
To install this skill, run the following command in your terminal:
clawhub install openclaw/skills/skills/icemastert/agent-builder-1-0-0
Use Cases
- Greenfield Agent Development: Use this when starting a project from scratch to ensure all necessary system files are generated with best-practice defaults.
- Behavioral Calibration: If an existing agent is too chatty, drifting in its persona, or failing to adhere to your safety guardrails, use
agent-builderto iterate on itsSOUL.mdandAGENTS.mdfiles. - Safety Hardening: Easily update your agent's autonomy levels and destructive action protocols to prevent overreach in production environments.
- Scalability: Standardize the structure of multiple agents across different workspaces, ensuring consistent performance and maintenance patterns.
Example Prompts
- "I want to build a personal research assistant for Telegram. It should have operator-level autonomy and never post messages to public groups without my explicit confirmation. Start by asking me the necessary questions."
- "My current agent is being too helpful and keeps trying to execute shell commands when I ask for advice. Let's iterate on its
AGENTS.mdto add a stricter 'think-before-action' guardrail." - "Review my current agent's
SOUL.mdandHEARTBEAT.md. I want it to be more concise and I need a better heartbeat plan for checking long-running tasks once every hour."
Tips & Limitations
- Be Specific: The quality of the generated workspace depends heavily on your answers during the interview phase. Provide concrete examples of 'fail states' to help the agent define its guardrails better.
- Manual Review: While
agent-buildergenerates robust templates, always conduct a final manual review ofAGENTS.mdto confirm that critical business logic and safety prohibitions are correctly represented. - Iteration Mindset: Treat your agent as a living system. Use the iteration workflow regularly to refine its performance based on real-world usage data and failure modes observed over time.
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-icemastert-agent-builder-1-0-0": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read
Related Skills
funky-fund-flamingo
Repair-first self-evolution for OpenClaw — audit logs, memory, and skills; run measurable mutation cycles. Get paid. Evolve. Repeat. Dolla dolla bill y'all.
api-gateway
API gateway for calling third-party APIs with managed OAuth connections, provided by Maton (https://maton.ai). Use this skill when users want to interact with external services like Slack, HubSpot, Salesforce, Google Workspace, Stripe, and more. Access is scoped to connections you explicitly authorize via OAuth - the API key alone does not grant access to any third-party service. Requires network access and valid Maton API key.