readwise-second-brain-sync

Installation
SKILL.md

Readwise → Second-Brain Sync

Deliver Readwise/Reader content into the vault's raw/ folder so /second-brain-ingest can process it exactly like web-clipped articles. This skill only writes raw/ files and its own state — it never ingests, and it never touches wiki/.

What syncs by default (high-signal scope):

  • Highlight digests — one file per highlighted book/article (<slug>-highlights-<bookid>.md), regenerated whole whenever that source gains or changes highlights.
  • Read Reader docs — documents in the archive and later locations (<slug>-<id8>.md), with the Reader AI summary in description: and the full markdown content as the body.

What does not sync: the RSS feed location (never), and the unread inbox (new) unless --include-inbox is passed.

Prerequisites

  • readwise CLI installed and authenticated — see the readwise-cli skill (npm install -g @readwise/cli, readwise login-with-token <token>).
  • A second-brain vault with raw/ and wiki/log.md (default ~/Documents/sanket-wiki).

Run the Sync

Installs
1
GitHub Stars
1
First Seen
Jul 8, 2026
readwise-second-brain-sync — sanketsudake/harness-configs