Skip to content
Tech News
← Back to articles

A Claude Code skill that recovers export-blocked Kindle highlights

read original more articles
Why This Matters

This new Claude Code plugin addresses a common frustration among Kindle users by recovering highlights that are truncated or hidden due to Amazon's export limits. It enhances users' ability to access and organize their annotations, making digital reading and note-taking more effective and personalized. This development signals a move towards more user-controlled data management within the e-reader ecosystem, benefiting both consumers and the broader tech industry focused on digital content accessibility.

Key Takeaways

l3a0's Claude Code plugins

A personal collection of Claude Code skills, published as a single plugin under the l3a0 namespace. This repo is both the plugin and its own marketplace.

I write about how these tools get built — and about technology, business, and finance — at baowebdev.substack.com.

Install

claude plugin marketplace add l3a0/claude-plugins claude plugin install l3a0@l3a0

Skills are invoked as /l3a0:<skill-name> (the bare /<skill-name> also works while no other installed command claims the name), and Claude auto-invokes them when a request matches a skill's description.

Skills

Export a heavily-highlighted book from Amazon's notebook page and some highlights come back cut off mid-sentence, while others come back as a bare location number with no text at all, under this notice:

"Some highlights have been hidden or truncated due to export limits."

Those are your own notes, in your own account, capped by a budget Amazon doesn't document and you can't raise. This skill gets them back: it extracts every highlight for a book from the Kindle notebook ( read.amazon.com/notebook ) into one combined, verbatim, location-cited Markdown file — including the highlights the export limit truncates or hides entirely, which are recovered from the Mac Kindle app's synced annotation positions plus the Cloud Reader's rendered pages.

... continue reading