Claude-skill-registry livelib-quote-search
Given a LiveLib book URL and a quote fragment, find a matching LiveLib quote 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-quote-search" ~/.claude/skills/majiayu000-claude-skill-registry-livelib-quote-search && rm -rf "$T"
manifest:
skills/data/livelib-quote-search/SKILL.mdsource content
Goal
Given
book_url and quote_text, locate a matching quote on LiveLib and return a canonical https://www.livelib.ru/quote/... URL.
Inputs
(string)book_url
(string)quote_text
Output
(string | null)quote_url
Notes
- Prefer exact/substring matches after normalization.
- If the quote cannot be verified on a quote page, return
.quote_url = null
See references in
references/.