← 返回 Skills 市场
Book Summary
作者
heardlyapp
· GitHub ↗
· v1.0.2
· MIT-0
227
总下载
0
收藏
4
当前安装
2
版本数
在 OpenClaw 中安装
/install book-summary
功能描述
Generate podcast-style audio scripts summarizing books with 3 key ideas, actionable takeaways, and estimated duration for single-narrator delivery.
使用说明 (SKILL.md)
book-summary
Generate podcast-style summaries of books. Convert book content into engaging audio scripts with key ideas and actionable takeaways.
What it does
- Generate podcast-style scripts from book summaries
- Extract 3 key ideas with narratives
- Create actionable takeaways
- Estimate podcast duration
- Format as single-narrator audio script
Installation
clawhub install book-summary
Usage
const BookSummarySkill = require('book-summary');
const skill = new BookSummarySkill();
const result = skill.generatePodcastSummary({
title: 'Atomic Habits',
author: 'James Clear',
summary: 'Small changes compound into big results...'
});
Output
Podcast script with:
- Hook (opening)
- Intro (context)
- 3 Key Ideas (with takeaways)
- Synthesis (connection)
- Call to Action
License
MIT
安全使用建议
This skill appears internally consistent and low-risk: it only transforms an input summary into a podcast-style script and includes no network, file I/O, or secret access. Before installing, consider: (1) you should only feed text you are allowed to process (copyright concerns when supplying full book text); (2) if you obtained this skill from an untrusted registry source, you may want to review the small index.js yourself (it’s short and readable); (3) normal platform autonomy means the agent can call the skill when invoked — that’s expected here and not a red flag given the skill’s limited scope.
功能分析
Type: OpenClaw Skill
Name: book-summary
Version: 1.0.2
The book-summary skill is a straightforward text-processing utility designed to format book metadata into podcast scripts and summaries. Analysis of index.js and SKILL.md reveals no network activity, file system access, or attempts at prompt injection; the code purely performs string manipulation and basic calculations for duration estimation.
能力评估
Purpose & Capability
The name/description (podcast-style book summaries) matches the code and SKILL.md. The included index.js implements summary-to-script generation, duration estimation, and text summary functions — all expected for this purpose. No unrelated capabilities are present.
Instruction Scope
SKILL.md and README describe only local generation of summaries and example usage via the exported class. The runtime instructions do not ask the agent to read arbitrary files, environment variables, or send data to external endpoints.
Install Mechanism
There is no install spec that downloads or extracts remote artifacts. The package is instruction-only from the registry with a small included index.js; no external installers, URLs, or archives are used.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not access process.env or other secrets. Requested permissions are minimal and proportional to the stated functionality.
Persistence & Privilege
always is false and the skill does not modify other skills or system settings. It contains no code that persists data or elevates privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install book-summary - 安装完成后,直接呼叫该 Skill 的名称或使用
/book-summary触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
Fix: Remove hard truncation, add generateFullSummary()
v1.0.1
- Added podcast-style book summary generation, including key ideas and actionable takeaways.
- Outputs a single-narrator audio script with hook, intro, key ideas, synthesis, and call to action.
- Now estimates podcast duration based on content.
- Simple installation and usage via npm.
元数据
常见问题
Book Summary 是什么?
Generate podcast-style audio scripts summarizing books with 3 key ideas, actionable takeaways, and estimated duration for single-narrator delivery. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。
如何安装 Book Summary?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install book-summary」即可一键安装,无需额外配置。
Book Summary 是免费的吗?
是的,Book Summary 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Book Summary 支持哪些平台?
Book Summary 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Book Summary?
由 heardlyapp(@heardlyapp)开发并维护,当前版本 v1.0.2。
推荐 Skills