← Back to Skills Marketplace
heardlyapp

Book Summary

by heardlyapp · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
227
Downloads
0
Stars
4
Active Installs
2
Versions
Install in OpenClaw
/install book-summary
Description
Generate podcast-style audio scripts summarizing books with 3 key ideas, actionable takeaways, and estimated duration for single-narrator delivery.
README (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

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install book-summary
  3. After installation, invoke the skill by name or use /book-summary
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug book-summary
Version 1.0.2
License MIT-0
All-time Installs 4
Active Installs 4
Total Versions 2
Frequently Asked Questions

What is Book Summary?

Generate podcast-style audio scripts summarizing books with 3 key ideas, actionable takeaways, and estimated duration for single-narrator delivery. It is an AI Agent Skill for Claude Code / OpenClaw, with 227 downloads so far.

How do I install Book Summary?

Run "/install book-summary" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Book Summary free?

Yes, Book Summary is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Book Summary support?

Book Summary is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Book Summary?

It is built and maintained by heardlyapp (@heardlyapp); the current version is v1.0.2.

💬 Comments