Agent skill · Security

books

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill books-decimasudo-lumoagent --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Path: skills/api/books-decimasudo-lumoagent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 | Action | Command | |--------|---------| | Search | `books search "query"` | | Get book details | `books info <work_id>` | | Get author info | `books author <author_id>` | ### Examples ```bash 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 A

What's inside
Steps it walks through
  1. Usage
  2. Commands
  3. Examples
  4. Output
  5. Notes
  6. Agent Implementation Notes
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
What does the books skill do?

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

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill books-decimasudo-lumoagent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going