mirror of
https://github.com/hesamsheikh/awesome-openclaw-usecases.git
synced 2026-03-12 11:25:12 +00:00
Merge branch 'main' into main
This commit is contained in:
27
.coderabbit.yaml
Normal file
27
.coderabbit.yaml
Normal file
@@ -0,0 +1,27 @@
|
||||
reviews:
|
||||
auto_review:
|
||||
enabled: true
|
||||
drafts: false
|
||||
base_branches:
|
||||
- ".*"
|
||||
request_changes_workflow: false
|
||||
path_filters:
|
||||
- "usecases/**/*.md"
|
||||
- "README*.md"
|
||||
- "**/package.json"
|
||||
- "**/pnpm-lock.yaml"
|
||||
- "**/yarn.lock"
|
||||
- "**/package-lock.json"
|
||||
- "**/requirements*.txt"
|
||||
- "**/poetry.lock"
|
||||
|
||||
path_instructions:
|
||||
- path: "usecases/**/*.md"
|
||||
instructions: |
|
||||
Review with priority on practical value and reasonable security hygiene.
|
||||
- Focus on high-confidence risks, not minor speculation.
|
||||
- When a use case introduces dependencies, skills, plugins, repos, Docker images, or external scripts, check for obvious supply-chain risk signals (typosquatting, suspicious install commands, broad permissions, remote execution patterns, unknown sources).
|
||||
- For OpenClaw install patterns (`clawhub install`, `openclaw plugins install`, GitHub-based skill/plugin installs), suggest lightweight trust checks and version pinning when reasonable.
|
||||
- Flag obvious product promotion only when it weakens technical usefulness.
|
||||
- Prioritize practical utility: clear problem, realistic setup, actionable steps, and expected outcomes.
|
||||
- Suggest concise, minimal fixes.
|
||||
@@ -74,6 +74,7 @@ Solving the bottleneck of OpenClaw adaptation: Not ~~skills~~, but finding **way
|
||||
| [Habit Tracker & Accountability Coach](usecases/habit-tracker-accountability-coach.md) | Proactive daily check-ins via Telegram or SMS that track habits, maintain streaks, and adapt their tone based on your progress. |
|
||||
| [Second Brain](usecases/second-brain.md) | Text anything to your bot to remember it, then search through all your memories in a custom Next.js dashboard. |
|
||||
| [Event Guest Confirmation](usecases/event-guest-confirmation.md) | Call a list of event guests one-by-one to confirm attendance, collect notes, and compile a summary — fully automated via AI voice calls. |
|
||||
| [Phone Call Notifications](usecases/phone-call-notifications.md) | Turn your agent's alerts into real phone calls — morning briefings, price drops, urgent emails — with two-way conversation. |
|
||||
|
||||
## Research & Learning
|
||||
|
||||
|
||||
11
README_CN.md
11
README_CN.md
@@ -11,8 +11,9 @@
|
||||
<br />
|
||||
|
||||
[](https://awesome.re)
|
||||

|
||||

|
||||

|
||||
[](https://discord.gg/vtJykN3t)
|
||||
</div>
|
||||
|
||||
# Awesome OpenClaw 使用案例
|
||||
@@ -42,6 +43,9 @@
|
||||
| [目标驱动的自主任务](usecases/overnight-mini-app-builder.md) | 倾泻你的目标,让智能体自主生成、安排并完成每日任务 —— 包括在一夜之间构建惊喜的迷你应用。 |
|
||||
| [YouTube 内容流水线](usecases/youtube-content-pipeline.md) | 为 YouTube 频道自动化视频创意发掘、研究和追踪。 |
|
||||
| [多智能体内容工厂](usecases/content-factory.md) | 在 Discord 中运行多智能体内容流水线 —— 研究、写作和缩略图智能体在专用频道中协同工作。 |
|
||||
| [自主游戏开发流水线](usecases/autonomous-game-dev-pipeline.md) | 教育游戏开发的完整生命周期管理:从待办事项选择到实现、注册、文档和 git 提交。强制执行"Bug 优先"政策。 |
|
||||
| [播客制作流水线](usecases/podcast-production-pipeline.md) | 自动化完整的播客工作流程 —— 嘉宾研究、节目大纲、节目笔记和社交媒体推广 —— 从选题到可发布的素材。 |
|
||||
| [习惯追踪与签到](usecases/habit-tracker-checkins.md) | 带有主动提醒和目标调整的代理驱动习惯追踪器。 |
|
||||
|
||||
## 基础设施与 DevOps
|
||||
|
||||
@@ -71,6 +75,8 @@
|
||||
| [定制早间简报](usecases/custom-morning-brief.md) | 获取完全定制的每日简报 —— 新闻、任务、内容草稿和 AI 推荐的操作 —— 每天早上通过短信发送给你。 |
|
||||
| [第二大脑](usecases/second-brain.md) | 向机器人发送任何内容来记住它,然后在自定义的 Next.js 仪表板中搜索你的所有记忆。 |
|
||||
| [活动嘉宾确认](usecases/event-guest-confirmation.md) | 逐一呼叫活动嘉宾名单以确认出席、收集备注并编译摘要 —— 通过 AI 语音通话完全自动化。 |
|
||||
| [自动会议笔记与行动项](usecases/meeting-notes-action-items.md) | 将会议记录转换为结构化摘要,并自动在 Jira、Linear 或 Todoist 中创建任务 —— 分配给正确的人。 |
|
||||
| [习惯追踪与责任教练](usecases/habit-tracker-accountability-coach.md) | 通过 Telegram 或 SMS 进行主动每日签到,追踪习惯、保持连续记录,并根据你的进度调整语气。 |
|
||||
|
||||
## 研究与学习
|
||||
|
||||
@@ -80,6 +86,7 @@
|
||||
| [个人知识库 (RAG)](usecases/knowledge-base-rag.md) | 通过将 URL、推文和文章拖入聊天来构建可搜索的知识库。 |
|
||||
| [市场研究与产品工厂](usecases/market-research-product-factory.md) | 使用 Last 30 Days 技能从 Reddit 和 X 挖掘真实痛点,然后让 OpenClaw 构建解决它们的 MVP。 |
|
||||
| [语义记忆搜索](usecases/semantic-memory-search.md) | 使用混合检索和自动同步,为你的 OpenClaw markdown 记忆文件添加向量驱动的语义搜索。 |
|
||||
| [构建前想法验证器](usecases/pre-build-idea-validator.md) | 在构建任何新东西之前自动扫描 GitHub、HN、npm、PyPI 和 Product Hunt —— 如果领域拥挤则停止,如果开放则继续。 |
|
||||
|
||||
## 金融与交易
|
||||
|
||||
@@ -101,4 +108,4 @@
|
||||
---
|
||||
|
||||
**原文链接**: [README.md](README.md)
|
||||
**最后同步**: 2026-02-18
|
||||
**最后同步**: 2026-02-28
|
||||
|
||||
106
README_KR.md
Normal file
106
README_KR.md
Normal file
@@ -0,0 +1,106 @@
|
||||
<div align="center">
|
||||
|
||||
<img width="1500" height="500" alt="Image" src="https://github.com/user-attachments/assets/4ae57dfb-4f18-4677-9136-43bf93017250" />
|
||||
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<strong>사람들이 일상에서 OpenClaw(이전 명칭: ClawdBot, MoltBot)를 실제로 어떻게 활용하는지 알아보세요.
|
||||
</strong>
|
||||
<br />
|
||||
<br />
|
||||
|
||||
[](https://awesome.re)
|
||||

|
||||

|
||||
[](https://x.com/Hesamation)
|
||||
[](https://discord.gg/vtJykN3t)
|
||||
|
||||
<p><sub><a href="https://x.com/Hesamation">X에서 인사해요.</a></sub></p>
|
||||
</div>
|
||||
|
||||
# Awesome OpenClaw 활용 사례
|
||||
|
||||
> **⚠️ 번역 버전 안내**
|
||||
> 이 문서는 커뮤니티가 번역한 한국어 버전으로, 최신 내용과 차이가 있을 수 있습니다. 최신 정보는 [영문 원본 README](README.md)를 참고하세요.
|
||||
|
||||
---
|
||||
|
||||
OpenClaw 도입의 병목은 ~~스킬~~이 아닙니다. **내 삶을 개선할 방법을 찾는 것**입니다. 이것은 [OpenClaw](https://github.com/openclaw/openclaw)의 실제 활용 사례를 모은 커뮤니티 컬렉션입니다.
|
||||
|
||||
> **경고:** 여기서 참조하는 OpenClaw 스킬과 서드파티 의존성에는 심각한 보안 취약점이 있을 수 있습니다. 많은 사례가 **이 목록의 관리자가 감사하지 않은** 커뮤니티 빌드 스킬, 플러그인, 외부 저장소를 링크합니다. 항상 스킬 소스 코드를 검토하고, 요청 권한을 확인하며, API 키나 자격증명을 하드코딩하지 마세요. 보안에 대한 책임은 전적으로 본인에게 있습니다.
|
||||
|
||||
## 소셜 미디어
|
||||
|
||||
| 이름 | 설명 |
|
||||
|------|------|
|
||||
| [일일 Reddit 다이제스트](usecases/daily-reddit-digest.md) | 취향에 맞는 서브레딧 인기 게시물을 매일 요약해서 전달합니다. |
|
||||
| [일일 YouTube 다이제스트](usecases/daily-youtube-digest.md) | 구독 채널의 새 영상을 매일 요약해서 놓치지 않게 해줍니다. |
|
||||
| [X 계정 분석](usecases/x-account-analysis.md) | 내 X 계정에 대한 정성적 분석을 제공합니다. |
|
||||
| [멀티소스 테크 뉴스 다이제스트](usecases/multi-source-tech-news-digest.md) | RSS, Twitter/X, GitHub, 웹 검색 등 109개 이상 소스에서 품질 점수로 랭킹된 기술 뉴스를 자동 수집·전달합니다. |
|
||||
|
||||
## 창작 및 빌딩
|
||||
|
||||
| 이름 | 설명 |
|
||||
|------|------|
|
||||
| [자율 미니앱 빌더](usecases/overnight-mini-app-builder.md) | 목표를 입력하면 에이전트가 일일 태스크를 생성·실행하고, 밤새 미니앱까지 빌드합니다. |
|
||||
| [YouTube 콘텐츠 파이프라인](usecases/youtube-content-pipeline.md) | YouTube 채널을 위한 영상 아이디어 발굴, 리서치, 추적을 자동화합니다. |
|
||||
| [멀티에이전트 콘텐츠 팩토리](usecases/content-factory.md) | Discord에서 리서치·작성·썸네일 에이전트가 각자 채널에서 협업하는 콘텐츠 파이프라인을 운영합니다. |
|
||||
| [자율 게임 개발 파이프라인](usecases/autonomous-game-dev-pipeline.md) | 백로그 선택부터 구현, 등록, 문서화, git 커밋까지 교육용 게임 개발 전 과정을 자동 관리합니다. "버그 우선" 정책 적용. |
|
||||
| [팟캐스트 제작 파이프라인](usecases/podcast-production-pipeline.md) | 게스트 리서치, 에피소드 개요, 쇼노트, 소셜 미디어 홍보 등 팟캐스트 전 워크플로우를 자동화합니다. |
|
||||
|
||||
## 인프라 및 DevOps
|
||||
|
||||
| 이름 | 설명 |
|
||||
|------|------|
|
||||
| [n8n 워크플로우 오케스트레이션](usecases/n8n-workflow-orchestration.md) | 웹훅을 통해 n8n 워크플로우에 API 호출을 위임합니다. 에이전트는 자격증명을 다루지 않으며 모든 연동을 시각적으로 관리합니다. |
|
||||
| [자가 치유 홈 서버](usecases/self-healing-home-server.md) | SSH 접근, 자동 크론 작업, 자가 치유 기능을 갖춘 상시 인프라 에이전트를 홈 네트워크에서 운영합니다. |
|
||||
|
||||
## 생산성
|
||||
|
||||
| 이름 | 설명 |
|
||||
|------|------|
|
||||
| [자율 프로젝트 관리](usecases/autonomous-project-management.md) | STATE.yaml 패턴으로 멀티에이전트 프로젝트를 조율합니다. 서브에이전트가 오케스트레이터 없이 병렬로 작업합니다. |
|
||||
| [멀티채널 AI 고객 서비스](usecases/multi-channel-customer-service.md) | WhatsApp, Instagram, 이메일, Google 리뷰를 AI 기반 통합 받은편지함으로 24/7 자동 응답합니다. |
|
||||
| [전화 기반 개인 어시스턴트](usecases/phone-based-personal-assistant.md) | 전화 통화로 AI 에이전트에 접근하고, 핸즈프리 음성 어시스턴트를 어떤 전화기에서든 사용합니다. |
|
||||
| [받은편지함 정리](usecases/inbox-declutter.md) | 뉴스레터를 요약해서 다이제스트 이메일로 전송합니다. |
|
||||
| [개인 CRM](usecases/personal-crm.md) | 이메일과 캘린더에서 연락처를 자동 발굴·추적하고 자연어로 조회합니다. |
|
||||
| [건강 증상 트래커](usecases/health-symptom-tracker.md) | 정기 알림으로 음식 섭취와 증상을 기록하고 트리거를 파악합니다. |
|
||||
| [멀티채널 개인 어시스턴트](usecases/multi-channel-assistant.md) | 단일 AI 어시스턴트로 Telegram, Slack, 이메일, 캘린더를 통합 관리합니다. |
|
||||
| [프로젝트 상태 관리](usecases/project-state-management.md) | 정적 Kanban 보드를 대체하는 이벤트 기반 프로젝트 추적으로 맥락을 자동 캡처합니다. |
|
||||
| [동적 대시보드](usecases/dynamic-dashboard.md) | API, 데이터베이스, 소셜 미디어에서 병렬로 데이터를 수집하는 실시간 대시보드입니다. |
|
||||
| [Todoist 태스크 관리자](usecases/todoist-task-manager.md) | 에이전트의 추론 및 진행 로그를 Todoist에 동기화해서 투명성을 높입니다. |
|
||||
| [가족 캘린더 및 가정 어시스턴트](usecases/family-calendar-household-assistant.md) | 모든 가족 캘린더를 모닝 브리핑으로 통합하고, 메시지에서 약속을 감지하며, 가정 재고를 관리합니다. |
|
||||
| [멀티에이전트 전문 팀](usecases/multi-agent-team.md) | 전략, 개발, 마케팅, 사업 전문 에이전트를 단일 Telegram 채팅으로 조율된 팀으로 운영합니다. |
|
||||
| [맞춤형 모닝 브리프](usecases/custom-morning-brief.md) | 뉴스, 할일, 콘텐츠 초안, AI 추천 액션을 매일 아침 텍스트로 받아봅니다. |
|
||||
| [회의록 및 액션 아이템](usecases/meeting-notes-action-items.md) | 회의 녹취록을 구조화된 요약으로 변환하고 Jira, Linear, Todoist에 자동으로 태스크를 생성합니다. |
|
||||
| [습관 트래커 및 책임 코치](usecases/habit-tracker-accountability-coach.md) | Telegram 또는 SMS로 매일 능동적으로 체크인하며 습관을 추적하고 스트릭을 유지합니다. |
|
||||
| [세컨드 브레인](usecases/second-brain.md) | 봇에 문자를 보내 기억하고, 커스텀 Next.js 대시보드에서 모든 기억을 검색합니다. |
|
||||
| [이벤트 참석 확인](usecases/event-guest-confirmation.md) | AI 음성 통화로 이벤트 게스트에게 자동으로 전화를 걸어 참석 여부를 확인하고 요약을 생성합니다. |
|
||||
|
||||
## 리서치 및 학습
|
||||
|
||||
| 이름 | 설명 |
|
||||
|------|------|
|
||||
| [AI 실적 발표 트래커](usecases/earnings-tracker.md) | 자동 미리 보기, 알림, 상세 요약으로 테크/AI 기업 실적 발표를 추적합니다. |
|
||||
| [개인 지식베이스 (RAG)](usecases/knowledge-base-rag.md) | URL, 트윗, 기사를 채팅에 드롭해서 검색 가능한 지식베이스를 구축합니다. |
|
||||
| [시장 조사 및 제품 팩토리](usecases/market-research-product-factory.md) | Last 30 Days 스킬로 Reddit과 X에서 실제 페인포인트를 발굴하고 MVP를 빌드합니다. |
|
||||
| [사전 빌드 아이디어 검증기](usecases/pre-build-idea-validator.md) | 새로운 것을 빌드하기 전에 GitHub, HN, npm, PyPI, Product Hunt를 자동 스캔합니다. 시장이 포화 상태면 중단, 열려 있으면 진행합니다. |
|
||||
| [시맨틱 메모리 검색](usecases/semantic-memory-search.md) | 하이브리드 검색과 자동 동기화로 OpenClaw 마크다운 메모리 파일에 벡터 기반 시맨틱 검색을 추가합니다. |
|
||||
|
||||
## 금융 및 트레이딩
|
||||
|
||||
| 이름 | 설명 |
|
||||
|------|------|
|
||||
| [Polymarket 자동 매매](usecases/polymarket-autopilot.md) | 백테스팅, 전략 분석, 일일 성과 리포트가 포함된 예측 시장 자동 페이퍼 트레이딩입니다. |
|
||||
|
||||
## 🤝 기여하기
|
||||
|
||||
기여를 환영합니다! 가이드라인은 [CONTRIBUTING.md](CONTRIBUTING.md)를 참고하세요.
|
||||
|
||||
- 새 활용 사례 추가
|
||||
- 기존 사례 개선
|
||||
|
||||
> 직접 사용해보고 검증한 사례만 제출해주세요 (최소 하루 이상). 삶을 실제로 개선하는 진짜 아이디어를 소중히 여깁니다.
|
||||
>
|
||||
> **참고:** 암호화폐 관련 사례는 받지 않습니다.
|
||||
73
usecases/phone-call-notifications.md
Normal file
73
usecases/phone-call-notifications.md
Normal file
@@ -0,0 +1,73 @@
|
||||
# Phone Call Notifications
|
||||
|
||||
Your agent already monitors things for you — stocks, emails, smart home, calendars — but notifications are easy to ignore. Push notifications pile up. Chat messages get buried. For the stuff that actually matters, you need something you can't swipe away.
|
||||
|
||||
This use case gives your agent a phone call as a notification channel. When something is urgent enough, the agent dials your real phone number, tells you what's going on, and you can talk back. Two-way conversation, not a robocall.
|
||||
|
||||
## What It Does
|
||||
|
||||
- Agent decides something is worth your attention (price alert, urgent email, appointment reminder, anything)
|
||||
- Agent calls your phone via [clawr.ing](https://clawr.ing), a managed calling service — no Twilio setup, no API keys to configure
|
||||
- You pick up, hear the alert, and can ask follow-up questions in real time
|
||||
- Call ends when the conversation is done
|
||||
|
||||
The key idea: the agent calls YOU. You don't call the agent. This works with heartbeat checks, cron jobs, or any trigger — the agent evaluates whether something is phone-call-worthy and acts on it.
|
||||
|
||||
## Why This Works
|
||||
|
||||
OpenClaw agents already have initiative — heartbeat, cron, event triggers. But their output channels are limited to chat platforms you might not be checking. A phone call is the one notification channel that reliably gets your attention, especially when you're away from your desk.
|
||||
|
||||
clawr.ing handles the telephony infrastructure. You paste one setup prompt and the agent gains the ability to call. No Twilio account, no phone number provisioning, no webhook configuration. The service covers 100+ countries with real PSTN calls (not VoIP overlays).
|
||||
|
||||
## Skills Needed
|
||||
|
||||
- [clawr.ing](https://clawhub.ai/marcospgp/clawring) — install by pasting the setup prompt from the [clawr.ing dashboard](https://clawr.ing) into your OpenClaw chat. No CLI install needed.
|
||||
|
||||
That's it. No other dependencies. The setup prompt includes the API key and links to skill docs — the agent reads them and figures out the rest.
|
||||
|
||||
## Example: Morning Briefing Call
|
||||
|
||||
Set up a cron job that calls you every morning with a personalized briefing:
|
||||
|
||||
```
|
||||
Every weekday at 7:30 AM, call me with a morning briefing. Include:
|
||||
- Weather forecast for my city
|
||||
- My calendar for today
|
||||
- Any urgent emails that came in overnight
|
||||
- Top 3 news headlines relevant to my interests
|
||||
|
||||
Keep it concise — aim for under 2 minutes. If I ask questions, answer them.
|
||||
If I don't pick up, don't retry.
|
||||
```
|
||||
|
||||
## Example: Price Alert
|
||||
|
||||
Tell the agent what to watch and when to call:
|
||||
|
||||
```
|
||||
Monitor NVDA stock price. If it drops more than 5% in a single day,
|
||||
call me immediately and tell me what happened. Include any relevant
|
||||
news that might explain the drop.
|
||||
```
|
||||
|
||||
## Example: Urgent Email Filter
|
||||
|
||||
```
|
||||
During business hours, check my inbox every 15 minutes.
|
||||
If you see an email from my boss or any email marked urgent,
|
||||
call me with a summary. For everything else, just send a chat message.
|
||||
```
|
||||
|
||||
## Key Insights
|
||||
|
||||
- **Don't overuse it.** The whole point is that a phone call means "this actually matters." If your agent calls you 10 times a day, you'll start ignoring it. Set clear thresholds for what's call-worthy vs chat-worthy.
|
||||
- **Pair with heartbeat or cron.** clawr.ing is the delivery channel — you still need a trigger. Heartbeat checks (every 30 min) work for monitoring tasks. Cron jobs work for scheduled briefings.
|
||||
- **Two-way conversation.** Unlike a push notification, you can ask follow-up questions on the call. "Wait, which email?" or "What's the current price now?" — the agent responds in real time.
|
||||
- **Fast model for calls.** Phone conversations need quick responses. If your OpenClaw supports skill-level model routing, assign clawr.ing to a fast model (Haiku-class). The thinking sound covers latency, but faster is always better.
|
||||
- **Privacy.** clawr.ing doesn't store recordings or transcripts. Audio is encrypted in transit and discarded after processing.
|
||||
|
||||
## Related Links
|
||||
|
||||
- [clawr.ing](https://clawr.ing)
|
||||
- [clawr.ing on ClawHub](https://clawhub.ai/marcospgp/clawring)
|
||||
- [OpenClaw](https://github.com/openclaw/openclaw)
|
||||
Reference in New Issue
Block a user