← 返回 Skills 市场
heardlyapp

Book Sum

作者 heardlyapp · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
160
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install book-sum
功能描述
Generate detailed, complete book summaries with key ideas, full narratives, actionable takeaways, and a comprehensive, readable overview.
使用说明 (SKILL.md)

book-sum

Generate extended summaries of books with full content and key ideas.

What it does

  • Return complete book summaries (no truncation)
  • Extract 3 key ideas with full narratives
  • Create actionable takeaways
  • Format as readable text summary
  • Provide comprehensive overview

Installation

clawhub install book-sum

Usage

const BookSumSkill = require('book-sum');
const skill = new BookSumSkill();

const result = skill.generateTextSummary({
  title: 'Atomic Habits',
  author: 'James Clear',
  summary: 'Small changes compound into big results...'
});

Output

Extended summary with:

  • Full book summary
  • 3 Key Ideas (complete content)
  • Actionable takeaways
  • Comprehensive overview

License

MIT

安全使用建议
This skill appears to simply reformat and expand whatever 'summary' text you give it into longer summaries and podcast scripts — it does not fetch books or access external services. If you expected the skill to produce full book-text summaries from a title/author alone, note that it requires you to provide the summary text (it will not download copyrighted works). Review the included index.js if you want to confirm there are no network calls in a future version. If you install, you can safely run it in a sandbox to verify behavior before granting it broad access.
功能分析
Type: OpenClaw Skill Name: book-sum Version: 1.0.0 The skill is a straightforward text processing utility designed to format book summaries into podcast scripts or structured summaries. Analysis of index.js and SKILL.md shows no evidence of network activity, file system access, or malicious instructions; the code relies entirely on basic string manipulation and local logic.
能力评估
Purpose & Capability
The name, description, SKILL.md, and index.js all describe the same behavior: generating extended summaries and podcast scripts from a provided summary. There are no unexpected environment variables, binaries, or remote endpoints that would be unrelated to the stated purpose. (Note: the skill operates only on the 'summary' text you supply — it does not fetch full book texts.)
Instruction Scope
SKILL.md instructs the agent to instantiate and call generateTextSummary/generateFullSummary, which matches the code. The instructions do not ask the agent to read arbitrary files, environment variables, or network endpoints. They do not collect or transmit data beyond the returned summary objects.
Install Mechanism
There is no explicit install spec (lowest-risk pattern), but the package includes code files (index.js, package.json). This is coherent for a simple JS skill; installation via the normal registry/installer would place that code on disk. No external downloads or executables are specified.
Credentials
The skill declares no required environment variables, credentials, or config paths and the implementation does not access any. The requested environment access is minimal and proportional to the task.
Persistence & Privilege
The skill does not request always:true and makes no modifications to other skills or system-wide settings. It has no special persistence or elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install book-sum
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /book-sum 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of book-sum skill. - Generates complete book summaries without truncation. - Extracts 3 key ideas with full narratives. - Provides actionable takeaways. - Outputs summaries in readable text format. - Supplies comprehensive overviews for books.
元数据
Slug book-sum
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Book Sum 是什么?

Generate detailed, complete book summaries with key ideas, full narratives, actionable takeaways, and a comprehensive, readable overview. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。

如何安装 Book Sum?

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

Book Sum 是免费的吗?

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

Book Sum 支持哪些平台?

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

谁开发了 Book Sum?

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

💬 留言讨论