Workflow Recipes
Multi-skill combinations for specific outcomes. Copy the config and customize for your needs.
Sentry → Auto-Debug → Open PR
DevOpsAutomatically analyze Sentry errors, generate fixes, and create pull requests
Required Skills:
Expected Behavior
When Sentry reports an error that occurs 5+ times, OpenClaw automatically analyzes it, generates a fix, creates a PR, and notifies the team in Slack. The PR includes the error context, root cause analysis, and tests.
GitHub Trending → Slack Digest
ResearchMonitor GitHub trending repos and send daily summaries to Slack
Required Skills:
Expected Behavior
Every morning at 9am, OpenClaw scrapes GitHub trending, analyzes interesting repos matching your criteria (TypeScript, Python, Rust with 100+ stars), and posts a digest to #tech-news Slack channel with summaries and links.
Gmail & Calendar → Morning Rollup
CommunicationGet a daily morning overview of overnight emails and upcoming calendar events
Required Skills:
Expected Behavior
Every morning at 7am, OpenClaw pulls overnight emails and today's calendar events across all configured accounts and delivers a concise rollup. Emails are grouped by sender with subject lines, and calendar events are listed chronologically.
Gmail Triage → Auto-Respond
CommunicationAutomatically categorize emails and send intelligent auto-responses
Required Skills:
Expected Behavior
OpenClaw monitors your Gmail, categorizes incoming emails by type, and takes appropriate actions: notifies urgent emails to Slack, sends auto-responses to support requests, archives newsletters, and deletes spam.
Competitor Pricing → Weekly Report
ResearchTrack competitor pricing changes and generate analysis reports
Required Skills:
Expected Behavior
Every Monday at 10am, OpenClaw scrapes competitor pricing pages, detects any changes from last week, and posts a comparison report to Slack highlighting price adjustments, new tiers, and strategic implications.
PR Review Automation
DevOpsAutomatically review pull requests with security scanning and style checks
Required Skills:
Expected Behavior
When a PR is opened, OpenClaw automatically runs security scans, checks code quality, reviews the changes, and either approves (if all criteria met) or requests changes with detailed feedback. Team is notified in Slack.
Daily Standup Summarizer
DevOpsCollect GitHub activity and generate standup summaries for the team
Required Skills:
Expected Behavior
Every weekday morning at 9am, OpenClaw collects yesterday's GitHub activity (commits, PRs, reviews) for each team member, generates a summary, and posts it to Slack as a standup digest.
Blog Post → Multi-Platform Promotion
ContentAutomatically promote new blog posts across social media platforms
Required Skills:
Expected Behavior
When a new blog post is published, OpenClaw automatically generates tailored social media posts for Twitter, LinkedIn, and Facebook, creates a promotional image, and schedules them at optimal times.
Incident Response Automation
DevOpsDetect production issues and coordinate incident response
Required Skills:
Expected Behavior
When a production alert fires, OpenClaw assesses severity, creates a dedicated Slack incident channel, pages the on-call engineer, gathers system diagnostics, and provides remediation suggestions based on similar past incidents.
Content Repurposing Pipeline
ContentRepurpose long-form content into multiple formats and channels
Required Skills:
Expected Behavior
When you publish content in one format, OpenClaw automatically repurposes it into other formats: blog posts become Twitter threads, videos become blog summaries, podcasts become transcripts and posts.
Smart Home Energy Optimizer
Smart HomeOptimize home energy usage based on occupancy and electricity rates
Required Skills:
Expected Behavior
OpenClaw monitors electricity rates and home occupancy, automatically adjusting thermostat settings and scheduling high-power appliances during off-peak hours to minimize energy costs while maintaining comfort when home.
Meeting Notes → Action Items
ProductivityTranscribe meetings, extract action items, and create follow-up tasks
Required Skills:
Expected Behavior
After each meeting, OpenClaw transcribes the recording, extracts action items and decisions, generates a summary, posts it to Slack, and creates GitHub issues for each action item assigned to the mentioned person.
Automated Dependency Updates
DevOpsMonitor dependencies, test updates, and create PRs for safe upgrades
Required Skills:
Expected Behavior
Every Monday, OpenClaw checks for outdated dependencies, runs tests with updates, and creates grouped PRs for safe upgrades (patch and minor versions only). Major version updates are flagged for manual review.
Hacker News → Personalized Digest
ResearchMonitor Hacker News trending and send personalized article recommendations
Required Skills:
Expected Behavior
Every morning at 8am, OpenClaw scrapes Hacker News trending stories, scores them against your interests, and delivers a personalized digest of 5-10 articles to your Slack channel with summaries and links.
GitHub Issues → Auto-Code → PR
DevOpsAutomatically pick up assigned GitHub issues, write the code, and open pull requests
Required Skills:
Expected Behavior
Every 15 minutes, OpenClaw checks for GitHub issues assigned to its account. When it finds one, it analyzes the issue, writes the code using OpenCode, runs tests, opens a PR, and requests review. It iterates on review feedback until the PR is approved or it hits the max iteration limit.