Auto-sync: 2026-04-17 16:17

This commit is contained in:
2026-04-17 16:17:32 +08:00
parent 2935282989
commit a1c4f6495b
17 changed files with 525 additions and 17 deletions

View File

@@ -0,0 +1,48 @@
---
title: "Custom Morning Brief"
type: source
tags: []
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/custom-morning-brief.md]]
## Summary
- 核心主题AI Agent 自动化早间简报工作流
- 问题域:个人效率与 AI 自动化
- 方法/机制:定时任务 + 新闻研究 + 待办提取 + 主动建议
- 结论/价值:让 AI 在夜间工作,人起床后直接开始高效工作
## Key Claims
- 早间简报将夜晚闲置时间转化为高效准备时间
- AI 推荐任务是最强大的部分,让 Agent 主动思考能帮你完成的任务
- 完整草稿(而非仅想法)是节省时间的关键
## Key Quotes
> "You wake up and spend the first 30 minutes of your day catching up — scrolling news, checking your calendar, reviewing your to-do list, trying to figure out what matters today. What if all of that was already done and waiting for you as a text message?"
> "Full drafts (not just ideas) are the key to saving time. Wake up to scripts, not suggestions."
## Key Concepts
- [[Morning Brief]]AI Agent 定时发送的自动化早间简报工作流
- [[Task Automation]]:将任务创建过程从手动操作转化为系统执行的机制
- [[Cron Jobs]]:基于时间的定时任务调度机制
- [[Proactive Recommendations]]AI Agent 主动推荐可以自主完成的任务
## Key Entities
- [[OpenClaw]]AI Agent 管理工具,负责执行早间简报自动化
- [[Alex Finn]]YouTube 创作者,本工作流的灵感来源
- [[Telegram]]:消息推送渠道之一
- [[Discord]]:消息推送渠道之一
- [[Todoist]]:任务管理工具集成
## Connections
- [[OpenClaw]] ← uses ← [[Morning Brief]]
- [[Morning Brief]] ← depends_on ← [[Cron Jobs]]
- [[Morning Brief]] ← uses ← [[Telegram]]
- [[Morning Brief]] ← integrates_with ← [[Todoist]]
- [[Alex Finn]] ← inspires ← [[Morning Brief]]
## Contradictions
- (暂无)

View File

@@ -0,0 +1,41 @@
---
title: "Daily Reddit Digest"
type: source
tags: [reddit, ai-agent, automation, digest]
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/daily-reddit-digest.md]]
## Summary
- 核心主题AI Agent 定时从 Reddit 热门子版块获取热门帖子并生成每日摘要
- 问题域:信息过载、热点追踪、内容筛选
- 方法/机制:使用 reddit-readonly skill 获取热门/最新/热榜帖子,支持搜索主题和获取评论线程
- 结论/价值:自动化追踪多来源信息流,仅读模式不干扰社区
## Key Claims
- Daily Reddit Digest ← uses ← reddit-readonly skill
- Daily Reddit Digest ← runs_on ← OpenClaw
- Daily Reddit Digest ← scheduled_by ← Cron Jobs每日下午5点执行
- Daily Reddit Digest → provides → 个性化偏好学习机制
## Key Quotes
> "It's read-only. No posting, voting, or commenting." — 明确只读定位,避免干扰
## Key Concepts
- [[Cron Jobs]]定时任务调度设定每日下午5点执行
- [[Task Automation]]:自动化将任务创建过程从手动转化为系统执行
- [[Preference Learning]]:通过记忆机制学习用户偏好,持续优化内容筛选
## Key Entities
- [[OpenClaw]]AI Agent 管理工具,运行定时任务
- [[Reddit]]:社交新闻聚合网站,支持子版块热门帖子获取
## Connections
- [[Custom Morning Brief]] ← similar_to ← [[Daily Reddit Digest]](均为定时信息摘要)
- [[Daily YouTube Digest]] ← similar_to ← [[Daily Reddit Digest]]均为内容聚合digest
- [[Market Research & Product Factory]] ← uses ← [[Daily Reddit Digest]](用于痛点挖掘)
## Contradictions
- (暂无发现)

View File

@@ -0,0 +1,36 @@
---
title: "Inbox De-clutter"
type: source
tags: [agent, automation, email, newsletter]
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/inbox-declutter.md]]
## Summary
- 核心主题Newsletter 邮件自动化整理与摘要生成
- 问题域Newsletter 堆积导致邮箱混乱、关键信息被淹没
- 方法/机制:通过 Cron Jobs 定时读取过去 24 小时的 newsletter 邮件AI Agent 提取核心要点并生成摘要,根据用户反馈持续优化摘要质量
- 结论/价值:将被动堆积的 newsletter 转化为主动可控的信息源,释放注意力
## Key Claims
- Newsletter 可以无限堆积导致邮箱混乱
- 使用专属邮箱隔离 newsletter 是有效的分离策略
- AI Agent 能够从 newsletter 中提取最具价值的内容
- 用户反馈循环可以优化 AI 的摘要质量
## Key Quotes
> "I want you to run a cron job everyday at 8 p.m. to read all the newsletter emails of the past 24 hours and give me a digest of the most important bits along with links to read more. Then ask for my feedback on whether you picked good bits, and update your memory based on my preferences for better digests in the future jobs."
## Key Concepts
- [[Cron Jobs]]:定时任务调度机制
- [[上下文记忆]]AI Agent 根据用户反馈更新记忆、优化未来输出
## Key Entities
- [OpenClaw](entities/OpenClaw.md)AI Agent 管理工具,运行定时任务
- [Gmail OAuth](entities/Gmail.md):邮件访问认证方式
## Connections
- [Custom Morning Brief](sources/custom-morning-brief.md) ← similar_to ← [[Inbox De-clutter]]
- [Cron Jobs](concepts/Cron-Jobs.md) ← uses ← [[Inbox De-clutter]]

