返回顶部
a

amazon_books

Search books across all sources with summaries and Amazon purchase links. Triggered when user asks about finding, buying, or searching for books.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.3
安全检测
已通过
132
下载量
0
收藏
概述
安装方式
版本历史

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 ```bash clawhub install amazon-books ``` ## Usage ```javascript 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

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 amazon-books-1776102209 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 amazon-books-1776102209 技能

通过命令行安装

skillhub install amazon-books-1776102209

下载 Zip 包

⬇ 下载 amazon_books v1.0.3

文件大小: 4.77 KB | 发布时间: 2026-4-14 13:07

v1.0.3 最新 2026-4-14 13:07
- Updated dependencies in package.json for improved stability.
- Enhanced code structure and formatting in index.js.
- Refreshed metadata in _meta.json; no user-facing feature changes.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部