A new Claude Code plugin from developer l3a0 tackles one of the most frustrating limitations in Amazon's ecosystem: you can't easily export your own Kindle highlights and notes. The tool, posted to GitHub at https://github.com/l3a0/claude-plugins on August 24th, has already caught attention on Hacker News where it scored 10 points with readers noting its practical utility for power users who want ownership of their reading data.

How It Works

The plugin works by directly accessing your Kindle's local SQLite database files rather than relying on Amazon's official export mechanisms. When you sync a Kindle device, all your annotations get stored locally before uploading to Amazon's cloud—but Amazon has historically made it difficult to extract this data in bulk. The Claude Code skill parses these database files and presents your highlights in a usable format.

Why This Matters

Amazon's approach to user data portability has long been a pain point for readers who accumulate thousands of highlights over years of reading. While the Kindle app allows basic clipboard copying, it's designed for one-note-at-a-time extraction, making bulk backups or other note-taking systems unnecessarily painful. This plugin automates what would otherwise be a manual database archaeology project.

The Bigger Picture

This isn't just about convenience—it's about data sovereignty. When you buy books from Amazon and annotate them on your Kindle, you're creating valuable intellectual property in the form of your notes and marginalia. Having a tool to liberate that data without jumping through corporate hoops represents a small but meaningful win for user rights.

Key Takeaways

  • Plugin accesses local SQLite databases rather than fighting with export restrictions
  • Works directly on your device—no server dependencies or cloud APIs required
  • Open source, so the community can audit and improve it
  • Part of a broader trend of AI coding assistants enabling new forms of data liberation tools

The Bottom Line

This is exactly the kind of tooling that makes me optimistic about locally-running AI agents. Rather than waiting for Amazon to maybe someday offer better export options, the hacker community is building the bridges themselves—and in the process, reminding everyone that your highlights are YOURS.

> From The Wire