بنقرة واحدة
yao-weread-skill
// 当用户需要分析微信读书阅读历史、生成读书报告、可视化阅读统计、笔记、书架、词云、热力图、雷达图,或导出精排 HTML 报告时使用。也适用于创建 AI 创业者示例阅读报告。不用于通用图书推荐,或不生成报告的原始微信读书 API 查询。
// 当用户需要分析微信读书阅读历史、生成读书报告、可视化阅读统计、笔记、书架、词云、热力图、雷达图,或导出精排 HTML 报告时使用。也适用于创建 AI 创业者示例阅读报告。不用于通用图书推荐,或不生成报告的原始微信读书 API 查询。
Use when a user is stuck in a complex real-world situation with many conflicts, limited resources, unclear priorities, or asks to identify the principal contradiction, secondary contradictions, dominant aspect, breakthrough actions, monitoring thresholds, probability projection, and Markdown/Word/HTML/PDF reports. Triggers on 矛盾论, 主要矛盾, 次要矛盾, 主次矛盾, 卡住了, 优先级混乱, 找关键问题, 资源有限, 冲突很多. Do not use for philosophy-only summaries, Mao text commentary with no live case, generic brainstorming with no diagnosis, or final licensed medical, legal, investment, or psychological-crisis advice.
Use when adding or auditing Yao copyright comment headers for an agent skill package, especially SKILL.md, README.md, references, prompts, templates, examples, scripts, YAML, or TOML files.
Use when auditing an authorized website, SaaS, API, AI app, local code path, GitHub repo, staging URL, or owned runtime for security risks, vulnerability checklist scoring, static review, dynamic review, active validation, or Chinese security reports.
Route CEO-facing competition, negotiation, channel, pricing, platform, M&A, financing, competitor-response, alliance, and regulator problems through an applied game-theory framework router when decisions depend on opponent reactions, credible commitments, signals, payoff/equilibrium logic, historical behavior, dynamic updates, or Markdown/HTML/Word/PDF report export. Do not use for textbook tutoring, proofs, gambling, generic brainstorming, or final legal/financial/regulatory advice.
提供专业的代码审查服务,检查代码质量、安全漏洞、性能问题和最佳实践。支持多种编程语言和框架。
构建和维护领域知识图谱,帮助团队整理概念关系、术语定义和知识体系。支持技术、产品、业务等多种知识域。
| name | yao-weread-skill |
| description | 当用户需要分析微信读书阅读历史、生成读书报告、可视化阅读统计、笔记、书架、词云、热力图、雷达图,或导出精排 HTML 报告时使用。也适用于创建 AI 创业者示例阅读报告。不用于通用图书推荐,或不生成报告的原始微信读书 API 查询。 |
从微信读书账号数据生成精排中文 HTML 报告。默认范围为截至今天的最近 24 个月。
WEREAD_API_KEY,格式遵循微信读书 skill 的要求。--years、--start 或 --end。--max-note-books;省略或传 0 时处理微信读书返回的全部笔记书籍。--sample-ai-founder --sample-scale 5,不需要 WEREAD_API_KEY。流程会生成:
weread-report.html:参考 kami 排版风格的交互式 HTML 报告。weread-report-data.json:聚合后的图表数据。weread-raw-summary.json:不含密钥的 API 结构和计数摘要,便于复核。报告还会生成一个读者画像模块:顶部诗性总结、1 条画像金句,以及从近两年划线中筛选出的最多 20 条高价值句子。原始划线和想法仅用于聚合分析与画像筛选。除非用户明确要求分享或发布,否则报告产物应视为私有内容。
shelf.md:书架计数、公开/私密规则。readdata.md:阅读时长单位、周期规则、年度/月度字段。notes.md:笔记分页、笔记数计算、划线/想法文本。book.md:仅在需要书籍详情或阅读进度时使用。scripts/generate_weread_report.py。TODO、占位文本或内嵌 API key。python3 scripts/generate_weread_report.py --output reports/generated
常用选项:
python3 scripts/generate_weread_report.py \
--years 2 \
--max-note-books 0 \
--output reports/generated
AI 创业者示例报告:
python3 scripts/generate_weread_report.py \
--years 2 \
--sample-ai-founder \
--sample-scale 5 \
--output reports/generated/ai-founder-sample
references/report-design.md。references/chart-catalog.md。references/data-contract.md。WEREAD_API_KEY。