返回 Skill 列表
extension
分类: 开发与工程无需 API Key

livelib-quote-search

给定一个LiveLib图书URL和一段引用片段,找到匹配的LiveLib引用URL。

person作者: jakexiaohubgithub

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