← 返回 Skills 市场
aaroncxxx

Find Book

作者 aaroncxxx · GitHub ↗ · v1.2.0 · MIT-0
cross-platform ✓ 安全检测通过
98
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install find-book-aaroncxxx
功能描述
出版书籍查找与权威来源定位。根据书名、作者、ISBN 或主题, 查找权威版本、译本、校注本及其 ISBN/出版信息。 覆盖中西方经典著作(哲学、文学、宗教等),支持多语种版本溯源。 每次搜索输出 3 个版本选项:权威版 / 推荐版 / 入门版。 使用场景:用户问"找书"、"查ISBN"、"有哪些版本"、"权威译本...
使用说明 (SKILL.md)

出版书籍查找 Find a Book

关于作者 — 十五年老米粉了!!冲!!! v1.2 优化:每次搜索输出 3 个版本选项(权威/推荐/入门),搜索流程模板化,扩展参考库,ISBN 工具增强。

根据用户需求,定位权威出版版本,每次推荐 3 个版本选项

核心原则

每个书籍搜索,必须给出 3 个结果选项:

选项 定位 目标用户
🏛️ 权威版 学术标准、底本可靠、考据严谨 研究者、考据派、专业用途
📖 推荐版 译笔好、注释全、口碑佳、综合最优 认真读者、长期阅读
💰 入门版 便宜易得、够用、上手快 预算有限、快速了解

如果某本书确实找不到 3 个版本,说明原因,不要硬凑。

核心流程

用户需求 → 识别书籍 → 查内置库 → 网络补充 → 筛选 3 个版本 → 结构化输出

Step 1: 识别目标

解析用户输入,提取:

  • 书名(中/英/德/其他语言)
  • 作者/编者/译者
  • 具体需求:找版本?查ISBN?对比译本?推荐入门版本?

Step 2: 搜索(按优先级)

  1. 内置数据库references/ 下的权威清单
  2. 网络搜索 — mimo_web_search 查找出版社官网、豆瓣读书、WorldCat
  3. ISBN 验证scripts/isbn_check.py 校验 + Open Library 查询

Step 3: 筛选 3 个版本

从搜索结果中,按以下标准挑选 3 个:

  • 🏛️ 权威版:学术界公认、底本最可靠、译者最有学术背景
  • 📖 推荐版:读者口碑最好、可读性与准确性平衡、注释质量高
  • 💰 入门版:价格最低、最容易获取、适合初次接触

Step 4: 输出格式

📚 《书名》版本推荐

🏛️ 权威版
  译者/编者 | 出版社 | 年份 | ISBN: xxx
  一句话说明为什么权威

📖 推荐版
  译者/编者 | 出版社 | 年份 | ISBN: xxx
  一句话说明为什么推荐

💰 入门版
  译者/编者 | 出版社 | 年份 | ISBN: xxx
  一句话说明为什么适合入门

💡 建议:...

版本对比模板

用户问"哪个译本好"时,用表格对比:

维度          | 🏛️ 权威版 | 📖 推荐版 | 💰 入门版
--------------|-----------|-----------|----------
底本来源      | KSA原版   | KSA转译   | 英译转译
译者学术性    | ⭐⭐⭐⭐⭐   | ⭐⭐⭐⭐    | ⭐⭐⭐
可读性        | ⭐⭐⭐      | ⭐⭐⭐⭐⭐   | ⭐⭐⭐⭐
注释质量      | ⭐⭐⭐⭐⭐   | ⭐⭐⭐⭐    | ⭐⭐⭐
价格/获取     | 💰💰💰     | 💰💰      | 💰
适合          | 研究/考据  | 深度阅读  | 快速了解

内置权威数据库

西方哲学 — 尼采著作

详见 references/nietzsche.md

中国经典

详见 references/chinese-classics.md

西方哲学通识

详见 references/western-philosophy.md

中国文学

详见 references/chinese-literature.md

宗教典籍

详见 references/religions.md

主题式查找

用户说"找关于XX的书" →

  1. 确定领域(哲学/文学/宗教/历史)
  2. 推荐该领域公认经典(最多 5 本)
  3. 每本书给 3 个版本选项

ISBN 工具

# 校验 ISBN
python3 "{baseDir}/scripts/isbn_check.py" 978-7-100-05982-4

