Install
openclaw skills install amazon-booksSearch books across all sources with summaries and Amazon purchase links. Triggered when user asks about finding, buying, or searching for books.
openclaw skills install amazon-booksSearch books across all sources with summaries and Amazon purchase links.
Use this skill when the user asks:
clawhub install amazon-books
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
Formatted text with:
MIT