A CLI-based skill for AI agents to search and retrieve comprehensive book and author data using the Open Library API.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install books
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install books using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Book Lookup skill enables AI agents to interact with the massive Open Library database directly from the command line. It is designed as part of the Openclaw Skills ecosystem to provide agents with the ability to identify literature, retrieve detailed bibliographies, and access author biographies without requiring API keys or complex authentication. By leveraging Openclaw Skills, developers can build more knowledgeable agents capable of discussing literary works, genres, and publication histories with high precision.
This skill serves as a bridge between an AI's conversational abilities and the structured data available in the public domain. Whether your agent needs to find a specific edition of a classic or explore a contemporary author's body of work, this implementation within the Openclaw Skills framework ensures fast and reliable data retrieval.
To integrate this skill into your environment, ensure you have the required dependencies: bash, curl, and jq.
# Ensure the script is executable within your Openclaw Skills directory
chmod +x scripts/books
# Test the search functionality
./books search "the name of the wind"
No authentication or API keys are required for this skill, making it an ideal plug-and-play component for Openclaw Skills developers.
The skill organizes its output based on Open Library's unique identification system. Data is structured to be easily parsed by AI agents.
| Data Type | ID Format | Metadata Fields |
|---|---|---|
| Work | OL...W | Title, First Published, Subjects, Description, Cover URL |
| Author | OL...A | Name, Birth Date, Biography, Bibliography |
| Search | Query String | Result List with Work IDs and Year |
All responses are optimized for text-based consumption, ensuring the agent can interpret the literature data accurately.
Loading
A robust CLI tool for AI agents to retrieve detailed anime metadata, seasonal charts, and rankings from MyAnimeList without authentication.

A dedicated CLI tool that allows AI agents to fetch real-time anime metadata, seasonal charts, and top rankings without needing an API key.

ClawPhunks is a specialized NFT collection and toolset designed to enable AI agents to mint, own, and trade rare digital assets programmatically.

A specialized tool that enables AI agents to perform real-time searches across the Chinese internet using the Baidu AI Search API.

A lightweight CLI tool for AI agents to locate and identify breweries across the globe using the Open Brewery DB.

A sophisticated decision-support tool that spawns a panel of expert sub-agents to provide diverse feedback and a synthesized verdict on your ideas.








































