psql

Community

Query your Kindle notes instantly with SQL.

Authordfujiwara
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill lets you interact with your local Kindle notes database by translating natural language queries into SQL, enabling fast data exploration without needing SQL fluency and without exposing your data externally.

Core Features & Use Cases

  • Natural language to SQL: Describe what you want and have the Skill translate it into a safe SQL query against the local database.
  • Direct SQL input: Run raw SQL queries for advanced users.
  • Local execution & privacy: All data remains on your machine, ensuring privacy and security.
  • Use Case: Quickly fetch the most recent notes across multiple books or search highlights by keyword.

Quick Start

Ask to see the 5 most recent notes, e.g.: 'Show me the 5 most recent notes.'

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: psql
Download link: https://github.com/dfujiwara/kindle-notes-reminder/archive/main.zip#psql

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository