Claude Code Plugins

Community-maintained marketplace

Feedback

livelib-global-search

@bongiozzo/bq
1
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name livelib-global-search
description Use LiveLib global search to find the first/best book result and return its canonical book URL.
compatibility Requires network access to livelib.ru.

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