Recipes

Practical setups that extend your OpenClaw deployment beyond the basics. Each recipe assumes you’ve completed the relevant phase guides and layers on additional configuration, AGENTS.md instructions, and cron jobs.

Recipes

RecipeWhat it doesPrereqs
Knowledge VaultPersistent knowledge base with semantic search and cron-driven autonomous researchPhases 1–5, search agent
Morning BriefingScheduled daily briefing — weather, calendar, inbox, tasks, and news — delivered to your channelPhases 1–5, search agent

Use Case Ideas

Not every use case warrants a full recipe page. The following are patterns with strong community adoption — enough to get started with the right AGENTS.md instructions and cron jobs on top of the phase guides.

Personal Productivity

Use CaseWhat it doesKey tools
Personal CRMAuto-track contacts from Gmail + Calendar, filter newsletters/bots, score by interaction strength, queryable via chatgog skill, memory_search, SQLite via exec, cron
Meeting → task extractionParse transcripts (Fathom, Otter.ai) → extract action items → approval gate → create in Todoist/Linearweb_fetch, memory, approval in AGENTS.md
Smart inbox triageFlag urgent email, summarize newsletters into a digest, auto-reply to known sendersgog skill, cron, AGENTS.md triage rules
Second brainText anything via chat → stored in memory; agent builds a searchable Next.js dashboard on requestMemory tools, exec, Telegram/iMessage
Family calendar assistantAggregate family calendars → morning briefing; monitor messages for appointment confirmations; pantry inventory from photosgog skill, image tool, cron, iMessage

Development & DevOps

Use CaseWhat it doesKey tools
GitHub PR reviewNew PR → fetch diff → analyze → notify developer via channel (read-only: gh pr view, gh run view)exec (gh CLI), message, cron or webhook
Self-healing home serverHourly health checks (Gatus, ArgoCD); auto-restart failing services; page only when auto-remediation failsexec (kubectl/ssh), cron, message
CI/CD monitorWatch build status, detect regressions, post summaries to Slack/Discordexec, web_fetch, cron, message
Overnight mini-app builderBrain-dump goals → agent generates + executes daily tasks, including building a small app overnightexec, browser, sessions_spawn, cron

Multi-Agent Orchestration

Use CaseWhat it doesKey config
Hub-and-spoke teamOrchestrator agent delegates to specialized workers (Coder, Researcher, Automation). Workers run in Docker with minimal toolsMultiple agents in agents.list, subagents.allowAgents, Docker sandbox
Autonomous project managementSubagents coordinate via a shared STATE.yaml file. Main agent stays thin (strategy only). Workers self-assign, update state, and report backsessions_spawn, group:fs, AGENTS.md delegation rules
Multi-agent content factoryResearch, writing, and thumbnail agents in separate Discord/Slack channels, each specialized and channel-boundBindings, multiple agents, subagents.allowAgents

Business & Analytics

Use CaseWhat it doesKey tools
Nightly business briefingMulti-persona AI council (GrowthStrategist, RevenueGuardian, SkepticalOperator) reviews business signals and produces ranked recommendationssessions_spawn, cron, AGENTS.md persona definitions
Competitor monitoringDaily web search on competitor names + products; append findings to a knowledge file; alert on significant changesweb_search via search agent, cron, memory
Multi-channel customer service24/7 auto-responses across WhatsApp, Instagram, Email, Google Reviews with escalation rulesChannel bindings, AGENTS.md response rules, message
YouTube analyticsTrack channel metrics, monitor competitor videos, generate weekly performance chartsweb_fetch, exec, cron, memory
Dynamic dashboardCron every 15 min spawns parallel sub-agents for GitHub/social/server metrics; aggregates to a databasesessions_spawn, exec, PostgreSQL/SQLite

Research & Intelligence

Use CaseWhat it doesKey tools
Multi-source tech news digest109+ sources (46 RSS + 44 Twitter/X KOLs + 19 GitHub repos + web search), quality-scored and deduplicatedtech-news-digest ClawHub skill
Market research → MVP factoryMine Reddit + X for pain points in any niche (Last 30 Days skill) → rank opportunities → build MVPlast-30-days skill, exec, browser
AI earnings trackerTrack tech/AI earnings reports with automated previews, alerts, and summariesweb_search via search agent, cron, memory

Infrastructure & Integrations

Use CaseWhat it doesKey config
n8n credential isolationAgent calls n8n webhooks for all external API interactions — API keys live in n8n only, never in agent environment. Visual, lockable pipelinesweb_fetch (webhook calls), Docker Compose (openclaw-n8n-stack ), AGENTS.md workflow conventions
Phone-based assistantAccess your agent via phone call or SMS — calendar, Jira, web search hands-freeClawdTalk plugin (Telnyx)
AI voice calls (batch)Call a list of people using an AI persona — guest confirmations, appointment remindersSuperCall plugin (Twilio + GPT-4o Realtime)

Home Automation

Use CaseWhat it doesKey tools
Home Assistant controlNatural language device control, automations, and status queries via any channelHome Assistant add-on, web_fetch (HA REST API), message
Smart energy monitoringIoTawatt calibration alerts, anomaly detection, usage reportsweb_fetch, cron, memory
EV charge schedulingTesla/EV charge scheduling and status queries via chatweb_fetch (Tesla API or TeslaMate), message

Contribute a recipe. If you’ve built something that works reliably, the community collection at awesome-openclaw-usecases accepts pull requests. Each entry needs a working setup you’ve tested for at least a day.
Last updated on