Auto-sync: 2026-04-17 22:17

This commit is contained in:
2026-04-17 22:17:27 +08:00
parent 52f4a5acad
commit 76a9b34042
32 changed files with 902 additions and 5 deletions

View File

@@ -0,0 +1,45 @@
---
title: "OpenClaw as Desktop Cowork (AionUi) — Remote Rescue & Multi-Agent Hub"
type: source
tags: []
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/aionui-cowork-desktop.md]]
## Summary
- 核心主题AionUi 桌面端协同工作界面 + OpenClaw 远程救援与多 Agent 管理
- 问题域CLI Agent 可视化、远程运维、跨设备访问
- 方法/机制:桌面端 Cowork UI、内置 OpenClaw 部署专家、WebUI/Telegram 远程访问、多 Agent 并行运行
- 结论/价值:解决 CLI Agent 不可见性问题,提供远程故障恢复能力,统一多 Agent 管理
## Key Claims
- AionUi 让 OpenClaw 以一等公民身份运行在桌面协同工作空间,可视化文件读写、命令执行、网页浏览
- 内置 OpenClaw 部署专家可远程执行 openclaw doctor 诊断和修复,解决远程运维痛点
- MCP 服务器只需在 AionUi 中配置一次,即可在 OpenClaw 及所有其他 Agent 间同步
- 支持通过 WebUI、Telegram、Lark、DingTalk 从任意设备远程访问同一个 AionUi 实例
## Key Quotes
> "Use OpenClaw from a desktop Cowork UI, access it from Telegram or WebUI when you're away, and fix it remotely when it won't connect." — AionUi 核心价值主张
> "A common pattern for users who run OpenClaw headless or on another machine." — 远程救援典型使用场景
## Key Concepts
- [[Cowork UI]]:桌面端协同工作界面,可视化 Agent 操作
- [[OpenClaw 部署专家]]AionUi 内置的 OpenClaw 安装、诊断、修复助手
- [[Remote Rescue]]通过远程渠道WebUI/Telegram执行 openclaw doctor 进行故障恢复
- [[MCP 同步]]MCP 服务器一次配置,所有 Agent 共享
## Key Entities
- [[OpenClaw]]AI Agent 管理工具,在 AionUi 中以一等公民身份运行
- [[AionUi]]:免费开源桌面应用,支持 12+ AI AgentClaude Code、Codex、Qwen Code 等)
- [[iOfficeAI]]AionUi 开发者/维护者
## Connections
- [[OpenClaw]] ← works_with ← [[AionUi]]
- [[AionUi]] ← includes ← [[OpenClaw 部署专家]]
- [[OpenClaw]] ← can_be_rescued_by ← [[OpenClaw 部署专家]]
## Contradictions
- (暂无)

View File

@@ -0,0 +1,45 @@
---
title: "arXiv Paper Reader"
type: source
tags: [agent, usecase, research]
date: 2025-04-17
---
## Source File
- [[raw/Agent/usecases/arxiv-paper-reader.md]]
## Summary
- 核心主题AI Agent 辅助学术论文阅读工作流
- 问题域arXiv 论文获取、解析和交互式阅读
- 方法/机制:通过 arxiv-reader skill 实现无工具调用 API 直接读取 arXiv 论文,包含 arxiv_fetch、arxiv_sections、arxiv_abstract 三个工具
- 结论/价值:将 AI Agent 转变为研究阅读助手,支持摘要速览、章节浏览、跨论文对比和深度分析
## Key Claims
- arxiv-reader skill 可直接下载 PDF 并将 LaTeX 源码自动扁平化,无需手动解析
- 通过章节浏览arxiv_sections可先决定阅读范围避免一次性加载全文
- 本地缓存机制使重复访问秒级响应
- 支持多论文批量摘要对比,辅助阅读优先级排序
## Key Quotes
> "Reading arXiv papers means downloading PDFs, losing context when switching between papers, and struggling to parse dense LaTeX notation." — 原始问题陈述
> "This workflow turns your agent into a research reading assistant" — 解决方案定位
## Key Concepts
- [[arxiv-reader skill]]
- [[LaTeX 扁平化]]
- [[本地缓存]]
## Key Entities
- [[Prismer]] — arxiv-reader skill 的提供方GitHub 仓库维护者
- [[OpenClaw]] — 可运行 agent skill 的 AI Agent 管理工具
## Connections
- [[Prismer]] ← provides → [[arxiv-reader skill]]
- [[arxiv-reader skill]] ← enables → [[arXiv Paper Reader]]
## Contradictions
- 与传统的本地 PDF 阅读器对比:
- 冲突点:是否需要在本地保存文件
- 当前观点:通过 agent 交互获取,无需手动下载和管理文件
- 对方观点:本地保存便于离线阅读和标注

