ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

book-recommend

书单推荐助手。个性化推荐、书籍摘要、同类书推荐、阅读清单、读书会方案、年度书单。Book recommendation with personalized picks, summaries, similar books, reading lists, book clubs.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/bytesagain/book-recommend
Or

Book Recommend Skill

书单推荐助手 — 遇见下一本好书。

Commands

Run via: bash scripts/book.sh <command> [args...]

CommandDescription
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

Stars3500
Views0
Updated2026-03-27
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-bytesagain-book-recommend": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.