书单推荐助手。个性化推荐、书籍摘要、同类书推荐、阅读清单、读书会方案、年度书单。Book recommendation with personalized picks, summaries, similar books, reading lists, book clubs, and annual lists.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add dvcrn/openclaw-skills-marketplace --skill book-recommend --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Book Recommend?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/dvcrn-book-recommend)More formats (shields.io, HTML) on the badges page.
---
name: book-recommend
description: "书单推荐助手。个性化推荐、书籍摘要、同类书推荐、阅读清单、读书会方案、年度书单。Book recommendation with personalized picks, summaries, similar books, reading lists, book clubs, and annual lists."
---
# Book Recommend Skill
书单推荐助手 — 遇见下一本好书。
## Commands
Run via: `bash scripts/book.sh <command> [args...]`
| Command | Description |
|--------------|------------------------------|
| recommend | 按兴趣推荐书籍 |
| summary | 生成书籍摘要和要点 |
| similar | 找类似的书 |
| reading-list | 创建主题阅读清单 |
| club | 读书会方案设计 |
| annual | 年度书单推荐 |
## Usage Examples
```bash
# 推荐书籍(兴趣 类型 难度)
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"
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...