← 返回 Skills 市场
heardlyapp

Amazon Books

作者 heardlyapp · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ✓ 安全检测通过
192
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install amazon-books
功能描述
Search books across all sources with summaries and Amazon purchase links. Triggered when user asks about finding, buying, or searching for books.
使用说明 (SKILL.md)

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

安全使用建议
This skill appears to do what it says: search public book APIs, optionally use a local Heardly data file, and return Amazon search links. It does not ask for any credentials or read system configs. Before installing, consider: (1) Heardly data file (data/books.json) is not included — some features may be missing unless you supply that file; (2) the skill makes outbound HTTPS requests to Google Books and Open Library — verify your environment permits that and you’re comfortable with those network calls; (3) Amazon links are generated as search URLs (clicking them opens Amazon in a browser). If you require offline-only behavior or stricter network controls, review or sandbox the skill accordingly.
功能分析
Type: OpenClaw Skill Name: amazon-books Version: 1.0.3 The amazon-books skill is a legitimate tool for searching book information across Google Books, Open Library, and a local database. The implementation in index.js uses standard Node.js modules (https, fs) to perform searches and format results without any external dependencies, sensitive data access, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description claim searching multiple book sources and providing Amazon links; the code implements Google Books, Open Library, builds Amazon search URLs, and optionally reads a local 'Heardly' data file. Minor note: SKILL.md mentions a local Heardly DB (~5904 books) but the repository does not include a data/books.json file — this only affects availability of Heardly results, not functionality.
Instruction Scope
SKILL.md and code confine actions to searching Google Books/Open Library, reading a local data file if present, and building Amazon links. There are no instructions to read unrelated system files, exfiltrate data, or call unexpected endpoints.
Install Mechanism
No install spec in the registry (instruction-only), and bundled code contains no external download/install steps. The package is a simple Node module/CLI; nothing is fetched from untrusted URLs.
Credentials
The skill requests no environment variables or credentials and only performs network calls to public book APIs and Amazon search. It reads a local data file within its own directory if present — no access to unrelated credentials or config paths.
Persistence & Privilege
always is false, the skill does not modify other skills or system-wide settings, and it does not persist credentials or run background processes. Autonomous invocation is allowed (platform default) but not combined with elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install amazon-books
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /amazon-books 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
- 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.
v1.0.2
- Added CLI support with new cli.js file. - Expanded skill documentation with usage scenarios, detailed data sources, trigger phrases, and keyword metadata. - Updated package and meta information for improved discoverability and clarity. - No breaking changes to the API; skill usage remains the same.
v1.0.1
- Default output is now user-friendly formatted text, making results ready to display to users. - Documentation updated to reflect the new output format and usage. - Maintains all previous search, description, and purchase link features.
v1.0.0
- Initial release of amazon-books skill. - Search books by title, author, or keyword across multiple sources. - Returns full book descriptions, Amazon purchase links, and publication info. - Displays Heardly summaries when available.
元数据
Slug amazon-books
版本 1.0.3
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Amazon Books 是什么?

Search books across all sources with summaries and Amazon purchase links. Triggered when user asks about finding, buying, or searching for books. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 192 次。

如何安装 Amazon Books?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install amazon-books」即可一键安装,无需额外配置。

Amazon Books 是免费的吗?

是的,Amazon Books 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Amazon Books 支持哪些平台?

Amazon Books 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Amazon Books?

由 heardlyapp(@heardlyapp)开发并维护,当前版本 v1.0.3。

💬 留言讨论