← 返回
未分类 中文

Amazon Books

Search books across all sources with summaries and Amazon purchase links. Triggered when user asks about finding, buying, or searching for books.
跨所有来源搜索书籍,提供摘要及亚马逊购买链接。当用户询问查找、购买或搜索书籍时触发。
heardlyapp
未分类 clawhub v1.0.3 1 版本 99787.7 Key: 无需
★ 0
Stars
📥 470
下载
💾 27
安装
1
版本
#latest

概述

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

  1. Heardly Database (5904 books) — fastest, local
  2. Google Books API (free, millions of books)
  3. Open Library API (free, open source)
  4. Amazon Search Links (no API needed)

License

MIT

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-03-30 22:57 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Book Summary

heardlyapp
生成播客风格的书籍音频脚本,包含3个核心观点、可执行要点及单人旁白预估时长。
★ 0 📥 530

Book Quotes

heardlyapp
从书中提取精彩引语和段落,获取最具启发性和思考性的名言。
★ 0 📥 421

Book Sum

heardlyapp
生成详细完整的书籍摘要,包含核心要点、完整叙述、实践要点和全面易读的概述
★ 0 📥 438