manage

Installation
SKILL.md

Purpose

Personal-use Kindle DRM removal is a fragile multi-tool workflow with state mutations that, if forgotten, leave the user's machine in an awkward state (silent auto-update, stuck firewall rules, half-installed Calibre plugins). This skill captures the lifecycle as discrete reversible actions and tracks every upstream source that drifts independently (Amazon's Kindle for PC release cadence, Satsuoni's DeDRM_tools fork, Kindle_Key_Finder zip with rolling date in URL, techy-notes.com tutorial article).

Scope: Windows-only (Kindle for PC + KFXKeyExtractor are Windows binaries). Single-user. Books the user owns.

Pre-computed context

Probe current state on every invocation. Run scripts/status.sh and read the JSON output before deciding which action applies.

bash "${CLAUDE_PLUGIN_ROOT}/skills/manage/scripts/status.sh"

Output reports: Kindle for PC version, firewall rule presence, ICACLS deny presence, ~/Tools/Kindle_Key_Finder presence, ~/Downloads installer presence, Calibre install presence, Calibre plugin presence (best-effort), book count in My Kindle Content + Calibre Library.

Action router

Installs
2
GitHub Stars
12
First Seen
Jul 21, 2026
manage — melodic-software/claude-code-plugins