use-goodreads-export

Community

Query Goodreads CSV exports with a built-in toolkit.

Authorstbenjam
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps you analyze a Goodreads CSV export using the included Python tools, removing the need to write ad-hoc parsing code.

Core Features & Use Cases

  • CSV parsing: Leverages the included goodreads_lib.py to read Title, Author, Shelves, Ratings, Date Read, etc.
  • Query & reporting: Retrieve read books, TBR, books on any shelf, and series data for insights like completions and ratings.

Quick Start

  1. Place goodreads_library_export.csv as described in the SKILL.md.
  2. Create a small Python script that imports the library from SKILL_DIR/scripts and uses GoodreadsLibrary to run queries.
  3. Run the script with Python to print or export results.

Dependency Matrix

Required Modules

None required

Components

scripts

💻 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: use-goodreads-export
Download link: https://github.com/stbenjam/claude-nine/archive/main.zip#use-goodreads-export

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