Drop-in workspace configurations that turn OpenClaw into a specialized employee.
OpenClaw is an open-source AI agent that runs on your own machine. It connects to Telegram, WhatsApp, Slack, Discord and actually does things β browses the web, writes code, manages files, runs on a schedule, and remembers everything between sessions. Think of it as an autonomous AI employee, not a chatbot.
OpenClaw is powerful but takes hours to configure properly. Claw Kits are pre-built workspace setups for specific use cases. Each kit includes:
- SOUL.md β Personality, behavior rules, and domain expertise
- AGENTS.md β Workflow, memory system, correction loop
- HEARTBEAT.md β Automated daily routines and proactive checks
- TOOLS.md β Domain-specific workflows, templates, and file structures
- IDENTITY.md β Agent name, role, and character
- USER.md β Template for your personal info
- MEMORY.md β Long-term memory starter (curated by the agent over time)
Turn your agent into a full content operation. Monitors trends, drafts posts in your voice, manages a content calendar, and repurposes across platforms. Best for: Creators, influencers, thought leaders, ghostwriting clients
Your agent becomes a personal trainer + nutritionist + accountability partner. Food photo macro tracking, workout programming, streak tracking, and three coaching modes (supportive, drill sergeant, data nerd). Best for: Fitness enthusiasts, personal trainers managing clients, anyone building health habits
Your agent becomes an engineering department. Reads codebases, builds features, runs tests, manages deployments. Spawns sub-agents for parallel development. Best for: Solo founders, indie hackers, agencies, non-technical builders
Fully autonomous SEO operation. Keyword research, content generation, internal linking, outreach emails, performance tracking. Runs 24/7. Best for: Content sites, affiliate marketers, agencies scaling without hiring
Premium kits β same quality, deeper domains. Available at apiforchads.com. More niches coming. Drop requests in Issues.
# First, copy the base files (shared across all kits)
cp claw-kits/base/* ~/.openclaw/workspace/
# Then copy your chosen kit (overwrites SOUL.md with the specialized version)
cp -r claw-kits/content-creator/* ~/.openclaw/workspace/
# Or: fitness-coach, dev-ops, agency-seo
# Create required directories
mkdir -p ~/.openclaw/workspace/memory
# Kit-specific directories (create the one matching your kit):
# Content Creator:
mkdir -p ~/.openclaw/workspace/content/{drafts,templates}
# Fitness Coach:
mkdir -p ~/.openclaw/workspace/fitness/log
# Dev Team:
mkdir -p ~/.openclaw/workspace/projects
# SEO Agency:
mkdir -p ~/.openclaw/workspace/seo/{content,reports}Edit the <!-- FILL IN --> sections in each file:
USER.mdβ Your name, timezone, preferencesIDENTITY.mdβ Name your agentHEARTBEAT.mdβ Configure your specific niche/goalsSOUL.mdβ Adjust the vibe to match your styleTOOLS.mdβ Add your API keys and workarounds as you go
Each kit also includes a starter template for its working files (content calendar, fitness plan, SEO keywords, etc.) β copy these into the appropriate directory to give your agent a head start.
openclaw gateway startYour agent reads the workspace files on first message and becomes the specialist you configured.
Tip: Enable heartbeats for the best experience. Heartbeats let your agent run background checks on a schedule (trend scanning, fitness reminders, git status, etc.). Set
heartbeat.enabled: trueandheartbeat.intervalMsin your OpenClaw config. See OpenClaw docs for details.
Every kit follows the same structure. To create a custom kit:
- Start with
base/templates - Write a domain-specific
SOUL.md(personality + expertise + rules) - Design a
HEARTBEAT.md(what should it check automatically?) - Create a
TOOLS.md(workflows, file structures, templates) - Test it for a week and iterate based on corrections
The best kits come from deep domain knowledge. If you understand a niche's daily workflow, you can build a kit that replaces 10+ hours of manual work per week.
"The people who will win aren't the best engineers. They're the ones who understand the buyer's daily workflow better than the buyer does."
Claw Kits bridge the gap between OpenClaw's power and the average user's patience. The technology is free. The configuration is the product.
Built by @chadbot0x | apiforchads.com