{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-usecase-catalog",
    "name": "OpenClaw Use Case Catalog",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/chunhualiao/openclaw-usecase-catalog",
    "canonicalUrl": "https://clawhub.ai/chunhualiao/openclaw-usecase-catalog",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-usecase-catalog",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-usecase-catalog",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "findings/2026-02-04.md",
      "findings/2026-02-05-leo-personalized.md",
      "findings/2026-02-05-leo-summary.md",
      "findings/2026-02-05.md",
      "findings/2026-02-09.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-usecase-catalog"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/openclaw-usecase-catalog",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-usecase-catalog/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-usecase-catalog/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-usecase-catalog/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "OpenClaw Use Cases Catalog",
        "body": "A curated reference of real-world OpenClaw use cases gathered from Twitter/X, Reddit, blogs, GitHub, and community showcases. Updated 2026-02-04."
      },
      {
        "title": "How to Use",
        "body": "When My Lord asks about use cases or wants inspiration:\n\nReference the catalog below and findings/ directory for past discoveries\nSearch the web for fresh examples (Twitter/X, Reddit, Discord, blogs)\nSave new findings to findings/YYYY-MM-DD.md with structured format\nGit commit and push to {github_org}/openclaw-skill-usecases"
      },
      {
        "title": "Saving Findings (Bilingual)",
        "body": "After each invocation that discovers new use cases, append to (or create) findings/YYYY-MM-DD.md.\nAll findings MUST be bilingual — write both Chinese and English in the same entry. Chinese first, then English. This makes it easier for My Lord to read in his native language while keeping English for reference and searchability.\n\n# Findings / 发现 - YYYY-MM-DD\n\n## HH:MM PST\n\n### [中文标题] / [English Title] — [Category/类别]\n- **来源/Source**: [URL or @handle]\n- **平台/Platform**: [WhatsApp/Telegram/Discord/etc.]\n- **描述/Description**:\n  - 🇨🇳 中文描述\n  - 🇺🇸 English description\n- **亮点/Why interesting**:\n  - 🇨🇳 中文说明为什么有趣\n  - 🇺🇸 English explanation of why it's notable\n\nThen commit and push:\n\ncd /path/to/skills/openclaw-usecases\ngit add findings/ && git commit -m \"findings: YYYY-MM-DD\" && git push"
      },
      {
        "title": "1. Messaging & Communication Automation",
        "body": "Inbox Zero: Scan emails, archive spam, summarize high-priority items into daily morning briefings. Auto-create Gmail filters. (@andrewjiang: \"Helped me clean up hundreds of emails. Inbox 0. Then setup a weekly cron job. All on WhatsApp.\")\niMessage/SMS Monitoring: Scan text threads every 15 min, detect promises (\"I'll review this tomorrow\"), auto-create calendar holds. (@brandon.wang)\nGroup Chat Summarization: Daily summaries of high-volume WhatsApp/Signal groups (100+ msgs/day). Pick out interesting topics, skip noise.\nAuto-Reply Drafting: Draft email/message responses for review before sending."
      },
      {
        "title": "2. Calendar & Scheduling",
        "body": "Morning Briefings: 8pm nightly summary of next day's calendar -- meetings, prep notes, commute times. (@benemredoganer: \"Daily calendar briefs, creates tasks in Basecamp via voice, preps me for meetings.\")\nSmart Conflict Detection: When texting plans, auto-create \"hold\" events on calendar to prevent double-booking.\nDentist/Doctor Booking: Log into portal, find slots matching calendar availability + location proximity, confirm before booking. (@brandon.wang)\nCross-Calendar Intersection: Check both partners' calendars to find mutual free evenings for dinner reservations."
      },
      {
        "title": "3. Remote Coding & Development",
        "body": "Phone-Based Development: Build and deploy code projects from WhatsApp/Telegram while on the go. (@christinetyip)\nSite Rebuilds from Bed: Full website migration (Notion to Astro, 18 posts, DNS to Cloudflare) via Telegram while watching Netflix. (@davekiss)\nAuto-Deployment: \"Deploy the latest commit to staging\" -- runs git commands, SSH scripts, handles the pipeline.\nCode Refactoring: Scan directories, identify messy code, propose refactored versions.\nServer Monitoring: Periodic htop/disk checks, alert via Telegram when under load.\nGitHub Workflow: Manage Issues, PRs, CI runs, auto-assign/label/close via webhooks."
      },
      {
        "title": "4. Price Monitoring & Shopping",
        "body": "Complex Price Alerts: 30+ simultaneous alerts on hotels, Airbnbs, products. Supports reasoning criteria like \"pullout bed OK if not in same room as another bed.\" Reviews listing photos to verify. (@brandon.wang)\nHotel/Airbnb Tracking: Check prices every few hours, notify on changes. Can evaluate subjective criteria (room vibe, renovation quality).\nPackage Tracking: USPS/FedEx tracking numbers, daily progress updates, flags stuck-in-transit items.\nGrocery Price Comparison: Compare prices on Amazon via browser automation, suggest best options."
      },
      {
        "title": "5. Smart Home & IoT",
        "body": "Home Assistant Integration: Full-home smart control via natural language. (@WolframRvnwlf: \"OpenClaw truly is next level... my sassy AI assistant Amy is finally running persistently on my Home Assistant box.\")\nAir Purifier / Device Control: Discover and control Winix, Philips Hue, Elgato devices. (@antonplex)\nScene Automation: Away/Home/Sleep modes -- lights, AC, security based on WiFi proximity and sleep data.\nComplete Life Integration: Emails + Home Assistant + homelab SSH + todo lists + shopping list, all via single Telegram chat. (@acevail_)"
      },
      {
        "title": "6. Restaurant & Booking",
        "body": "Resy/OpenTable Automation: Log in (including 2FA from texts), browse availability page by page, intersect with your + partner's calendar, suggest options. (@brandon.wang)\nForm Filling: Fill out vendor forms, questionnaires. Workshopes answers back and forth, unchecks marketing emails automatically.\nFlight Check-in: Auto check-in for flights, generate packing lists based on destination weather."
      },
      {
        "title": "7. Health & Fitness Tracking",
        "body": "Fitness Coach: Analyze Garmin/Apple Health data. \"You only slept 5 hours last night; maybe skip heavy cardio today.\"\nMedical Lab Analysis: Feed blood test PDFs for plain-English explanations.\nWearable Data Dashboard: Steps, sleep quality, heart rate summaries on demand."
      },
      {
        "title": "8. Household & Life Management",
        "body": "Freezer Inventory: Take photos of freezer contents, AI parses items/quantities, updates Notion list, removes stocked items from grocery list. (@brandon.wang)\nGrocery List from Recipes: Screenshot a recipe, ingredients auto-organized into Apple Reminders. Dedupes and combines (\"2 carrots becomes 3\").\nTodo Creation with Context: Photo of running shoes at REI -> todo with brand, model, size, product URL auto-found.\nTravel Planning: Search flights, generate packing lists based on weather, book accommodations."
      },
      {
        "title": "9. Digital Agency / Business",
        "body": "One-Person Agency: AI \"Chief of Staff\" coordinating all ops -- SEO client monitoring, email triage, content creation, Shopify management, overnight PRs for morning review. (@openclaw.com.au)\nProject Management: Connect code, Linear, WhatsApp history, and Obsidian for seamless PM workflow. (@crossiBuilds)\nContent Creation Pipeline: Blog posts, meta descriptions, reports, social media content.\n24/7 Accountability Partner: Daily reminders, GitHub tracking, weekly accountability nudges for goals. (@tobi_bsf)"
      },
      {
        "title": "10. AI Phone & Voice",
        "body": "Phone Call Assistant: Make and receive phone calls on your behalf. (@steipete)\nVoice-to-Text Processing: Transcribe voice messages, act on content.\nVoice-Controlled Tasks: Create tasks in Basecamp via voice commands."
      },
      {
        "title": "11. Full-Stack Productivity Hub",
        "body": "Single Chat Command Center: Control Gmail, Calendar, WordPress, Hetzner servers from Telegram. (@Abhay08: \"controlling Gmail, Calendar, WordPress, Hetzner from Telegram like a boss.\")\nPerfect Memory Assistant: Remembers everything across all conversations, learns preferences over time. (@darrwalk)\nWorkflow Self-Documentation: Auto-writes human-readable workflow descriptions to Notion with version control diffs. (@brandon.wang)"
      },
      {
        "title": "12. Self-Creating Skills & Integrations",
        "body": "On-Demand Skill Creation: \"I wanted to automate Todoist and OpenClaw created a skill for it on its own, all within Telegram.\" (@iamsubhrajyoti)\nClawHub Ecosystem: 3,000+ community skills on clawhub.ai. 1,715+ curated in awesome-openclaw-skills repo.\nCategory Breakdown: Web/Frontend (46), Coding Agents (55), Git/GitHub (34), DevOps/Cloud (144), Browser Automation (69), Image/Video (41), Apple Apps (32), Search/Research (148), CLI Utilities (88), Marketing/Sales (94), Productivity (93), AI/LLMs (159), Notes/PKM (61), Smart Home (50), Communication (58), Speech (44), Health/Fitness (35), Shopping (33), Calendar (28), PDF/Documents (35), Security (21), Gaming (7)."
      },
      {
        "title": "13. Content & Media",
        "body": "WeChat公众号 Article Illustration: Auto-generate scrapbook-style infographics for articles using GPT-4o or GLM-Image. (Our own suwin-illustrator skill)\nYouTube Transcription: yt-dlp + Whisper API for video transcription and note-taking.\nNews Aggregation: Aggregate 8+ sources (Hacker News, GitHub Trending, Product Hunt). Daily tech briefings.\nPodcast Summarization: Extract transcripts and key points from audio content.\nRemotion Video: Programmatic video creation with React + Remotion framework."
      },
      {
        "title": "14. AI-Powered Research",
        "body": "Deep Research: Multi-source web research, synthesized reports.\nAcademic Paper Analysis: Parse PDFs, explain findings, compare methodologies.\nCompetitive Intelligence: Monitor competitor websites, pricing changes, product updates."
      },
      {
        "title": "15. Security & Privacy",
        "body": "Local-First Architecture: All data stored locally, keys never sent to third parties.\nDocker Isolation: Sandboxed execution prevents system damage.\nHuman-in-the-Loop: Sensitive commands require explicit approval.\nDedicated Account Strategy: Use burner accounts for integrations to limit blast radius."
      },
      {
        "title": "Sources",
        "body": "SourceURLOfficial Showcasegetclawdbot.com/showcaseOpenClaw Wikiopenclawwiki.org/blog/openclaw_clawdbot-usage-use-casesMedium (10 Use Cases)medium.com/@balazskocsis/10-clawdbot-use-casesBrandon Wang Deep Divebrandon.wang/2026/clawdbotAwesome Skills (1715+)github.com/VoltAgent/awesome-openclaw-skillsExtension Ecosystemhelp.apiyi.com/en/openclaw-extensions-ecosystem-guide-enDigital Agency Caseopenclaw.com.au/use-casesr/openclawreddit.com/r/openclawr/OpenClawCentralreddit.com/r/OpenClawCentralClawHub Registryclawhub.ai/skills"
      },
      {
        "title": "Stats (Feb 2026)",
        "body": "GitHub Stars: 135K+\nClawHub Skills: 3,000+ published, 1,715+ curated\nMessaging Platforms: 12 (WhatsApp, Telegram, Discord, Slack, iMessage, Signal, Google Chat, Teams, Matrix, BlueBubbles, Zalo, WebChat)\nDiscord Community: 8,900+ members\nSubreddits: 5+ (r/openclaw, r/OpenClawCentral, r/openclawpirates, r/myclaw, r/OpenClawDevs)"
      }
    ],
    "body": "OpenClaw Use Cases Catalog\n\nA curated reference of real-world OpenClaw use cases gathered from Twitter/X, Reddit, blogs, GitHub, and community showcases. Updated 2026-02-04.\n\nHow to Use\n\nWhen My Lord asks about use cases or wants inspiration:\n\nReference the catalog below and findings/ directory for past discoveries\nSearch the web for fresh examples (Twitter/X, Reddit, Discord, blogs)\nSave new findings to findings/YYYY-MM-DD.md with structured format\nGit commit and push to {github_org}/openclaw-skill-usecases\nSaving Findings (Bilingual)\n\nAfter each invocation that discovers new use cases, append to (or create) findings/YYYY-MM-DD.md. All findings MUST be bilingual — write both Chinese and English in the same entry. Chinese first, then English. This makes it easier for My Lord to read in his native language while keeping English for reference and searchability.\n\n# Findings / 发现 - YYYY-MM-DD\n\n## HH:MM PST\n\n### [中文标题] / [English Title] — [Category/类别]\n- **来源/Source**: [URL or @handle]\n- **平台/Platform**: [WhatsApp/Telegram/Discord/etc.]\n- **描述/Description**:\n  - 🇨🇳 中文描述\n  - 🇺🇸 English description\n- **亮点/Why interesting**:\n  - 🇨🇳 中文说明为什么有趣\n  - 🇺🇸 English explanation of why it's notable\n\n\nThen commit and push:\n\ncd /path/to/skills/openclaw-usecases\ngit add findings/ && git commit -m \"findings: YYYY-MM-DD\" && git push\n\n1. Messaging & Communication Automation\nInbox Zero: Scan emails, archive spam, summarize high-priority items into daily morning briefings. Auto-create Gmail filters. (@andrewjiang: \"Helped me clean up hundreds of emails. Inbox 0. Then setup a weekly cron job. All on WhatsApp.\")\niMessage/SMS Monitoring: Scan text threads every 15 min, detect promises (\"I'll review this tomorrow\"), auto-create calendar holds. (@brandon.wang)\nGroup Chat Summarization: Daily summaries of high-volume WhatsApp/Signal groups (100+ msgs/day). Pick out interesting topics, skip noise.\nAuto-Reply Drafting: Draft email/message responses for review before sending.\n2. Calendar & Scheduling\nMorning Briefings: 8pm nightly summary of next day's calendar -- meetings, prep notes, commute times. (@benemredoganer: \"Daily calendar briefs, creates tasks in Basecamp via voice, preps me for meetings.\")\nSmart Conflict Detection: When texting plans, auto-create \"hold\" events on calendar to prevent double-booking.\nDentist/Doctor Booking: Log into portal, find slots matching calendar availability + location proximity, confirm before booking. (@brandon.wang)\nCross-Calendar Intersection: Check both partners' calendars to find mutual free evenings for dinner reservations.\n3. Remote Coding & Development\nPhone-Based Development: Build and deploy code projects from WhatsApp/Telegram while on the go. (@christinetyip)\nSite Rebuilds from Bed: Full website migration (Notion to Astro, 18 posts, DNS to Cloudflare) via Telegram while watching Netflix. (@davekiss)\nAuto-Deployment: \"Deploy the latest commit to staging\" -- runs git commands, SSH scripts, handles the pipeline.\nCode Refactoring: Scan directories, identify messy code, propose refactored versions.\nServer Monitoring: Periodic htop/disk checks, alert via Telegram when under load.\nGitHub Workflow: Manage Issues, PRs, CI runs, auto-assign/label/close via webhooks.\n4. Price Monitoring & Shopping\nComplex Price Alerts: 30+ simultaneous alerts on hotels, Airbnbs, products. Supports reasoning criteria like \"pullout bed OK if not in same room as another bed.\" Reviews listing photos to verify. (@brandon.wang)\nHotel/Airbnb Tracking: Check prices every few hours, notify on changes. Can evaluate subjective criteria (room vibe, renovation quality).\nPackage Tracking: USPS/FedEx tracking numbers, daily progress updates, flags stuck-in-transit items.\nGrocery Price Comparison: Compare prices on Amazon via browser automation, suggest best options.\n5. Smart Home & IoT\nHome Assistant Integration: Full-home smart control via natural language. (@WolframRvnwlf: \"OpenClaw truly is next level... my sassy AI assistant Amy is finally running persistently on my Home Assistant box.\")\nAir Purifier / Device Control: Discover and control Winix, Philips Hue, Elgato devices. (@antonplex)\nScene Automation: Away/Home/Sleep modes -- lights, AC, security based on WiFi proximity and sleep data.\nComplete Life Integration: Emails + Home Assistant + homelab SSH + todo lists + shopping list, all via single Telegram chat. (@acevail_)\n6. Restaurant & Booking\nResy/OpenTable Automation: Log in (including 2FA from texts), browse availability page by page, intersect with your + partner's calendar, suggest options. (@brandon.wang)\nForm Filling: Fill out vendor forms, questionnaires. Workshopes answers back and forth, unchecks marketing emails automatically.\nFlight Check-in: Auto check-in for flights, generate packing lists based on destination weather.\n7. Health & Fitness Tracking\nFitness Coach: Analyze Garmin/Apple Health data. \"You only slept 5 hours last night; maybe skip heavy cardio today.\"\nMedical Lab Analysis: Feed blood test PDFs for plain-English explanations.\nWearable Data Dashboard: Steps, sleep quality, heart rate summaries on demand.\n8. Household & Life Management\nFreezer Inventory: Take photos of freezer contents, AI parses items/quantities, updates Notion list, removes stocked items from grocery list. (@brandon.wang)\nGrocery List from Recipes: Screenshot a recipe, ingredients auto-organized into Apple Reminders. Dedupes and combines (\"2 carrots becomes 3\").\nTodo Creation with Context: Photo of running shoes at REI -> todo with brand, model, size, product URL auto-found.\nTravel Planning: Search flights, generate packing lists based on weather, book accommodations.\n9. Digital Agency / Business\nOne-Person Agency: AI \"Chief of Staff\" coordinating all ops -- SEO client monitoring, email triage, content creation, Shopify management, overnight PRs for morning review. (@openclaw.com.au)\nProject Management: Connect code, Linear, WhatsApp history, and Obsidian for seamless PM workflow. (@crossiBuilds)\nContent Creation Pipeline: Blog posts, meta descriptions, reports, social media content.\n24/7 Accountability Partner: Daily reminders, GitHub tracking, weekly accountability nudges for goals. (@tobi_bsf)\n10. AI Phone & Voice\nPhone Call Assistant: Make and receive phone calls on your behalf. (@steipete)\nVoice-to-Text Processing: Transcribe voice messages, act on content.\nVoice-Controlled Tasks: Create tasks in Basecamp via voice commands.\n11. Full-Stack Productivity Hub\nSingle Chat Command Center: Control Gmail, Calendar, WordPress, Hetzner servers from Telegram. (@Abhay08: \"controlling Gmail, Calendar, WordPress, Hetzner from Telegram like a boss.\")\nPerfect Memory Assistant: Remembers everything across all conversations, learns preferences over time. (@darrwalk)\nWorkflow Self-Documentation: Auto-writes human-readable workflow descriptions to Notion with version control diffs. (@brandon.wang)\n12. Self-Creating Skills & Integrations\nOn-Demand Skill Creation: \"I wanted to automate Todoist and OpenClaw created a skill for it on its own, all within Telegram.\" (@iamsubhrajyoti)\nClawHub Ecosystem: 3,000+ community skills on clawhub.ai. 1,715+ curated in awesome-openclaw-skills repo.\nCategory Breakdown: Web/Frontend (46), Coding Agents (55), Git/GitHub (34), DevOps/Cloud (144), Browser Automation (69), Image/Video (41), Apple Apps (32), Search/Research (148), CLI Utilities (88), Marketing/Sales (94), Productivity (93), AI/LLMs (159), Notes/PKM (61), Smart Home (50), Communication (58), Speech (44), Health/Fitness (35), Shopping (33), Calendar (28), PDF/Documents (35), Security (21), Gaming (7).\n13. Content & Media\nWeChat公众号 Article Illustration: Auto-generate scrapbook-style infographics for articles using GPT-4o or GLM-Image. (Our own suwin-illustrator skill)\nYouTube Transcription: yt-dlp + Whisper API for video transcription and note-taking.\nNews Aggregation: Aggregate 8+ sources (Hacker News, GitHub Trending, Product Hunt). Daily tech briefings.\nPodcast Summarization: Extract transcripts and key points from audio content.\nRemotion Video: Programmatic video creation with React + Remotion framework.\n14. AI-Powered Research\nDeep Research: Multi-source web research, synthesized reports.\nAcademic Paper Analysis: Parse PDFs, explain findings, compare methodologies.\nCompetitive Intelligence: Monitor competitor websites, pricing changes, product updates.\n15. Security & Privacy\nLocal-First Architecture: All data stored locally, keys never sent to third parties.\nDocker Isolation: Sandboxed execution prevents system damage.\nHuman-in-the-Loop: Sensitive commands require explicit approval.\nDedicated Account Strategy: Use burner accounts for integrations to limit blast radius.\nSources\nSource\tURL\nOfficial Showcase\tgetclawdbot.com/showcase\nOpenClaw Wiki\topenclawwiki.org/blog/openclaw_clawdbot-usage-use-cases\nMedium (10 Use Cases)\tmedium.com/@balazskocsis/10-clawdbot-use-cases\nBrandon Wang Deep Dive\tbrandon.wang/2026/clawdbot\nAwesome Skills (1715+)\tgithub.com/VoltAgent/awesome-openclaw-skills\nExtension Ecosystem\thelp.apiyi.com/en/openclaw-extensions-ecosystem-guide-en\nDigital Agency Case\topenclaw.com.au/use-cases\nr/openclaw\treddit.com/r/openclaw\nr/OpenClawCentral\treddit.com/r/OpenClawCentral\nClawHub Registry\tclawhub.ai/skills\nStats (Feb 2026)\nGitHub Stars: 135K+\nClawHub Skills: 3,000+ published, 1,715+ curated\nMessaging Platforms: 12 (WhatsApp, Telegram, Discord, Slack, iMessage, Signal, Google Chat, Teams, Matrix, BlueBubbles, Zalo, WebChat)\nDiscord Community: 8,900+ members\nSubreddits: 5+ (r/openclaw, r/OpenClawCentral, r/openclawpirates, r/myclaw, r/OpenClawDevs)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/chunhualiao/openclaw-usecase-catalog",
    "publisherUrl": "https://clawhub.ai/chunhualiao/openclaw-usecase-catalog",
    "owner": "chunhualiao",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-usecase-catalog",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-usecase-catalog",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-usecase-catalog/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-usecase-catalog/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-usecase-catalog/agent.md"
  }
}