kindle

Sync Kindle highlights and notes from read.amazon.com/notebook into per-book vault pages.

9|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/lmorchard/decafclaw --skill kindle-lmorchard
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kindle
Source: https://github.com/lmorchard/decafclaw/tree/main/contrib/skills/kindle
Command: npx skills add https://github.com/lmorchard/decafclaw --skill kindle-lmorchard

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Kindle highlights and notes are scattered in the Amazon notebook and across devices; this Skill consolidates them into per-book vault pages for easy reference, search, and long-term knowledge management.

Core Features & Use Cases

  • Import and sync all highlights and notes from read.amazon.com/notebook into per-book vault pages under agent/pages/kindle/.
  • Incrementally update pages with new highlights, while archiving deleted or outdated items in an accessible "Archived" section.
  • Use case: study, review, or research by keeping Kindle annotations synchronized with your vault.

Quick Start

Run a Kindle library sync to populate your vault with highlights from your Kindle library.

Frequently Asked Questions about kindle

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What do I need to import Kindle highlights from read.amazon.com?

You need a cookies file to authenticate HTTP fetch requests to read.amazon.com/notebook. The Skill parses the fetched HTML to extract highlights and notes, upserting them as per-book pages under agent/pages/kindle/.

How does syncing Kindle highlights handle deleted or outdated annotations?

Incremental syncs update per-book pages with new highlights while moving deleted or outdated items to an accessible Archived section.

Can I schedule automatic Kindle highlight syncs to my vault?

Yes, the Skill supports scheduled cron runs and user-initiated invocations to automatically update vault pages with Kindle highlights and notes on a recurring basis.

Do I need a cookies file to sync Kindle highlights into my vault?

Yes, a cookies file is required for authentication when fetching HTML from read.amazon.com/notebook. The Skill uses this to extract and parse your Kindle highlights and notes into vault pages.