View File

@@ -0,0 +1,47 @@
---
title: "Autonomous Educational Game Development Pipeline"
type: source
tags: [AI Agent, Game Development, Automation]
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/autonomous-game-dev-pipeline.md]]
## Summary
- 核心主题AI Agent 自主管理教育游戏全生命周期的工作流
- 问题域:儿童教育游戏自动化开发
- 方法/机制Game Developer Agent + "Bugs First" 策略 + Git 工作流自动化
- 结论/价值:单人开发者实现 7 分钟产出 1 个游戏的高速迭代
## Key Claims
- Game Developer Agent 能自主管理游戏开发全生命周期
- "Bugs First" 策略确保修复优先于新功能开发
- Round Robin 策略平衡不同年龄段游戏的内容分布
- 7 分钟/游戏的高速迭代来自持续自动化和标准化流程
## Key Quotes
> "The workflow enforces a 'Bugs First' policy where the agent must check for and resolve reported bugs before implementing new features." — 核心工作流规则
> "This pipeline is capable of producing 1 new game or bugfix every 7 minutes." — 效率数据
## Key Concepts
- [[Game Developer Agent]]:自主管理游戏全生命周期的 AI Agent
- [[Bugs First 策略]]:优先修复 bug 再开发新功能的工作流规则
- [[Round Robin 策略]]:轮转分配任务,平衡内容类型的调度算法
- [[Conventional Commits]]:标准化 Git 提交信息格式
## Key Entities
- [[El Bebe Games]]:目标游戏门户项目
- [[Susana]]3 岁女儿
- [[Julieta]]:即将出生的女儿
- [[GitHub]]:代码托管平台
## Connections
- [[El Bebe Games]] ← builds ← [[Game Developer Agent]]
- [[Game Developer Agent]] ← follows ← [[Bugs First 策略]]
- [[Game Developer Agent]] ← uses ← [[Round Robin 策略]]
- [[Game Developer Agent]] ← deploys via ← Git
## Contradictions
- (暂无冲突记录)

View File

@@ -36,6 +36,7 @@ date: 2026-04-17
- [[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]](用于痛点挖掘)
- [[Multi-Source Tech News Digest]] ← similar_to ← [[Daily Reddit Digest]](同为聚合类工具)
## Contradictions
- (暂无发现)

View File

