Claude-skill-registry livelib-global-search

Use LiveLib global search to find the first/best book result and return its canonical book URL.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/livelib-global-search" ~/.claude/skills/majiayu000-claude-skill-registry-livelib-global-search && rm -rf "$T"
manifest: skills/data/livelib-global-search/SKILL.md
source content

Goal

Given a

book_title
(and optionally author), return the first/best matching
https://www.livelib.ru/book/...
URL from LiveLib search.

Inputs

  • book_title
    (string)

Output

  • book_url
    (string | null)
  • candidates
    (list)

Notes

  • Use as fallback when the reading list search fails.
  • If no book is found, return
    book_url = null
    .

See references in

references/
.