From weread
发现和获取微信读书推荐书籍。当用户想要个性化推荐、查找与某本书类似的书籍, 或说"推荐"、"推荐书"、"发现"、"类似的书"、"相似书籍"、"discover"、"recommend"时使用此技能。
How this skill is triggered — by the user, by Claude, or both
Slash command
/weread:discover [recommend | similar <book-id>][recommend | similar <book-id>]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
获取微信读书的书籍推荐 — 个性化推荐或基于特定书籍的相似推荐。
获取微信读书的书籍推荐 — 个性化推荐或基于特定书籍的相似推荐。
解析用户参数确定子命令:
获取个性化推荐书籍:
weread-cli discover recommend --json
# 分页:
weread-cli discover recommend --count <数量> --max-idx <分页索引> --json
获取与指定书籍相似的推荐:
weread-cli discover similar --book-id <book-id> --json
# 分页:
weread-cli discover similar --book-id <book-id> --count <数量> --max-idx <分页索引> --session-id <会话ID> --json
如果用户提供的是书名而非 ID,先通过 weread-cli search --keyword "<书名>" --json 搜索获取 bookId。
将推荐结果呈现为编号列表:
推荐书籍
1. 《书名》 — 作者 (bookId: xxx)
简介摘要...
2. 《书名》 — 作者 (bookId: xxx)
简介摘要...
包含 bookId 以便用户查看详情或执行其他操作。
如果用户说"json"或"显示 JSON",直接输出原始 JSON 响应。
weread-cli 命令未找到,提示用户通过 go install github.com/ipfans/weread-cli@latest 安装WEREAD_API_KEY 配置Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub ipfans/weread-cli --plugin weread