@@ -0,0 +1,61 @@
---
id: family-calendar-household-assistant
title: "家庭日历聚合与生活助手"
type: source
tags: []
date: 2026-04-17
sources:
- raw/Agent/usecases/family-calendar-household-assistant.md
last_updated: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/family-calendar-household-assistant.md]]
## Summary
- 核心主题:将 OpenClaw 构建为家庭协调代理,聚合多平台日历、监控消息自动创建日程、管理家庭库存和购物清单
- 问题域:家庭日程碎片化、生活协调效率低、容易错过重要预约
- 方法/机制:
- 早晨简报聚合所有日历来源
- 环境消息监控自动识别可执行事项
- 驾驶时间缓冲自动添加
- 家庭库存追踪(食品储藏室、冰箱)
- 照片输入 OCR 处理学校日历
- 结论/价值Ambient环境式交互是关键突破点Mac Mini 是最佳运行设备
## Key Claims
- 日历碎片化问题无法通过手动检查解决,必须自动化聚合
- AI Agent 在后台被动监控消息并主动创建日历事件是核心差异化能力
- 驾驶时间缓冲(前后的 30 分钟)能显著减少迟到和匆忙
- 照片输入(学校日历 PDF、冷冻室内容比打字更高效
## Key Quotes
> "I didn't ask it to do that. It just knew that's what I'd want." — 用户对 AI 主动创建日历事件的惊叹
> "one of the best uses of an LLM I've ever experienced." — @theaaron 在 OpenClaw Showcase 对聊天式日历管理的评价
> "I forget where I put things down 5 seconds ago... It's genuinely a big problem for me because I let things expire." — dns_snek 关于家庭库存管理的挑战
## Key Concepts
- [[Ambient-Mode]]AI Agent 被动监控环境并主动行动,无需用户主动请求
- [[家庭库存追踪]]:通过 JSON 文件维护食品储藏室和冰箱物品的持续库存
- [[驾驶时间缓冲]]:在日历事件前后自动添加的出行时间预留
- [[早晨简报]]:定时聚合所有日历来源的每日摘要
- [[消息模式识别]]:从文本对话中检测可执行事项(预约、承诺)的技术
- [[照片 OCR 输入]]:通过视觉模型从物理日历或冷冻室照片提取结构化数据
## Key Entities
- [[OpenClaw]]AI Agent 管理工具,本用例的核心运行平台
- [[Mac-Mini]]:推荐的家庭运行设备,支持 iMessage 集成和 Apple Calendar
- [[Telegram]]:家庭共享聊天界面,提供双方可见性
- [[Google-Calendar]]:工作日历和家庭日历的数据来源
- [[ical]]Apple Calendar 访问方式
## Connections
- [[Self-Healing-Home-Server]] ← uses ← [[OpenClaw]]
- [[Custom-Morning-Brief]] ← similar_to ← [[家庭日历聚合]]
- [[Dynamic-Dashboard]] ← uses ← [[Telegram]]
- [[Second-Brain]] ← uses ← [[Telegram]]
## Contradictions
- (暂无记录)

View File

@@ -0,0 +1,55 @@
---
id: multi-source-tech-news-digest
title: Multi-Source Tech News Digest
type: source
tags:
- agent-use-case
- automation
- news-aggregation
- rss
- twitter
- github
sources:
- raw/Agent/usecases/multi-source-tech-news-digest.md
last_updated: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/multi-source-tech-news-digest.md]]
## Summary
- 核心主题AI Agent 自动化技术新闻聚合与推送系统
- 问题域:技术从业者需要每日追踪 AI、开源、前沿科技领域的最新动态手动浏览多个来源耗时且容易遗漏
- 方法/机制四层数据管道RSS 46源 + Twitter KOL 44账号 + GitHub Releases 19仓库 + Web搜索质量评分算法去重合并定时推送至 Discord/邮件/Telegram
- 结论/价值:通过自然语言 30 秒内自定义数据源,定时自动聚合推送,大幅降低信息获取成本
## Key Claims
- 系统自动从 109+ 个来源聚合科技新闻
- 质量评分算法:优先级来源 +3多来源 +5时效性 +2参与度 +1
- 完全可定制30 秒内添加自定义 RSS、Twitter、GitHub 仓库或搜索查询
## Key Quotes
> "All articles are merged, deduplicated by title similarity, and quality-scored"
## Key Concepts
- [[数据管道-Data-Pipeline]]:自动化数据采集、清洗、聚合的工作流架构
- [[质量评分-Quality-Scoring]]:多维度算法评估内容重要性
- [[语义去重]]:基于标题相似度的内容去重机制
## Key Entities
- [[RSS]]46 个科技新闻来源OpenAI、Hacker News、MIT Tech Review 等)
- [[Twitter]]44 个 KOL 账号(@karpathy@sama@VitalikButerin 等)
- [[GitHub]]19 个热门仓库vLLM、LangChain、Ollama、Dify 等)
- [[Brave Search]]Web 搜索层,提供 4 个主题搜索能力
- [[Discord]]:消息推送目的地之一
- [[Telegram]]:消息推送目的地之一
- [[tech-news-digest]]:驱动该系统的核心 Skill
- [[ClawHub]]:分发和安装 AI Agent Skills 的平台
## Connections
- [[Custom Morning Brief]] ← similar_to ← [[Multi-Source Tech News Digest]](同为定时自动化简报)
- [[Daily Reddit Digest]] ← similar_to ← [[Multi-Source Tech News Digest]](同为聚合类工具)
- [[tech-news-digest]] ← powers ← [[Multi-Source Tech News Digest]]
## Contradictions
- (暂无发现)

