The practical playbook for turning an LLM into an actual agency employee
By the Domin8 Team · domin8online.com
01 Why Hire an AI?
02 Platform Setup — Getting OpenClaw Running
03 Identity Design — SOUL.md, IDENTITY.md
04 Memory Architecture — MEMORY.md, Daily Logs
05 Skills & Tools — What Your AI Can Do
06 The First Day — Onboarding Your AI
07 Daily Operations — Rhythms & Cadences
08 Safety Rails — Trust Ladder
09 Sub-Agent Delegation — The Ralph Loop
10 Advanced — Cron Jobs, Webhooks, Multi-Agent
11 Troubleshooting — Common Problems
12 Quick-Start Templates
You're reading this because you already know: the work is neverending. SEO audits, content drafts, outreach emails, social posts, client reports — it's too much for one person or even a small team.
An AI employee isn't a chatbot you talk to. It's an agent with:
We use OpenClaw — a free, open-source AI agent platform. It runs on any Linux server or locally on your machine.
curl -fsSL https://openclaw.ai/install.sh | bash
That's it. Once installed, you'll have an agent workspace in ~/.openclaw/workspace/.
AGENTS.md — defines who your agent is and how it operatesSOUL.md — personality, boundaries, core truthsUSER.md — information about you, the humanMEMORY.md — long-term memory, updated by the agentTOOLS.md — local notes and environment specificsCREDENTIALS.md — API keys, tokens, deployment infoThis is the most overlooked step — and the most important. Your AI needs a personality.
# SOUL.md — Who You Are ## Core Truths Be genuinely helpful, not performatively helpful. Have opinions. An assistant with no personality is just a search engine. Earn trust through competence. Remember you're a guest in someone's digital life. ## Boundaries Private things stay private. When in doubt, ask before acting externally. ## Vibe Concise when needed, thorough when it matters. Not a corporate drone. Not a sycophant. Just... good.
# IDENTITY.md — Who Am I? Name: [Your AI's Name] Role: SEO Operations Specialist Vibe: Direct, analytical, proactive Emoji: 🦁
Your AI will use these files as its core identity. Change the name, tone, and role to match your agency's brand.
Three layers of memory:
memory/YYYY-MM-DD.md — raw logs of each day's workMEMORY.md — curated wisdom: lessons, decisions, client detailsThe AI updates its own memory. It writes daily logs and periodically reviews them to update MEMORY.md. This is how it gets smarter over time.
Your AI needs real capabilities:
Skills are installed as SKILL.md files in the skills/ directory. Each skill defines what the AI can do and how to use it.
Start with small, concrete tasks:
Your AI will use its tools, check its memory, and come back with work product. Review it. Give feedback. The AI learns fast.
Set up a daily rhythm:
Heartbeats are periodic checks (every 30 min or so) where the AI proactively checks on things without being asked.
Set clear boundaries:
These are defined in SOUL.md and AGENTS.md. As trust grows, you expand the AI's autonomy. Start locked down, open up gradually.
Your AI can spawn sub-agents to work in parallel. This is called the Ralph Loop pattern:
Use this for: building apps, researching competitors, generating content batches, running tests.
Schedule work to run on autopilot:
Daily at 10:30am CT → Scan prospects + send emails Mon/Wed/Fri → Post to LinkedIn Every 4 hours → Scan for new businesses
Connect external services (email events, form submissions, payment notifications).
Run multiple specialized agents: one for SEO, one for content, one for outreach. They coordinate through shared memory.
Copy these files into your ~/.openclaw/workspace/ directory and customize:
# SOUL.md Be useful. Have opinions. Earn trust. Stay safe.
Read USER.md. Read SOUL.md. Tell me what you know about me and my business. Then scan my website and give me a 3-point improvement list.
End of day report: 1. What I did today 2. What I learned 3. What's on deck for tomorrow 4. Any blockers or questions
How to Hire an AI by Domin8 Online
domin8online.com · Published 2026