Agent Skills: livelib-quote-search

Given a LiveLib book URL and a quote fragment, find a matching LiveLib quote URL.

searchID: bongiozzo/bq/livelib-quote-search

Install this agent skill to your local

pnpm dlx add-skill https://github.com/bongiozzo/bq/tree/HEAD/skills/livelib-quote-search

Skill Files

Browse the full folder contents for livelib-quote-search.

Download Skill

Loading file tree…

skills/livelib-quote-search/SKILL.md

Skill Metadata

Name
livelib-quote-search
Description
Given a LiveLib book URL and a quote fragment, find a matching LiveLib quote URL.

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/.