View File

@@ -0,0 +1,46 @@
---
title: "Phone Call Notifications"
type: source
tags: [agent, notification, voice, openclaw]
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/phone-call-notifications.md]]
## Summary
- 核心主题AI Agent 电话通知渠道,通过主动呼叫实现重要事项实时提醒
- 问题域传统推送通知易被忽视Chat 消息容易淹没,紧急事项无法触达用户
- 方法/机制Agent 通过 clawr.ing 服务主动呼叫用户电话,实现双向语音交互
- 结论/价值电话是唯一无法_swipe_away的通知渠道适合真正重要的事项
## Key Claims
- Agent 主动呼叫用户,而非用户呼叫 Agent
- 支持双向对话,用户可以实时追问详情
- clawr.ing 覆盖 100+ 国家,支持真实 PSTN 电话(非 VoIP
- 电话通知需设置高阈值,避免过度使用导致麻木
## Key Quotes
> "For the stuff that actually matters, you need something you can't swipe away." — 核心价值主张
> "The agent calls YOU. You don't call the agent." — 交互模式定义
## Key Concepts
- [[Voice Agent]]:具备语音交互能力的 AI 代理
- [[Cron Jobs]]:定时任务调度机制
- [[Heartbeat]]:周期性检查机制,用于监控任务
## Key Entities
- [[clawr.ing]]托管电话呼叫服务AI Agent 通过 API 实现电话通知
- [[OpenClaw]]:开源 AI Agent 管理框架,支持多种触发器和输出渠道
## Connections
- [[OpenClaw]] ← uses ← [[Voice Agent]]
- [[OpenClaw]] ← triggers ← [[Cron Jobs]]
- [[OpenClaw]] ← triggers ← [[Heartbeat]]
- [[Voice Agent]] ← delivered_by ← [[clawr.ing]]
## Contradictions
- 与 [[Phone-Based Personal Assistant]] 存在场景重叠,但侧重点不同:
- Phone-Based Personal Assistant用户主动呼叫 AI 获取服务
- Phone Call NotificationsAI 主动呼叫用户推送通知

View File

@@ -0,0 +1,52 @@
---
title: "Semantic Memory Search"
type: source
tags: []
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/semantic-memory-search.md]]
## Summary
- 核心主题:为 OpenClaw 的 markdown 内存系统添加向量语义搜索能力
- 问题域OpenClaw 内存文件无法按语义搜索,仅支持关键词匹配和全文加载
- 方法/机制:使用 memsearch 库 + Milvus 向量数据库实现语义搜索,结合 BM25 全文搜索和密集向量,通过 RRF 排序reranking
- 结论/价值:可以通过自然语义"我们选了什么缓存方案?"找到相关内容,无需关键词匹配
## Key Claims
- OpenClaw 的内存以 markdown 文件存储,便于移植和人类阅读,但无搜索功能
- 语义搜索通过向量嵌入实现,"what caching solution did we pick?"能找到相关内容,即使不含"caching"一词
- SHA-256 内容哈希确保未更改文件永不重新嵌入,零 API 浪费
- 混合搜索结合语义相似度密集向量与关键词匹配BM25通过倒数排名融合RRFreranking
## Key Quotes
> "Index all your OpenClaw markdown memory files into a vector database (Milvus) with a single command" — memsearch 核心功能说明
> "SHA-256 content hashing means unchanged files are never re-embedded — zero wasted API calls" — 成本优化机制
> "Hybrid search (dense vectors + BM25 full-text) with RRF reranking for best results" — 搜索质量保障
## Key Concepts
- [[语义搜索]]:通过向量嵌入实现按语义相似度而非关键词匹配搜索
- [[向量嵌入]]:将文本转换为数值向量,用于语义相似度计算
- [[BM25]]:基于关键词的全文搜索算法
- [[RRFReranking]]:倒数排名融合,将多路搜索结果合并排序
## Key Entities
- [[memsearch]]GitHub 开源项目Zilliz Tech 开发,提供向量搜索 CLI/库
- [[Milvus]]开源向量数据库memsearch 的后端存储
- [[OpenClaw]]AI Agent 管理工具,其内存系统触发此需求
## Connections
- [[memsearch]] ← powers ← [[语义搜索]]
- [[Milvus]] ← stores ← [[向量嵌入]]
- [[OpenClaw]] ← uses ← [[Semantic-Memory-Search]]
- [[语义搜索]] ← combines ← [[向量嵌入]]
- [[语义搜索]] ← combines ← [[BM25]]
## Contradictions
- 与 [[Second-Brain]] 冲突:
- 冲突点:两者都解决"笔记搜索"需求,但方案不同
- 当前观点memsearch 通过向量搜索实现语义检索
- 对方观点Second-Brain 通过 Next.js 搜索界面实现检索,各有优势

