Agent Template — Based on Lisa OS
This is a starter kit for setting up your own OpenClaw agent. It's based on Lisa's workspace — the same files and patterns that power a real, daily-use AI agent.
What's Included
| File | Purpose |
|---|---|
AGENTS.md | Operating manual — what your agent does every session |
SOUL.md | Identity and personality — who your agent is |
USER.md | About you — so your agent knows who it's helping |
BOUNDARIES.md | Privacy and safety rules |
HEARTBEAT.md | Periodic check-in tasks |
IDENTITY.md | Quick reference card for your agent's name/vibe |
BOOTSTRAP.md | First-run conversation guide (delete after setup) |
SELF_IMPROVEMENT.md | Learning loop — how your agent gets better over time |
TOOLS.md | Local notes about your specific setup |
MEMORY.md | Long-term memory (starts empty) |
How to Use
- Copy these files into your OpenClaw workspace (
~/.openclaw/workspace/) - Start with
BOOTSTRAP.md— your agent will read it on first boot and walk through naming/identity with you - Edit
USER.mdwith your info - Customize
SOUL.mdto match the personality you want - Update
BOUNDARIES.mdwith your privacy rules - Delete
BOOTSTRAP.mdafter your first conversation
Customization Guide
Start here (most important):
SOUL.md— This is the biggest lever. It defines personality, tone, values, and behavior.USER.md— Your agent can't help you well without knowing who you are.
Then configure:
BOUNDARIES.md— Who else will interact with your agent? What's private?HEARTBEAT.md— What should your agent check periodically?TOOLS.md— Document your specific setup (camera names, SSH hosts, API keys, etc.)
Don't edit (until you understand them):
AGENTS.md— The operating procedures are battle-tested. Customize after a week of use.SELF_IMPROVEMENT.md— The learning loop works as-is. Your agent will fill this in over time.
Philosophy
These files encode a few core beliefs:
- Write it down. Your agent has no persistent memory except files. If it matters, it goes in a file.
- Own your mistakes. Agents should self-correct visibly, not quietly move on.
- Earn trust through competence. Start cautious, expand access as trust builds.
- Be helpful, not performative. Skip the filler. Just help.
Based on Lisa OS (born Feb 5, 2026). Shared with love.
No comments yet.