Stats
Actions
Tags
From weread
查看微信读书阅读统计数据,包括阅读时长、阅读书籍数等。当用户想要查看阅读统计、 本周/本月/年度/总计阅读数据,或说"阅读统计"、"读书数据"、"阅读时长"、"reading stats"时使用此技能。
How this skill is triggered — by the user, by Claude, or both
Slash command
/weread:readdata [weekly | monthly | annually | overall][weekly | monthly | annually | overall]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
显示微信读书的阅读统计数据。
显示微信读书的阅读统计数据。
解析用户参数确定统计模式:
| 用户输入 | 模式 |
|---|---|
| (无参数) | monthly(默认) |
weekly 或 本周 | weekly |
monthly 或 本月 | monthly |
annually 或 今年 或 年度 | annually |
overall 或 总计 或 总览 | overall |
执行命令:
weread-cli readdata --mode <模式> --json
# 查看特定时间段(可选):
weread-cli readdata --mode <模式> --base-time <时间戳> --json
--base-time 为可选参数,用于查看历史某个时间段的统计数据(Unix 时间戳)。
将统计数据呈现为清晰摘要:
阅读统计(本月)
总阅读时长:X 小时 Y 分钟
阅读天数:N 天
阅读书籍:N 本
...
将秒数转换为小时/分钟以提高可读性。如果响应中包含每日明细或趋势数据,一并展示。
如果用户说"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