返回 Skill 列表
extension
分类: 其它无需 API Key

Find Book

即时查找非虚构类书籍,提供Goodreads评分、摘要、核心概念及AI建议,助您扩充智能体的知识库。

person作者: heardlyapphubclawhub

find-book

Local book search. 5904 nonfiction books, no network calls.

What it does

  • Search 5904 books by title or author
  • Return book metadata: title, author, rating, summary, link
  • Generate markdown suggestions for knowledge base

Installation

clawhub install find-book

Usage

const FindBookSkill = require('find-book');
const skill = new FindBookSkill();
const result = skill.search('Atomic Habits');

Data

  • Source: Heardly database
  • Format: Local JSON cache
  • Books: 5904 nonfiction titles
  • Network: Zero external calls
  • Cost: Free

License

MIT