OpenClaw Workflow Library
Every OpenClaw template in one place. SOUL.md for personality and behavior. HEARTBEAT.md for scheduled tasks. Copy a file, install the skills, and your agent is running.
71
total templates
12
SOUL.md
59
HEARTBEAT.md
How OpenClaw templates work
OpenClaw uses two file types to configure agent behavior:
SOUL.md
Defines who the agent is and how it behaves. Loaded once at startup. Use SOUL.md for always-on behavior like email triage rules, code review style, or response formatting.
HEARTBEAT.md
Defines scheduled tasks. The agent reads HEARTBEAT.md on every heartbeat poll and executes the listed tasks. Use it for cron-like behavior: morning reports, hourly checks, daily digests.
Productivity
Email Triage Bot
Scan your inbox every morning. Flag what matters, summarize the rest.
Daily Standup Reporter
Generate standup reports from git, calendar, and tasks. Post to your team channel.
Calendar Prep
Brief you on upcoming meetings with context from email and docs.
Meeting Notes Organizer
After each meeting, prompt for notes. Format and file them in Drive.
Inbox Zero Coach
Nudge you to process emails. Track your inbox count over time.
Expense Logger
Watch for receipt emails. Extract amounts and categorize spending.
Morning Briefing
Start every day with a 60-second brief: weather, calendar, tasks, and news.
Weekly Review
Friday EOD summary: what shipped, what slipped, what's next week.
Standup Reminder
Reminds your team to post standups. Tracks who posted and who didn't.
Focus Time Guardian
Protects your deep work blocks. Holds notifications and batches interruptions.
Email Follow-up Tracker
Tracks emails that need a reply. Reminds you if you haven't followed up.
Meeting Action Tracker
Tracks action items from meetings. Sends reminders until items are marked done.
Knowledge Base Updater
Keeps your internal wiki or knowledge base current. Flags stale articles.
Development
GitHub PR Reviewer
Auto-review new PRs during business hours. Post summaries, flag issues.
CI Monitor
Watch GitHub Actions. Alert on failures with the relevant logs.
Deploy Tracker
Track deployments across repos. Daily changelog of what shipped.
Dependency Checker
Weekly scan for outdated or vulnerable dependencies across repos.
Issue Triage
Label and prioritize new GitHub issues. Route to the right people.
Changelog Generator
Auto-generate a changelog from merged PRs and commits for each release.
Release Notes Writer
Turn a list of merged PRs into user-facing release notes. Non-technical tone.
On-Call Rotation Manager
Manages on-call schedules. Sends reminders before shifts and handles swap requests.
Code Review Bot
Automated code review assistant. Checks for common issues and suggests improvements.
Sprint Retro Generator
Generates sprint retrospective summaries from git history, issues, and team input.
Docs Freshness Checker
Checks if documentation is outdated by comparing doc dates with code changes.
Git Branch Cleaner
Finds and reports stale git branches. Helps keep your repo tidy.
GitHub Actions Cost Tracker
Tracks GitHub Actions minutes and costs across your repos. Spots runaway workflows.
Marketing
Social Media Monitor
Track mentions of your brand across platforms. Daily digest of what people are saying.
Content Scheduler
Draft social posts from your content calendar. Queue them for review.
SEO Tracker
Monitor keyword rankings and page performance weekly.
Competitor Watch
Track competitor launches, blog posts, and pricing changes.
Newsletter Curator
Collect interesting links throughout the week. Draft a newsletter on Friday.
Competitor Price Tracker
Monitor competitor pricing pages daily. Alert on any price changes.
Review Monitor
Track app store, G2, and Google reviews. Respond fast to negative ones.
Social Post Scheduler
Queue posts, draft from topics, and send reminders at scheduled times.
Content Calendar Manager
Manages your content pipeline. Tracks drafts, deadlines, and publishing schedules.
Blog SEO Auditor
Audits blog posts for SEO best practices. Flags missing meta tags, thin content, and more.
Social Reply Assistant
Drafts replies to social media mentions and comments. You approve before posting.
Influencer Tracker
Tracks influencer mentions of your brand. Monitors reach and sentiment.
Ad Spend Monitor
Monitors ad spend across platforms. Alerts on budget overruns and poor performers.
Business
Client Onboarding
Track new client setup tasks. Send reminders until everything is done.
Invoice Tracker
Track sent invoices. Alert on overdue payments.
Lead Qualifier
Score inbound leads from form submissions. Route hot leads immediately.
Contract Renewal Tracker
Track contract end dates. Start renewal conversations early.
Customer Support Router
Classify inbound support emails. Route to the right person. Track response times.
Inventory Monitor
Track stock levels in a Google Sheet. Alert on low inventory before it runs out.
Customer Success Monitor
Watches support tickets and NPS scores. Flags accounts that need attention.
Finance Ops Reconciler
Reconciles transactions between payment processor and your ledger. Flags mismatches.
Team Mood Pulse
Weekly anonymous team sentiment check. Tracks morale trends over time.
Sales Pipeline Reporter
Reports on your sales pipeline daily. Tracks deals, stages, and forecast.
Churn Risk Detector
Detects churn signals from usage patterns and support tickets. Alerts CSMs early.
Personal
Health Tracker
Daily check-in on sleep, exercise, and mood. Weekly trends.
Habit Monitor
Track daily habits. Gentle reminders, streak tracking.
Reading List Manager
Track books and articles. Weekly reading suggestions based on your interests.
Daily Journal Prompt
Evening journal prompts. Save entries, surface patterns over time.
Finance Tracker
Monthly spending summary. Tracks categories, flags unusual charges.
Weather + Commute Brief
Morning weather check with commute timing advice based on conditions.
Sleep Tracker
Logs your sleep data and analyzes patterns. Weekly insights on sleep quality.
Meal Planner
Plans weekly meals based on your preferences. Generates grocery lists.
Workout Logger
Logs your workouts and tracks progress. Weekly performance summaries.
Learning Path Tracker
Tracks courses, tutorials, and learning goals. Keeps you accountable.
Monitoring
Uptime Monitor
Check your sites every 5 minutes. Alert on downtime.
API Cost Tracker
Monitor API usage and costs. Alert on spending spikes.
Security Scanner
Weekly security checks. SSL certs, exposed ports, dependency vulnerabilities.
Error Log Watcher
Watch application logs for errors and anomalies. Smart alerting.
SSL Cert Monitor
Check SSL certificate expiry for all your domains. Alert at 30, 14, and 7 days.
API Health Checker
Monitor critical API endpoints for latency and error rates. Smart alerting.
DNS Monitor
Monitors DNS records for your domains. Alerts on unexpected changes.
Performance Budget Checker
Checks web performance budgets. Alerts when pages exceed size or load time limits.
Container Health Monitor
Monitors Docker container status and resource usage. Alerts on unhealthy containers.
Log Anomaly Detector
Detects anomalies in application logs by tracking error rate patterns.
Database Backup Verifier
Verifies that database backups completed successfully. Alerts on failures or gaps.
Want templates from other frameworks?
Runbooks also has templates for n8n, LangChain, Make.com, and AutoGPT. Browse them all in the marketplace.
Browse all 97 templates →Quick start
- 1. Pick a template below
- 2. Copy the SOUL.md or HEARTBEAT.md
- 3. Install the listed skills
- 4. Test with a manual message
- 5. Let the schedule run it