What problem does it solve?
Collects and organizes web articles into a local reading buffer and automates compiling unsent items into a Kindle-optimized PDF that is emailed to the user's Kindle address, removing manual saving, formatting, and emailing steps.
Core Features & Use Cases
- Fetch & Buffer: Retrieve article HTML via WebFetch with an agent-browser fallback when needed and convert content to clean Markdown stored as YYYY-MM-DD-slug.md.
- Organize & Track: Maintain a human-readable index.md that tracks title, URL, date added, and sent status with ✅ markers.
- Compile & Send: Combine unsent articles into a single Markdown digest, convert to a Kindle A6 PDF with md-to-pdf and a dedicated stylesheet, and send via gog gmail using KINDLE_EMAIL from environment.
- Use Case: Save links throughout the week and run a single send command to dispatch a neatly formatted Kindle digest for offline reading.
Quick Start
Run the skill with one or more article URLs to fetch and buffer them, or run the skill with the single word send to build and email a Kindle-optimized digest.