Agent skill
livelib-quote-search
Given a LiveLib book URL and a quote fragment, find a matching LiveLib quote URL.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/livelib-quote-search
SKILL.md
Goal
Given book_url and quote_text, locate a matching quote on LiveLib and return a canonical https://www.livelib.ru/quote/... URL.
Inputs
book_url(string)quote_text(string)
Output
quote_url(string | null)
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/.
Didn't find tool you were looking for?