View File

@@ -0,0 +1,45 @@
---
id: market-research-product-factory
title: "Market Research & Product Factory"
type: source
tags: [openclaw, workflow, market-research, product-development, automation]
sources: []
last_updated: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/market-research-product-factory.md]]
## Summary
- **核心主题**: AI 辅助创业,从市场研究到产品 MVP 的自动化流水线
- **问题域**: 创业者"不知道做什么产品"的产品定位难题
- **方法/机制**: 使用 Last 30 Days skill 挖掘 Reddit 和 X 上的真实用户痛点,然后让 OpenClaw 自动构建解决方案 MVP
- **结论/价值**: 实现"创业自动化"——找到问题 → 验证需求 → 构建产品,全程通过文本交互完成
## Key Claims
- 创业者面临的最大挑战是"不知道做什么",传统市场研究需要手动浏览论坛、社交媒体,耗时数小时
- Last 30 Days skill 提供真实的、未经过滤的用户情绪,而非经过 sanitized 的调查数据
- 该工作流将"发现→验证→构建"完整流程自动化,零编码即可交付产品
- 通过定时任务可实现持续的市场情报监控
## Key Quotes
> "This is entrepreneurship on autopilot: find problems → validate demand → build solutions, all through text messages." — 来源文档
## Key Concepts
- [[Last-30-Days-Skill]]: Matt Van Horn 开发的 Reddit 和 X 研究技能,可获取过去 30 天内的用户痛点
- [[Market-Research]]: 通过系统化收集和分析用户反馈来识别产品机会的方法
- [[Pain-Point-Discovery]]: 识别用户面临的具体问题和未满足需求的过程
- [[MVP]]: 最小可行产品,用最少的资源验证核心假设
## Key Entities
- [[OpenClaw]]: AI Agent 管理工具,负责研究和构建
- [[Last-30-Days-Skill]]: Matt Van Horn 开发的市场研究技能
- [[Alex Finn]]: OpenClaw 生活改变用例视频的创作者
## Connections
- [[OpenClaw]] ← uses ← [[Last-30-Days-Skill]]
- [[Pain-Point-Discovery]] ← enables ← [[MVP]]
- [[Market-Research]] ← automated_by ← [[Agentic-AI]]
## Contradictions
- (暂无)

View File

@@ -0,0 +1,58 @@
---
title: Phone-Based Personal Assistant
type: source
tags: [AI Agent, Use Case, Voice Agent]
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/phone-based-personal-assistant.md]]
## Summary
- 核心主题基于电话的AI个人助理让任何手机通过语音与AI Agent交互
- 问题域Hands-free AI访问、手机端语音交互、解放双手场景
- 方法/机制ClawdTalk集成Telnyx电话服务实现OpenClaw的语音通话功能
- 结论/价值用户无需智能手机应用或浏览器即可通过语音访问AI助手适用于开车、步行等双手被占用的场景
## Key Claims
- ClawdTalk enables OpenClaw to receive and make phone calls, turning any phone into a gateway to your AI assistant
- 用户可以通过打电话获取日历提醒、Jira更新和网络搜索结果
- SMS支持即将推出
## Key Quotes
> "You want to access your AI agent from any phone without needing a smartphone app or internet browser." — 核心痛点描述
## Key Concepts
- [[Voice Agent]]具备语音交互能力的AI代理能够通过语音对话完成任务
- [[Telnyx]]电话连接服务提供商为ClawdTalk提供可靠的电话 connectivity
## Key Entities
- [[ClawdTalk]]连接OpenClaw与电话网络的客户端工具
- [[OpenClaw]]AI Agent管理工具支持多技能集成
- [[Telnyx]]电话API服务提供商
## Connections
- [[OpenClaw]] ← integrates_with ← [[ClawdTalk]]
- [[ClawdTalk]] ← uses ← [[Telnyx]]
- [[Voice Agent]] ← enables ← [[Phone-Based Personal Assistant]]
## Prompts
```
You are available via phone. When I call, greet me and ask how I can help.
For calendar queries: "What's on my calendar today?"
For Jira updates: "Show me my open tickets"
For web search: "Search for latest news on AI agents"
```
## Skills Needed
- [ClawdTalk](https://github.com/team-telnyx/clawdtalk-client)
- Calendar skill (Google Calendar or Outlook)
- Jira skill
- Web search skill
## Related Links
- [ClawdTalk Website](https://clawdtalk.com)
- [ClawdTalk GitHub](https://github.com/team-telnyx/clawdtalk-client)
- [Telnyx API](https://telnyx.com/)
- [OpenClaw Skills](https://github.com/openclaw/skills)