# 批量校验
python3 "{baseDir}/scripts/isbn_check.py" --file isbns.txt

# 查询 ISBN 信息(Open Library API)
python3 "{baseDir}/scripts/isbn_check.py" --lookup 9780521585848

搜索模板

# 查找权威版本
"{书名}" authoritative edition ISBN publisher

# 查找中文译本
"{书名}" 中文译本 权威 ISBN 出版社

# 验证 ISBN
site:worldcat.org ISBN {isbn}

# 查找绝版/稀缺版本
"{书名}" "{译者}" 旧书 孔夫子 多抓鱼

注意事项

  • 只提供合法出版物信息,不提供下载链接
  • 标注"待核实"的 ISBN 需用户自行验证
  • 古籍版本差异大,需说明底本来源
  • 翻译质量为主观评估,标注"仅供参考"
  • 找不到 3 个版本时说明原因,不硬凑
安全使用建议
This skill appears coherent and matches its description. Before installing: be aware it will perform web searches and call the Open Library API when validating/lookups (network activity). The bundled Python script runs locally and only contacts public endpoints; no credentials are requested. If you rely on a particular web-search tool (mimo_web_search), confirm your agent environment provides it; otherwise the skill may fall back to other web search methods. As with any content-aggregating tool, verify any '待核实' ISBNs and citations the skill returns before relying on them for academic or purchase decisions.
功能分析
Type: OpenClaw Skill Name: find-book-aaroncxxx Version: 1.2.0 The skill bundle is a legitimate tool for identifying authoritative book editions and validating ISBN information. The primary functional component, `scripts/isbn_check.py`, uses the Python standard library to validate ISBN formats and perform lookups via the public Open Library API (openlibrary.org). The instructions in `SKILL.md` and the reference files in `references/` are consistent with the stated purpose of providing structured book recommendations and do not contain any malicious directives, data exfiltration logic, or unauthorized execution patterns.
能力评估
Purpose & Capability
Name/description (find authoritative editions, translations, ISBNs) matches included reference data and the isbn_check.py tool. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md confines actions to: consult local references/, run the included ISBN script, and perform web searches (publisher sites, WorldCat, Douban). This is in-scope for the purpose, but it gives the agent broad discretion to perform arbitrary web searches (mentions a 'mimo_web_search' tool without declaring availability). The instructions explicitly forbid providing download links or bypassing paywalls.
Install Mechanism
No install spec — instruction-only with one bundled Python script. Nothing is downloaded at install time; the included script uses standard library urllib to call Open Library.
Credentials
No environment variables, credentials, or sensitive config paths are requested. Network calls are limited to public bibliographic endpoints (Open Library) per the script and to general web search in the SKILL.md.
Persistence & Privilege
Skill is user-invocable, not forced-always. It does not request persistent system privileges or modify other skills' configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install find-book-aaroncxxx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /find-book-aaroncxxx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
每次搜索输出3个版本选项(权威/推荐/入门); 搜索流程模板化; 扩展参考库(西方哲学/中国文学/宗教典籍); ISBN工具增强(--lookup/--file批量); 版本对比表格模板
v1.1.0
- 新增详细的使用说明与核心查找流程,包括用户需求识别、权威版本匹配、版本清单输出等步骤。 - 扩展权威数据库覆盖范围,细化西方哲学(尼采作品)与中国经典文献的权威版本及推荐清单。 - 增加主题式查找、版本对比、与网络搜索策略,支持多场景查询需求。 - 明确规范合法信息范围,不提供下载、绕开付费墙等灰色用途。 - 提供标准化的权威书籍版本输出模板,便于版本溯源和推荐。
元数据
Slug find-book-aaroncxxx
版本 1.2.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Find Book 是什么?

出版书籍查找与权威来源定位。根据书名、作者、ISBN 或主题, 查找权威版本、译本、校注本及其 ISBN/出版信息。 覆盖中西方经典著作(哲学、文学、宗教等),支持多语种版本溯源。 每次搜索输出 3 个版本选项:权威版 / 推荐版 / 入门版。 使用场景:用户问"找书"、"查ISBN"、"有哪些版本"、"权威译本... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 98 次。

如何安装 Find Book?

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

Find Book 是免费的吗?

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

Find Book 支持哪些平台?

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

谁开发了 Find Book?

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

💬 留言讨论