Amazon Books
/install amazon-books
amazon-books
Search books across all sources with summaries and Amazon purchase links.
What it does
- Search books by title, author, or keyword across multiple sources
- Return full book descriptions from Google Books API
- Provide direct Amazon purchase links
- Show Heardly summary if available
- Support multiple book sources (Heardly, Google Books, Open Library)
- Return user-friendly formatted text by default
When to use this skill
Use this skill when the user asks:
- "Do you have books by Kevin Kelly?"
- "Where can I buy books about happiness?"
- "Search for books on machine learning"
- "Find me books by Elon Musk"
- "What books are available about AI?"
Installation
clawhub install amazon-books
Usage
const AmazonBooksSkill = require('amazon-books');
const skill = new AmazonBooksSkill();
// Search books (returns formatted text)
const result = await skill.searchBooks({
query: 'Kevin Kelly',
limit: 5
});
console.log(result); // Directly readable text output
Output
Formatted text with:
- Title, author, description
- Amazon purchase link
- Heardly summary (if available)
- Ready to display to users
Data Sources
- Heardly Database (5904 books) — fastest, local
- Google Books API (free, millions of books)
- Open Library API (free, open source)
- Amazon Search Links (no API needed)
License
MIT
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install amazon-books - After installation, invoke the skill by name or use
/amazon-books - Provide required inputs per the skill's parameter spec and get structured output
What is Amazon Books?
Search books across all sources with summaries and Amazon purchase links. Triggered when user asks about finding, buying, or searching for books. It is an AI Agent Skill for Claude Code / OpenClaw, with 192 downloads so far.
How do I install Amazon Books?
Run "/install amazon-books" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Amazon Books free?
Yes, Amazon Books is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Amazon Books support?
Amazon Books is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Amazon Books?
It is built and maintained by heardlyapp (@heardlyapp); the current version is v1.0.3.