Reader Deep Dive 🤿
Your reading list shouldn't be a write-only memory. This skill checks what you've saved recently, finds connected ideas from your deep archive (last 3 days, 3 months, or years ago), and sends you a high-signal briefing with context on why you should revisit them.
It turns "I saved that somewhere" into "Here is the timeline of your thinking on this topic."
How it works
- 1. Scans Recent Saves: Checks your Readwise Reader "new" folder for the last 24 hours.
- Identifies Themes: Uses your system's default LLM to figure out your current obsession.
- Temporal Context: Searches your library history and finds relevant items from different timeframes.
- Delivers Briefing: Sends a WhatsApp message with a "Deep Dive" summary connecting your current saves to your past library.
Setup
- 1. Get your Access Token from readwise.io/access_token.
- Set it in your environment:
CODEBLOCK0
Usage
Manual Trigger:
CODEBLOCK1
Schedule (Cron):
Run it every afternoon at 2 PM:
CODEBLOCK2
Customization
You can tweak the prompt in prompts/briefing.txt if you want a different tone or format. By default, it uses a clean, WhatsApp-friendly style.
读者深度探索 🤿
你的阅读清单不应只是只写不读的记忆。此技能会检查你近期保存的内容,从你的深层档案(过去3天、3个月或几年前)中找出相关联的想法,并发送一份高信号简报,附上为何值得重读这些内容的背景说明。
它将我好像保存在某处了转变为这是你在这个话题上的思考时间线。
工作原理
- 1. 扫描近期保存: 检查你Readwise Reader新文件夹中过去24小时的内容。
- 识别主题: 使用系统默认的LLM来找出你当前关注的重点。
- 时间背景: 搜索你的资料库历史,从不同时间段找出相关条目。
- 发送简报: 通过WhatsApp发送一条深度探索摘要,将你当前的保存内容与过去的资料库联系起来。
设置
- 1. 从readwise.io/access_token获取你的访问令牌。
- 将其设置到你的环境中:
bash
export READWISE_TOKEN=你的令牌
使用方法
手动触发:
bash
bash scripts/brief.sh
定时任务(Cron):
每天下午2点运行:
bash
clawdbot cron add --id reader_brief --schedule 0 14 * --command bash scripts/brief.sh
自定义
如果你想要不同的语气或格式,可以调整prompts/briefing.txt中的提示词。默认情况下,它采用简洁、适合WhatsApp的风格。