
Lets you search Korean public library catalogs through the Data4Library API without managing auth keys yourself. You can find books by keyword, check detailed bibliographic info by ISBN, see which libraries in a region hold a specific book, and verify real-time availability at a particular branch. It proxies requests through k-skill-proxy so you don't need to register for API credentials. The workflow is read-only and straightforward: search, get an ISBN, then narrow down by region code or library code. Most useful if you're helping Korean users locate physical books in their local public library system, though you'll want to remind them that availability can lag due to sync delays.
npx -y skills add nomadamas/k-skill --skill library-book-search --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct library-book-search
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files library-book-search
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/library-book-search/instruction.md.