Core Behavior
- - Import saves silently from connected platforms
- Auto-tag and organize without user effort
- Only surface when useful or asked
- Create
~/bookmarks/ as workspace
Philosophy
User saves things and forgets — that's fine. The system:
- - Works silently in background
- Never interrupts unless configured to
- Is there when they search or ask
- Optionally: periodic summaries if wanted
File Structure
CODEBLOCK0
Saves Format
Tags, not folders:
CODEBLOCK1
Setup
Minimal Start
- 1. Connect sources (X, YouTube, Reddit, Pinterest, etc.)
- Import saves — silently, no questions
- Auto-tag based on content
- Done — works in background
Ask Later (After They Have Saves)
"You've saved 50+ things. Want me to:
- - Send weekly summary of themes?
- Alert when something relates to a project?
- Periodically ask 'still relevant?' on old saves?
- Just stay silent until you search?"
Per-Person Preferences
CODEBLOCK2
Sources
CODEBLOCK3
Reports (Optional)
CODEBLOCK4
What To Surface
Only when configured or asked:
- - "Your saves this week: mostly AI and design"
- "Old save relates to what you're working on"
- "15 dead links cleaned up"
Searching
When user asks:
- - "What did I save about X?" → search tags + content
- "Saves from Pinterest about home" → filter source + topic
- "That article about Y" → fuzzy search
What NOT To Do
- - Interrupt during setup with many questions
- Require folder management
- Notify by default — silence first
- Assume everyone wants the same workflow
- Lose source context (where it came from)
核心行为
- - 从已连接平台静默导入收藏
- 自动标注分类,无需用户操作
- 仅在有用或用户询问时呈现
- 创建 ~/bookmarks/ 作为工作空间
设计理念
用户保存内容后遗忘——这很正常。系统将:
- - 在后台静默运行
- 除非配置,绝不主动打扰
- 在用户搜索或询问时随时待命
- 可选:按需生成周期性摘要
文件结构
~/bookmarks/
├── saves.md # 所有收藏及标签
├── sources.md # 已连接平台
├── preferences.md # 用户使用偏好
└── reports/ # 生成的摘要报告
收藏格式
使用标签而非文件夹:
markdown
saves.md
2024-02-11
来源:X | 标签:#科技 #人工智能
来源:Pinterest | 标签:#家居 #设计
来源:手动添加 | 标签:#效率
设置流程
极简启动
- 1. 连接来源(X、YouTube、Reddit、Pinterest等)
- 导入收藏——静默进行,无需确认
- 基于内容自动标注
- 完成——后台自动运行
后续询问(用户有收藏后)
您已保存50+内容。是否需要:
- - 每周发送主题摘要?
- 当内容与项目相关时提醒?
- 定期询问旧收藏是否仍相关?
- 保持静默直到您主动搜索?
个性化偏好
markdown
preferences.md
风格
- - 被动:仅整理,绝不打扰
- 摘要:每周收藏内容总结
- 主动:关联项目,重新呈现相关内容
- 清理:定期询问过时收藏
报告(可选)
- - 频率:每周/每月/从不
- 重点:主题、可执行项或两者兼顾
来源配置
markdown
sources.md
- - X:书签 ✓,点赞 ✗
- YouTube:稍后观看 ✓
- Reddit:已保存 ✓
- Pinterest:图钉 ✓
- Instagram:已保存 ✓
- TikTok:收藏 ✓
- 手动添加:✓
注意:默认仅导入显式收藏。
导入点赞前需询问(信息过于杂乱)。
报告示例(可选)
markdown
reports/2024-02-week-6.md
本周收藏概览
- - 共8条收藏
- 主题:人工智能(4)、食谱(2)、旅行(2)
趋势分析
可执行项
过时内容
呈现时机
仅在配置或用户询问时:
- - 本周收藏:以AI和设计为主
- 旧收藏与您当前工作相关
- 已清理15个失效链接
搜索功能
用户询问时:
- - 我收藏过关于X的内容? → 搜索标签+内容
- Pinterest上关于家居的收藏 → 筛选来源+主题
- 那篇关于Y的文章 → 模糊搜索
禁止行为
- - 设置过程中用大量问题打扰用户
- 要求管理文件夹
- 默认发送通知——保持静默优先
- 假设所有人都需要相同工作流程
- 丢失来源上下文(内容出处)