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
archiveandlaterlocations (<slug>-<id8>.md), with the Reader AI summary indescription: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
readwiseCLI installed and authenticated — see thereadwise-cliskill (npm install -g @readwise/cli,readwise login-with-token <token>).- A second-brain vault with
raw/andwiki/log.md(default~/Documents/sanket-wiki).