kobo-library
Installation
SKILL.md
Kobo Library
Runtime skill for search-then-download over the user's Kobo library.
Authentication is owned by kobo-auth — this skill assumes auth is
ready and exits with a hint if it isn't.
The intended user-facing flow:
- User describes what they're looking for (title / author / topic / year)
- Skill resolves filters, queries the library, presents matches as cards
- User confirms which books to download
- Skill downloads the chosen RevisionIds (idempotent, DRM-free EPUBs)
Pre-conditions
bash ${CLAUDE_PLUGIN_ROOT}/skills/kobo-auth/scripts/kobo_login.sh status \
>/dev/null || { echo "auth required — see kobo-auth skill"; exit 1; }