Pick a template, see what it does, get a Dockerfile + docker-compose + bot + README you can run anywhere. Use it as a repeatable review, validation or hardening pass.
Awesome OpenClaw Agents
Snapshot 2026-08-04 16:17:00 UTC · version 1
Research document
Awesome OpenClaw Agents
Pick a template, see what it does, get a Dockerfile + docker-compose + bot + README you can run anywhere. Use it as a repeatable review, validation or hardening pass.
Editorial note: curated source snapshot published by Collider.club under the MIT License. Source attribution is preserved in the front matter.
Source snapshot
🦞 Awesome OpenClaw Agents
A curated collection of 205 production-ready AI agent templates for the OpenClaw ecosystem. Every template is a copy-paste ready
SOUL.mdfile.
Skip the setup. Get a full deploy package.
Browse all 205 templates → · See pricing →
Pick a template, see what it does, get a Dockerfile + docker-compose + bot + README you can run anywhere.
⭐ Try the most-deployed templates live
Brand Monitor · Competitor Watch · SEO Analyst · Content Writer · Customer Support
📬 Get weekly agent templates & tips — new templates, deployment guides, and community highlights every Tuesday.
Contents
- Agent Templates (205 agents across 24 categories)
- Productivity · Development · Marketing · Business · Personal
- DevOps · Finance · Education · Healthcare · Legal · HR · Creative · Security
- E-Commerce · Data · SaaS · Real Estate · Freelance · Moltbook
- Supply Chain · Compliance · Voice · Customer Success · Automation
- Use Cases (132 real-world examples)
- Skills (on-device skills for Gemma & Claude Code)
- Quickstart
- Why OpenClaw? (vs Frameworks, Lightweight, Enterprise)
- Quick Deploy with CrewClaw
- MCP Servers
- Integrations
- Tools
- Security
- Tutorials & Guides
- Cost Optimization & Multi-Provider
- Model Configs
NEW— drop-in GLM-5.1, Minimax M2.7, GPT-5.4, advisor hybrid - Memory Wiki
NEW— Karpathy-style pre-compiled agent memory - Troubleshooting
NEW— known issues, regressions, recovery - Submit Your Agent
- Community
Agent Templates
Ready-to-use SOUL.md templates for your AI agents. Copy the SOUL.md, register with openclaw agents add, and start the gateway.
# Quick start with any template
git clone https://github.com/mergisi/awesome-openclaw-agents.git
cd awesome-openclaw-agents/quickstart
npm install && cp ../agents/productivity/orion/SOUL.md ./SOUL.md
node bot.js
All 100 agents are also available as machine-readable JSON:
agents.json
Skip the setup? CrewClaw generates a full deploy package (Dockerfile + docker-compose + bot + README) for any role.
📋 Productivity
Getting more done with less effort.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🎯 Orion | Task coordination, project management | When you need daily priorities, deadline tracking, and team alignment | View | Deploy → |
| 📊 Pulse | Analytics dashboards (Mixpanel, Stripe, GA4) | When you want automated daily/weekly metrics reports | View | Deploy → |
| 🧍 Standup | Daily standup collection, team summaries | When your team needs async standups without meetings | View | Deploy → |
| 📧 Inbox | Email triage, response drafting, daily digest | When your inbox is overwhelming and needs prioritization | View | Deploy → |
| 📝 Minutes | Meeting summaries, action item tracking | When you need automated meeting notes and follow-ups | View | Deploy → |
| 🍅 Focus Timer | Pomodoro, deep work session management | When you need structured focus time with accountability | View | Deploy → |
| ✅ Habit Tracker | Daily habits, streaks, accountability | When you want daily check-ins and streak tracking | View | Deploy → |
💻 Development
Building the future, one commit at a time.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🔎 Lens | PR review, security scanning, code quality | When you want automated code review before merging | View | Deploy → |
| 📖 Scribe | README, API docs, code documentation | When documentation is lagging behind your codebase | View | Deploy → |
| 🐛 Trace | Error analysis, root cause investigation | When you need faster debugging and incident response | View | Deploy → |
| 🧪 Probe | API testing, health checks, performance | When you need continuous API monitoring and alerting | View | Deploy → |
| 📋 Log | Auto-changelog, release notes from git | When you want release notes generated from commits | View | Deploy → |
| 🔗 Dependency Scanner | CVE scanning, license checks, supply chain | When you need automated dependency security audits | View | Deploy → |
| 🔀 PR Merger | Auto-merge, conflict detection | When you want PRs merged automatically after checks pass | View | Deploy → |
| 🗄️ Migration Helper | Database migrations, schema diffs, rollbacks | When you're planning database changes and need safety nets | View | Deploy → |
| 🧪 Test Writer | Unit test generation, coverage analysis | When test coverage is low and you need to catch up | View | Deploy → |
| 🗂️ Schema Designer | DB schema from natural language, ERD output | When you need database schemas designed from requirements | View | Deploy → |
| 🛡️ Sentinel | TypeScript / Next.js review: any-leaks, server/client boundary, Turbopack JSX bug, ORM N+1 | When you ship TypeScript and want type-safety gaps caught before PR | View | Deploy → |
| 🔍 Whisper | Swallowed errors, missing analytics events, webhooks returning 200 on failure | When funnel numbers don't match ("Started=0 but Completed=4") | View | Deploy → |
| 🔐 Keeper | Prisma/Drizzle schema + migration safety, N+1 catcher, webhook idempotency | When you're about to run a migration or add queries to a hot path | View | Deploy → |
| 🚨 Beacon | Blog deploy checklist, on-page SEO, GSC opportunity fact-check | When you ship blog content and want it actually indexed | View | Deploy → |
| ⚒️ Forge | Next.js / Vercel / Turbopack build failure diagnosis | When the build is red and the error message isn't obvious | View | Deploy → |
| ⚖️ Verdict | PR merge-readiness: body vs diff fact-check, coverage gaps, regression traps | When you're reviewing a PR and want more than "CI green" | View | Deploy → |
Want a Software Engineer agent ready to run? See the agent + deploy package →
📣 Marketing & Content
Growing your audience on autopilot.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| ✍️ Echo | Blog posts, social copy, emails | When you need consistent content output across channels | View | Deploy → |
| 📱 Buzz | Twitter, LinkedIn, threads management | When you want scheduled social posts with engagement tracking | View | Deploy → |
| 🔍 Rank | SEO content, keyword research from GSC | When you need SEO-optimized content based on real search data | View | Deploy → |
| 📬 Digest | Newsletter curation, email writing | When you want a weekly newsletter without the manual work | View | Deploy → |
| 🔭 Scout | Competitor monitoring, pricing intel | When you need to track what competitors are doing daily | View | Deploy → |
| 🔎 Reddit Scout | Subreddit monitoring, reply opportunities | When you want to find and engage with relevant Reddit threads | View | Deploy → |
| 🎵 TikTok Repurposer | Blog-to-video script conversion | When you want to repurpose long-form content into short videos | View | Deploy → |
| 📨 Cold Outreach | Lead research, personalized cold emails | When you need scalable outreach without sounding robotic | View | Deploy → |
| 📊 A/B Test Analyzer | Experiment analysis, statistical significance | When you're running experiments and need clear results | View | Deploy → |
| 🤝 Influencer Finder | Influencer research, outreach, campaigns | When you want to find and reach out to relevant influencers | View | Deploy → |
| 👁️ Brand Monitor | Brand mention monitoring, sentiment alerts | When you need to know every time your brand is mentioned | View | Deploy → |
| 📧 Email Sequence | Multi-step drip campaigns, subject lines | When you need automated email nurture sequences | View | Deploy → |
| ♻️ Content Repurposer | Blog to tweets, posts, shorts scripts | When you want one piece of content on every platform | View | Deploy → |
| 📖 Book Writer | Full book production pipeline, 6 phases | When you want to write a book from outline to manuscript | View | Deploy → |
| 📰 News Curator | Source scanning, AI curation, publishing | When you need automated news digests from 50+ sources | View | Deploy → |
| 🎥 UGC Video | AI influencer-style video content | When you need UGC-style video scripts and production plans | View | Deploy → |
| 📱 Multi-Account Social | 10+ account management, scheduling | When you manage multiple brand accounts across platforms | View | Deploy → |
| 🎬 Multimedia Pipeline | Article + video + music from one brief | When you want a full content package (blog, video, audio) from a single topic — requires OpenClaw v2026.4.5+ | View | Deploy → |
| 🎵 TikTok Video Creator | TikTok scripts, clips, trending sounds | When you need TikTok content with hooks, hashtags, and algorithm optimization — requires OpenClaw v2026.4.5+ | View | Deploy → |
| 📸 Instagram Reels Creator | Reels scripts, clips, Explore optimization | When you need polished Reels with aesthetic direction and hashtag strategies — requires OpenClaw v2026.4.5+ | View | Deploy → |
| ▶️ YouTube Shorts Creator | Shorts scripts, clips, SEO metadata | When you need Shorts optimized for YouTube search with titles, tags, and descriptions — requires OpenClaw v2026.4.5+ | View | Deploy → |
Need a Content Writer or SEO agent? Deploy with CrewClaw →
💼 Business
Running operations without the overhead.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 📊 Radar | Data analysis, insights generation | When you need daily business metrics and trend analysis | View | Deploy → |
| 🎧 Compass | Ticket triage, response drafting, escalation | When support volume is growing faster than your team | View | Deploy → |
| 💼 Pipeline | Lead scoring, outreach, pipeline reports | When you need automated lead qualification and follow-ups | View | Deploy → |
| 💰 Ledger | Payment monitoring, invoice tracking, MRR | When you want real-time revenue and payment tracking | View | Deploy → |
| 🔮 Sentinel | Churn risk scoring, retention actions | When you want to catch at-risk customers before they leave | View | Deploy → |
| 🤝 Personal CRM | Contact tracking, follow-up reminders | When you're losing track of relationships and follow-ups | View | Deploy → |
| 💬 WhatsApp Business | Multi-channel support, lead qualification | When customers reach you on WhatsApp and need fast replies | View | Deploy → |
| 📅 Meeting Scheduler | Smart scheduling, timezone handling | When scheduling meetings across timezones is eating your time | View | Deploy → |
| 💲 Competitor Pricing | Price tracking, change alerts | When you need to monitor competitor pricing changes daily | View | Deploy → |
| 📞 SDR Outbound | Lead research, personalized outreach | When you need automated outbound sales development | View | Deploy → |
| 🎯 Deal Forecaster | Pipeline signals, close probability | When you want data-driven deal close predictions | View | Deploy → |
| 🗣️ Objection Handler | Real-time rebuttals, talk tracks | When sales reps need instant objection responses | View | Deploy → |
🧘 Personal
Your AI assistant for daily life.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 📅 Atlas | Schedule optimization, morning/evening reviews | When you want a structured daily routine with accountability | View | Deploy → |
| 📚 Scroll | Article summaries, weekly reading digest | When you have a reading backlog and need curated summaries | View | Deploy → |
| 💪 Iron | Workouts, nutrition, progress reports | When you want a personal trainer that tracks everything | View | Deploy → |
| 🏠 Home Automation | Smart home control via Telegram | When you want to control your smart home through chat | View | Deploy → |
| 👨👩👧👦 Family Coordinator | Shared calendar, meals, chore rotation | When your family needs a shared organizer and planner | View | Deploy → |
| ✈️ Travel Planner | Itineraries, flights, hotels, budgets | When you need trip planning with smart recommendations | View | Deploy → |
| 📓 Journal Prompter | Daily prompts, mood tracking, goals | When you want guided daily journaling for reflection | View | Deploy → |
🚀 DevOps
Keeping infrastructure alive, 24/7.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🚨 Incident Responder | Alert triage, incident coordination | When you need automated incident response and escalation | View | Deploy → |
| 🚀 Deploy Guardian | CI/CD monitoring, deployment status | When you want deployment notifications and rollback alerts | View | Deploy → |
| 🖥️ Infra Monitor | Server health, disk, CPU, memory | When you need proactive server monitoring with alerts | View | Deploy → |
| 📜 Log Analyzer | Log parsing, pattern detection, anomalies | When you're drowning in logs and need automated analysis | View | Deploy → |
| 💸 Cost Optimizer | Cloud spend monitoring, savings suggestions | When your cloud bill is growing and you need visibility | View | Deploy → |
| 🔧 Self-Healing Server | Auto-restart containers, disk cleanup | When you want servers that fix themselves at 3am | View | Deploy → |
| 🍓 Raspberry Pi Agent | Lightweight edge agent, low-RAM optimized | When you're deploying agents on Raspberry Pi or edge devices | View | Deploy → |
| 📋 Runbook Writer | Operational runbooks from system architecture | When you need documented procedures for incident response | View | Deploy → |
| 📊 SLA Monitor | SLA compliance tracking, degradation alerts | When you need to track uptime commitments across services | View | Deploy → |
| 📐 Capacity Planner | Infrastructure capacity forecasting | When you need to plan infrastructure scaling ahead of demand | View | Deploy → |
💰 Finance
Making sense of the numbers.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🧾 Expense Tracker | Expense categorization, budget alerts | When you need automated expense tracking and budget monitoring | View | Deploy → |
| 🧮 Invoice Manager | Invoice creation, tracking, follow-ups | When invoices are getting lost and payments are late | View | Deploy → |
| 📈 Revenue Analyst | MRR analysis, churn, revenue forecasts | When you want automated revenue reports and forecasting | View | Deploy → |
| 🏦 Tax Preparer | Receipt organization, deduction calculation | When tax season is approaching and you need to get organized | View | Deploy → |
| 📉 Trading Bot | Portfolio tracking, sentiment, price alerts | When you want automated market monitoring and price alerts | View | Deploy → |
| 🔍 Fraud Detector | Transaction anomaly detection, fraud alerts | When you need real-time fraud monitoring on transactions | View | Deploy → |
| 📊 Financial Forecaster | Revenue/expense forecasts from historical data | When you need data-driven financial projections | View | Deploy → |
| ⚖️ Portfolio Rebalancer | Allocation drift analysis, rebalancing trades | When your investment portfolio needs periodic rebalancing | View | Deploy → |
| 💳 Accounts Payable | Invoice matching, approval routing, payments | When AP workflow needs automation and faster processing | View | Deploy → |
| 📋 Copy Trader | Copy trades from top performers, risk controls | When you want automated trade replication on prediction markets | View | Deploy → |
🎓 Education
Learning smarter, not harder.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🎓 Tutor | Concept explanation, practice problems | When you need a patient tutor available 24/7 | View | Deploy → |
| ❓ Quiz Maker | Quiz generation, score tracking | When you want automated quizzes from your study material | View | Deploy → |
| 📖 Study Planner | Study schedules, reminders | When you need a structured study plan with daily reminders | View | Deploy → |
| 🔬 Research Assistant | Paper search, summaries, citations | When you're doing research and need help finding papers | View | Deploy → |
| 🌍 Language Tutor | Language learning, conversation practice | When you want daily language practice on your phone | View | Deploy → |
| 📐 Curriculum Designer | Course outlines, learning objectives | When you need structured course design and assessment rubrics | View | Deploy → |
| 📝 Essay Grader | Essay feedback, rubric-based grading | When you need consistent essay evaluation at scale | View | Deploy → |
| 🃏 Flashcard Generator | Spaced-repetition cards from notes | When you want automated flashcards for efficient studying | View | Deploy → |
🏥 Healthcare
Taking care of what matters most.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🧘 Wellness Coach | Daily check-ins, mental health, habits | When you want daily wellness reminders and mood tracking | View | Deploy → |
| 🥗 Meal Planner | Meal plans, nutrition tracking | When you need weekly meal plans based on your goals | View | Deploy → |
| 🏋️ Workout Tracker | Workout plans, progress tracking | When you want a workout plan that adapts to your progress | View | Deploy → |
| 🩺 Symptom Triage | Structured symptom assessment, urgency | When patients need initial symptom evaluation and guidance | View | Deploy → |
| 📋 Clinical Notes | SOAP format clinical documentation | When clinical encounters need structured note transcription | View | Deploy → |
| 💊 Medication Checker | Drug interactions, dosage alerts | When you need to verify medication safety and interactions | View | Deploy → |
| 📝 Patient Intake | Intake forms, insurance verification | When patient registration needs automation and speed | View | Deploy → |
⚖️ Legal
Navigating the fine print.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 📜 Contract Reviewer | Contract review, risky clause detection | When you're reviewing contracts and need a second pair of eyes | View | Deploy → |
| ✅ Compliance Checker | Compliance monitoring, deadline tracking | When you need to stay on top of regulatory requirements | View | Deploy → |
| 📋 Policy Writer | Internal policies, terms of service | When you need to draft or update company policies | View | Deploy → |
| 🔬 Patent Analyzer | Patent claims, prior art, infringement risk | When you need patent landscape analysis and risk assessment | View | Deploy → |
| 📄 Legal Brief Writer | Briefs, motions, memoranda drafting | When you need legal documents drafted from case facts | View | Deploy → |
| 🔒 NDA Generator | Customized NDAs, confidentiality agreements | When you need quick, customized NDA generation | View | Deploy → |
👥 HR
Building teams that work.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🤝 Recruiter | Resume screening, interview scheduling | When you're hiring and need faster candidate screening | View | Deploy → |
| 🎒 Onboarding | New hire setup, orientation guides | When new hires need a guided onboarding experience | View | Deploy → |
| 📊 Performance Reviewer | Feedback collection, review summaries | When it's review season and you need structured feedback | View | Deploy → |
| 📄 Resume Screener | Resume scoring, candidate ranking | When you're screening high volumes of applicants | View | Deploy → |
| 🚪 Exit Interview | Structured exit interviews, retention insights | When you need to understand why employees are leaving | View | Deploy → |
| 🎁 Benefits Advisor | Benefits Q&A, policy guidance | When employees have questions about benefits and policies | View | Deploy → |
| 💰 Compensation Benchmarker | Salary data, market rate analysis | When you need data-driven compensation recommendations | View | Deploy → |
🎨 Creative
Making it beautiful and engaging.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🎨 Brand Designer | Brand guidelines, color palettes | When you're building or refreshing your brand identity | View | Deploy → |
| 🎬 Video Scripter | Video scripts, outlines, shot lists | When you need video content but hate writing scripts | View | Deploy → |
| 🎙️ Podcast Producer | Episode planning, show notes | When you run a podcast and need help with planning | View | Deploy → |
| 🧑💻 UX Researcher | User surveys, feedback analysis | When you need user insights without hiring a researcher | View | Deploy → |
| ✏️ Copywriter | Ad copy, landing pages, email sequences | When you need conversion-focused copy fast | View | Deploy → |
| 🖼️ Thumbnail Designer | YouTube/social thumbnail concepts | When you need scroll-stopping thumbnail ideas | View | Deploy → |
| 📢 Ad Copywriter | Google, Meta, LinkedIn ad variants | When you need A/B test ad copy across platforms | View | Deploy → |
| 🎬 Storyboard Writer | Visual storyboards, shot lists | When you need pre-production planning for video content | View | Deploy → |
| 📹 Video Ad Creator | Short-form video ads via video_generate | When you need video ads from product briefs — requires OpenClaw v2026.4.5+ | View | Deploy → |
| 🎞️ Short-Form Video | TikTok, Reels, Shorts via video_generate | When you need platform-optimized vertical video content — requires OpenClaw v2026.4.5+ | View | Deploy → |
| 🎵 Music Producer | Background tracks, jingles via music_generate | When you need royalty-free music for content — requires OpenClaw v2026.4.5+ | View | Deploy → |
🔒 Security
Protecting what you've built.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🛡️ Vuln Scanner | Vulnerability scanning, fix prioritization | When you need continuous security scanning of your stack | View | Deploy → |
| 🔐 Access Auditor | Permission review, excessive access flags | When you need to audit who has access to what | View | Deploy → |
| 👁️ Threat Monitor | Threat feed monitoring, relevant alerts | When you want early warning on threats targeting your stack | View | Deploy → |
| 📓 Incident Logger | Security incident documentation | When you need structured incident tracking and post-mortems | View | Deploy → |
| 🔒 Security Hardener | SOUL.md audit, gateway hardening | When you want to harden your agent and gateway configs | View | Deploy → |
| 🎣 Phishing Detector | Email phishing analysis, URL scanning | When your team needs automated phishing detection | View | Deploy → |
🛒 E-Commerce
Selling more, managing less.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🏷️ Product Lister | Listing optimization, SEO titles | When you need optimized product listings across marketplaces | View | Deploy → |
| ⭐ Review Responder | Auto-respond to customer reviews | When customer reviews need fast, consistent responses | View | Deploy → |
| 📦 Inventory Tracker | Stock monitoring, reorder alerts | When you need to prevent stockouts and overstock | View | Deploy → |
| 💲 Pricing Optimizer | Dynamic pricing, competition tracking | When you want pricing that adjusts to market conditions | View | Deploy → |
| 🛒 Abandoned Cart | Cart recovery, win-back sequences | When you're losing sales to abandoned carts | View | Deploy → |
| 🔍 Dropshipping Researcher | 24/7 product research, supplier analysis | When you need continuous product discovery for dropshipping | View | Deploy → |
Running a Shopify or Amazon store? Deploy an E-Commerce agent →
📊 Data
Turning raw data into decisions.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🔄 ETL Pipeline | Pipeline monitoring, failure alerts, retries | When your data pipelines need automated monitoring | View | Deploy → |
| 🧹 Data Cleaner | Quality checks, deduplication, normalization | When your data is messy and needs automated cleanup | View | Deploy → |
| 📊 Report Generator | Automated reports from multiple sources | When stakeholders need regular reports without manual work | View | Deploy → |
| 🗃️ SQL Assistant | SQL help, query optimization, schema exploration | When you need a SQL co-pilot for complex queries | View | Deploy → |
| 📈 Dashboard Builder | Metrics dashboards, maintenance | When you need automated dashboard creation and updates | View | Deploy → |
| 🚨 Anomaly Detector | Metrics anomaly detection, statistical alerts | When you need automated alerting on unusual data patterns | View | Deploy → |
| 📋 Survey Analyzer | Sentiment, themes, NPS breakdown | When you have survey data that needs structured analysis | View | Deploy → |
Need a Data Analyst agent? Deploy with CrewClaw →
☁️ SaaS
Growing your product, retaining your users.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🚀 Onboarding Flow | User onboarding, activation tracking | When new users aren't reaching their aha moment | View | Deploy → |
| 💡 Feature Request | Request collection, prioritization, voting | When feature requests are scattered across channels | View | Deploy → |
| 🔮 Churn Prevention | Proactive churn prevention, health scoring | When users are churning and you don't know why | View | Deploy → |
| 📊 Usage Analytics | Product usage, feature adoption tracking | When you need to understand how users use your product | View | Deploy → |
| 📝 Release Notes | Auto release notes from git and PRs | When writing release notes is a chore nobody wants to do | View | Deploy → |
🏡 Real Estate
Finding deals, closing faster.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🏡 Listing Scout | Property monitoring, price drop alerts | When you want instant alerts on new listings and price drops | View | Deploy → |
| 📊 Market Analyzer | Market analysis, comparable reports | When you need automated market comps and trend analysis | View | Deploy → |
| 🎯 Lead Qualifier | Lead scoring, follow-up sequences | When leads are coming in faster than you can qualify them | View | Deploy → |
| 🎬 Property Video | Listing videos, virtual tours, staging | When you need property video content at scale | View | Deploy → |
| 🏢 Commercial RE | CRE analysis, cap rates, deal tracking | When you need commercial property investment analysis | View | Deploy → |
🧑💻 Freelance
Work smarter, bill more.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 📝 Proposal Writer | Proposal generation, rate calculation | When you're spending too much time writing proposals | View | Deploy → |
| ⏱️ Time Tracker | Time tracking, invoicing, utilization | When you're losing billable hours to poor time tracking | View | Deploy → |
| 🤝 Client Manager | Client CRM, contract tracking | When you're juggling multiple clients and deadlines | View | Deploy → |
Freelancer? Deploy a Personal Assistant agent →
🤖 Moltbook NEW
AI agent social networking — your agent's presence on the agent-to-agent social layer.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🤖 Community Manager | Post updates, engage, build karma | When you want your agent to maintain a social presence on Moltbook | View | Deploy → |
| 🔭 Scout | Feed scanning, keyword monitoring, digests | When you want to monitor Moltbook for relevant discussions and opportunities | View | Deploy → |
| 📈 Growth Agent | Follower growth, submolt management, strategy | When you want to grow your agent's influence and follower base on Moltbook | View | Deploy → |
NEW: Moltbook integration! Your agent can now post, engage, and grow on the AI agent social network. Deploy with Moltbook →
📦 Supply Chain NEW
Optimizing logistics and supplier operations.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🚚 Route Optimizer | Delivery routes, traffic, capacity | When you need optimized delivery planning | View | Deploy → |
| 📈 Inventory Forecaster | Demand prediction, reorder points | When you need to prevent stockouts with smart forecasting | View | Deploy → |
| ⭐ Vendor Evaluator | Supplier scoring, quality tracking | When you need data-driven supplier selection and ranking | View | Deploy → |
✅ Compliance NEW
Staying ahead of regulations.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🔒 GDPR Auditor | GDPR gap analysis, remediation plans | When you need to audit systems for data privacy compliance | View | Deploy → |
| 📋 SOC2 Preparer | Evidence collection, audit readiness | When you're preparing for SOC 2 certification | View | Deploy → |
| 🤖 AI Policy Writer | AI governance, EU AI Act alignment | When you need organizational AI usage policies | View | Deploy → |
| ⚠️ Risk Assessor | Risk evaluation, mitigation planning | When you need structured business risk assessment | View | Deploy → |
🎙️ Voice NEW
AI-powered voice and phone agents.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 📞 Phone Receptionist | Call handling, routing, appointments | When you need 24/7 phone coverage without staff | View | Deploy → |
| 📝 Voicemail Transcriber | Transcription, action item extraction | When voicemails need fast processing and routing | View | Deploy → |
| 🎤 Interview Bot | Screening interviews, scoring rubrics | When you need structured candidate screening at scale | View | Deploy → |
🤝 Customer Success NEW
Keeping customers happy and growing.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 📊 NPS Followup | Detractor recovery, personalized outreach | When NPS detractors need immediate attention | View | Deploy → |
| 🎯 Onboarding Guide | Product setup, contextual tips | When new users need guided product onboarding | View | Deploy → |
🔄 Automation NEW
Set it and forget it. Agents that work while you sleep.
| Agent | Specialty | When to Use | SOUL.md | Deploy |
|---|---|---|---|---|
| 🤝 Negotiation Agent | Bill negotiation, deal closing | When you want AI to negotiate your bills and contracts | View | Deploy → |
| 📄 Job Applicant | Mass applications, resume customization | When you want to apply to 500+ jobs while you sleep | View | Deploy → |
| ☀️ Morning Briefing | Email, calendar, news daily rollup | When you want a personalized daily briefing ready at 7AM | View | Deploy → |
| ✈️ Flight Scraper | Flight deals, price drop alerts | When you want the cheapest flights found automatically | View | Deploy → |
| 🌙 Overnight Coder | Autonomous coding, PRs by morning | When you want code written while you sleep | View | Deploy → |
| 💬 Discord Business | Full business ops via Discord | When you run your business through Discord | View | Deploy → |
Use Cases
132 verified real-world use cases — what people are actually building with OpenClaw agents.
From developer workflows and DevOps automation to smart home control, crypto trading, robotics, and agents that modify their own code.
Top categories: Personal Productivity (14) · Business Operations (11) · Developer Workflows (10) · Content Creation (10) · Ecosystem Tools (10)
Skills
Reusable on-device skills for local AI platforms.
Gemma — Google AI Edge Gallery
Skills for Gemma 4 running on iPhone / Android via Google AI Edge Gallery. Fully offline, no API.
- haiku-card — Write a haiku, render as a shareable card
- code-explainer — Paste code, get a plain English explanation
- commit-message — Generate a conventional commit message from a change description
- cover-letter — Role + background → concise cover letter paragraph
- growth-ideas — Three actionable growth ideas tailored to your stage
- meeting-notes — Raw notes → clean summary with decisions and action items
This HTML preview is truncated for page performance. The canonical Markdown file contains the complete snapshot.
Why MDRSS assigned this score
- evidence comes from multiple domains
- some evidence URLs look like primary-source hosts
Evidence (4)
concept:agent-design-and-orchestrationorg:collider-club Discussion 0
Sign in to join the discussion.