View File

@@ -0,0 +1,39 @@
---
title: "X/Twitter Automation from Chat"
type: source
tags: []
date: 2026-04-17
---
## Source File
- [[raw/Agent/usecases/x-twitter-automation.md]]
## Summary
- 核心主题:通过自然语言实现 X/Twitter 全自动化管理包括发推、回复、点赞、转发、关注、DM、搜索、数据提取、抽奖和监控
- 问题域X/Twitter 运营需要切换多个工具,管理复杂,缺乏统一对话界面
- 方法/机制TweetClaw 作为 OpenClaw 插件,连接 X/Twitter API通过自然语言指令完成所有操作
- 结论/价值:单一对话界面完成 X/Twitter 全部运营动作,无需在多个应用间切换
## Key Claims
- TweetClaw 通过自然语言即可完成 X/Twitter 运营的全部操作
- 支持抽奖活动,可按粉丝数、账号年龄、关键词等条件筛选获奖者
- 提供账户监控功能,新推文或粉丝变化时主动通知用户
- 所有操作通过托管 API 完成无需浏览器Cookie、无需爬虫、无凭证暴露风险
## Key Quotes
> "All actions go through a managed API — no browser cookies, no scraping, no credential exposure." — 强调安全性
## Key Concepts
- [[TweetClaw]]OpenClaw 插件,连接 X/Twitter API 实现自然语言自动化
- [[X/Twitter API]]Twitter 公司提供的官方编程接口,用于第三方应用集成
## Key Entities
- [[OpenClaw]]AI Agent 管理工具,支持插件扩展
- [[@xquik/tweetclaw]]npm 包名,通过 `openclaw plugins install @xquik/tweetclaw` 安装
## Connections
- [[OpenClaw]] ← extends ← [[TweetClaw]]
- [[X/Twitter API]] ← uses ← [[TweetClaw]]
## Contradictions
- (暂无)