book-recommend
书单推荐助手。个性化推荐、书籍摘要、同类书推荐、阅读清单、读书会方案、年度书单。Book recommendation with personalized picks, summaries, similar books, reading lists, book clubs.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain/book-recommendBook Recommend Skill
书单推荐助手 — 遇见下一本好书。
Commands
Run via: bash scripts/book.sh <command> [args...]
| Command | Description |
|---|---|
| recommend | 按兴趣推荐书籍 |
| summary | 生成书籍摘要和要点 |
| similar | 找类似的书 |
| reading-list | 创建主题阅读清单 |
| club | 读书会方案设计 |
| annual | 年度书单推荐 |
Usage Examples
# 推荐书籍(兴趣 类型 难度)
bash scripts/book.sh recommend "创业,商业模式" "non-fiction" "intermediate"
# 书籍摘要
bash scripts/book.sh summary "思考,快与慢"
# 类似推荐
bash scripts/book.sh similar "人类简史"
# 阅读清单
bash scripts/book.sh reading-list "产品经理入门" "10"
# 读书会方案
bash scripts/book.sh club "原则" "4weeks"
# 年度书单
bash scripts/book.sh annual "2024" "business"
💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain-book-recommend": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
workflow-builder
工作流设计与优化工具。流程设计、自动化方案、流程优化、文档化、审批流、系统集成。Workflow builder with design, automate, optimize, document, approval.
wp-manager
Manage WordPress sites from terminal. Use when checking site health, listing posts and pages, searching content, or running security scans.
volume
Volume reference tool. Use when working with volume in finance contexts.
xhs-content-creator
Generate viral Xiaohongshu notes with titles, tags, and covers. Use when drafting seed posts, writing reviews, crafting tutorials, or boosting engagement.
Webhook Tester
Send test payloads and inspect webhook responses locally. Use when debugging integrations, validating schemas, testing error handling, or simulating calls.