← 返回 Skills 市场
1458
总下载
3
收藏
10
当前安装
1
版本数
在 OpenClaw 中安装
/install wechat-daily-report
功能描述
微信群聊天记录日报图片生成工具。分析微信群聊天记录,结合 AI 生成内容,**最终输出为手机端分辨率的日报长图(PNG)**。
安全使用建议
Do not run or trust this package as-is. The SKILL.md references scripts (scripts/analyze_chat.py, scripts/generate_report.py) and references/ai_prompt.md that are missing — you must obtain and review those files before running anything. Because this workflow processes private WeChat group messages, verify the missing scripts do not exfiltrate data, call external endpoints, or upload logs to third parties. If you still want to use it: (1) ask the publisher for the missing scripts and ai_prompt.md and review them line-by-line for network calls and credential usage; (2) run installs (pip, playwright) in an isolated environment or container because playwright will download Chromium; (3) if AI calls are required, confirm which model/service is used and whether data is sent externally; (4) prefer local execution or audit any remote endpoints for TLS and ownership. If the author cannot provide the missing code or clear provenance, treat the skill as incomplete/untrusted.
功能分析
Type: OpenClaw Skill
Name: wechat-daily-report
Version: 1.0.0
The skill bundle is designed to analyze WeChat chat logs and generate a daily report as a PNG image. All instructions in `SKILL.md` and other files are consistent with this stated purpose. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts against the OpenClaw agent. The dependencies (`jieba`, `jinja2`, `playwright`) and their installation steps are standard and appropriate for the functionality described (Chinese text processing, templating, and browser-based image rendering).
能力评估
Purpose & Capability
The declared purpose (generate a WeChat group daily-report PNG) is plausible and matches the described workflow, but the SKILL.md requires running files (scripts/analyze_chat.py, scripts/generate_report.py, references/ai_prompt.md) that are not present in the package. That mismatch means the package as delivered cannot perform its stated job and may be relying on external code not shown here.
Instruction Scope
Runtime instructions tell the agent/user to analyze chat JSON, produce simplified_chat.txt and stats.json, have an AI produce ai_content.json per references/ai_prompt.md, then render a PNG using Playwright/Chromium. The instructions themselves do not attempt to access unrelated system paths or extra credentials, but they assume missing helper scripts and a missing prompt file — a significant scope/integrity gap. Also the skill processes personal chat logs (sensitive PII) which is expected but should be highlighted to the user.
Install Mechanism
There is no packaged install spec (instruction-only). SKILL.md instructs installing Python deps (jieba, jinja2, playwright) and running 'playwright install chromium' — a reasonable but impactful operation (downloads Chromium). Because no code is installed by the skill itself, the installation risk is limited to the user following those pip commands locally.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate to the stated functionality. However, the skill will process potentially sensitive chat data; the package provides no guidance about safe handling, retention, or where AI generation occurs (local LLM vs external API).
Persistence & Privilege
No 'always' privilege is requested, no installs or persistent background components are bundled. The skill is user-invocable and does not request autonomous/always-on presence.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install wechat-daily-report - 安装完成后,直接呼叫该 Skill 的名称或使用
/wechat-daily-report触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
wechat-daily-report 1.0.0 初始发布
- 实现微信群聊记录分析与日报图片自动生成工作流
- 支持提取聊天统计信息(消息数、活跃用户、TOP3 话唠、熬夜冠军、词云)
- 提供 AI 模块,按指定结构生成内容摘要(讨论热点、资源分享、重要消息、有趣对话、问答、成员画像)
- 输出结果为适配手机端分辨率的 PNG 长图
- 明确数据输入输出格式及依赖安装说明
元数据
常见问题
wechat daily report 是什么?
微信群聊天记录日报图片生成工具。分析微信群聊天记录,结合 AI 生成内容,**最终输出为手机端分辨率的日报长图(PNG)**。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1458 次。
如何安装 wechat daily report?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install wechat-daily-report」即可一键安装,无需额外配置。
wechat daily report 是免费的吗?
是的,wechat daily report 完全免费(开源免费),可自由下载、安装和使用。
wechat daily report 支持哪些平台?
wechat daily report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 wechat daily report?
由 justao(@justao)开发并维护,当前版本 v1.0.0。
推荐 Skills