โ† All skills
Tencent SkillHub ยท Developer Tools

Books

CLI for AI agents to search and lookup books for their humans. Uses Open Library API. No auth required.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

CLI for AI agents to search and lookup books for their humans. Uses Open Library API. No auth required.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Book Lookup

CLI for AI agents to search and lookup books for their humans. "What's that fantasy series about the magic university?" โ€” now your agent can answer. Uses Open Library API. No account or API key needed.

Usage

"Search for books called The Name of the Wind" "Find books by Patrick Rothfuss" "Tell me about work ID OL27448W" "Who is author OL23919A?"

Commands

ActionCommandSearchbooks search "query"Get book detailsbooks info <work_id>Get author infobooks author <author_id>

Examples

books search "the name of the wind" # Find books by title books search "author:brandon sanderson" # Search by author books info OL27448W # Get full details by work ID books author OL23919A # Get author bio and works

Output

Search output: [OL27448W] The Name of the Wind โ€” Patrick Rothfuss, 2007, โญ 4.5 Info output: ๐Ÿ“š The Name of the Wind Work ID: OL27448W First Published: March 27, 2007 Subjects: Fantasy, Magic, Coming of Age ๐Ÿ“– Description: [Full description text] ๐Ÿ–ผ๏ธ Cover: https://covers.openlibrary.org/b/id/12345-L.jpg Author output: ๐Ÿ‘ค Patrick Rothfuss Born: June 6, 1973 Author ID: OL23919A ๐Ÿ“– Bio: [Author biography] === Works === [OL27448W] The Name of the Wind, 2007 [OL16313124W] The Wise Man's Fear, 2011

Notes

Uses Open Library API (openlibrary.org) No authentication required Work IDs look like: OL27448W Author IDs look like: OL23919A Search supports author:, title:, subject: prefixes Cover images available in S, M, L sizes

Agent Implementation Notes

Script location: {skill_folder}/books (wrapper to scripts/books) When user asks about books: Run ./books search "title or author" to find work ID Run ./books info <work_id> for full details Run ./books author <author_id> for author info and bibliography Search tips: Use author:name to search specifically by author Use title:name to search specifically by title Use subject:topic to search by genre/subject Don't use for: E-books, audiobooks, purchasing, or reading the actual content.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs