Files
nexus/wiki/sources/personal-crm.md

46 lines
2.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Personal CRM with Automatic Contact Discovery"
type: source
tags: []
date: 2026-04-27
---
## Source File
- [[raw/Agent/usecases/personal-crm.md]]
## Summary用中文描述
- 核心主题:构建一个自动化维护的个人 CRM 系统,通过每日 cron job 扫描邮件和日历,自动发现联系人并更新交互记录。
- 问题域:手动记录人际交往信息不可持续——重要跟进容易被遗忘,会面前忘记之前讨论的上下文。
- 方法/机制gog CLI 读取 Gmail/日历 → SQLite 结构化存储 → Agent 自然语言查询 → 每日晨会简报推送至 Telegram。
- 结论/价值:用 AI Agent 实现联系人管理的全自动化,保证每次会议都有充分的事前准备。
## Key Claims用中文描述
- 手动记录人脉信息不可行:重要跟进会遗漏,会面前的上下文容易被遗忘。
- 每日 cron job 扫描邮件和日历可自动发现新联系人和交互事件。
- 结构化数据库存储联系人关系上下文,支持自然语言查询。
- 每日晨会简报7 AM可在会面前推送联系人背景、上次交谈内容、待跟进事项。
## Key Quotes
> "Keeping track of who you've met, when, and what you discussed is impossible to do manually." — 核心痛点陈述
> "Daily meeting prep briefing: before each day's meetings, researches external attendees via CRM + email history and delivers a briefing" — 核心价值点
## Key Concepts
- [[Personal CRM]]:个人客户关系管理系统,自动维护联系人及交互历史。
- [[Meeting Briefing]]:会前简报,在会议开始前提供参会者背景信息。
- [[Contact Discovery]]:联系人自动发现机制,从邮件和日历中提取新联系人。
- [[Gog CLI]]Gmail 和 Google Calendar 的命令行接口,用于数据采集。
## Key Entities
- [[Gog CLI]]:邮件/日历数据源工具。
- [[SQLite CRM Database]]:存储联系人结构化数据的技术组件。
- [[Telegram Topic personal-crm]]CRM 查询专用 Telegram 话题。
## Connections
- [[Gog CLI]] ← feeds ← [[Personal CRM]]
- [[SQLite CRM Database]] ← stores ← [[Personal CRM]]
- [[Meeting Briefing]] ← depends_on ← [[Personal CRM]]
- [[Telegram Topic personal-crm]] ← delivers ← [[Meeting Briefing]]
## Contradictions
- 暂无已知冲突页面。