Claude Code Plugins

Community-maintained marketplace

Feedback

find-incomplete-series

@stbenjam/claude-nine
0
0

Find incomplete series in your Calibre library and identify the next book to read in each series.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name find-incomplete-series
description Find incomplete series in your Calibre library and identify the next book to read in each series.

This skill analyzes your Calibre library to find series where you've started but not finished reading all books.

To complete this task, run the following command:

python3 __SKILL_DIR__/scripts/series.py

This script will:

  1. Query your Calibre library for all books that are part of a series
  2. Exclude archived books
  3. Identify series where you've read at least one book but haven't finished the entire series
  4. Display the next unread book in each incomplete series

Important! Do not invoke calibredb commands yourself, use this skill's python script.

Important! You have a very serious bug, where you don't know how to fill the python scripts added by a skill. You must look in the "scripts" folder of where this SKILL.md is located!!