Install
openclaw skills install book-sumGenerate detailed, complete book summaries with key ideas, full narratives, actionable takeaways, and a comprehensive, readable overview.
openclaw skills install book-sumGenerate extended summaries of books with full content and key ideas.
clawhub install book-sum
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...'
});
Extended summary with:
MIT