4.3k★by sameerbajaj
reader-deep-dive – OpenClaw Skill
reader-deep-dive is an OpenClaw Skills integration for coding workflows. Daily briefing that connects your recent reading to your long-term archive.
Skill Snapshot
| name | reader-deep-dive |
| description | Daily briefing that connects your recent reading to your long-term archive. OpenClaw Skills integration. |
| owner | sameerbajaj |
| repository | sameerbajaj/reader-deep-dive |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @sameerbajaj/reader-deep-dive |
| last updated | Feb 7, 2026 |
Maintainer

name: reader-deep-dive description: Daily briefing that connects your recent reading to your long-term archive. metadata: {"clawdbot":{"emoji":"🤿","requires":{"env":["READWISE_TOKEN"]}}}
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
- 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
- Get your Access Token from readwise.io/access_token.
- Set it in your environment:
export READWISE_TOKEN="your_token_here"
Usage
Manual Trigger:
bash scripts/brief.sh
Schedule (Cron): Run it every afternoon at 2 PM:
clawdbot cron add --id reader_brief --schedule "0 14 * * *" --command "bash scripts/brief.sh"
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.
Reader Deep Dive 🤿
Your reading list shouldn't be a write-only memory.
Most of us save articles, read them (maybe), and then forget them. We have a library of thousands of ideas, but we treat every new day like we're starting from zero.
This agent changes that. It scans what you're reading right now and connects it to the deepest cuts from your past. It doesn't just list links; it builds a timeline of your thinking on a specific topic.
What It Does
Every afternoon (or on-demand), it runs a comprehensive research pass:
- Detects Your Current Focus: It analyzes your last 24 hours of saves to identify the core theme—whether it's "AI Agents," "Vibe Coding," or "Metabolic Health."
- Mines Your Archive: It searches your entire history for that topic, pulling from thousands of documents saved over years.
- Synthesizes Intelligence: It selects at least 5 deep-dive connections and organizes them chronologically (Oldest to Newest) to show you the history of your thinking.
- Enriches Metadata: Every reference includes the Author Name and Media Type (tweet, video, article, etc.) for high-signal context.
The Output
You get a high-signal WhatsApp message formatted for mobile readability:
TOPIC: AI AGENTS 🎯
CURRENT FOCUS
- Why OpenClaw feels alive (tweet) by claire vo (Saved: Today) Argues that "aliveness" comes from reactive loops rather than raw intelligence.
DEEP DIVE CONNECTIONS
One Year Ago: AutoGPT: The Dream of Autonomy (video) by Prompt Engineering (Saved: 2024-05-20) The original vision for self-improving agents. Revisiting this highlights the progress from "prompt engineering" to the "agentic engineering" patterns in your current saves. https://read.readwise.io/read/xyz
Last Month: The Rise of the Wrapper (article) by Nat Friedman (Saved: 2025-11-12) An analysis of LLM thin-clients. This provides the architectural context for the more complex stateful frameworks you are exploring today. https://read.readwise.io/read/abc
[... at least 3 more items ...]
Setup
- Get a Token: Grab your Readwise Access Token from readwise.io/access_token.
- Set Environment:
export READWISE_TOKEN="your_token_here" - Run:
bash scripts/brief.sh
Requirements
curl,jqclawdbot(for LLM inference and WhatsApp delivery)geminiCLI (for stateless completion)
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install reader-deep-dive?
Run openclaw add @sameerbajaj/reader-deep-dive in your terminal. This installs reader-deep-dive into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/sameerbajaj/reader-deep-dive. Review commits and README documentation before installing.
