← Back to Skills Marketplace
justao

wechat daily report

by justao · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1458
Downloads
3
Stars
10
Active Installs
1
Versions
Install in OpenClaw
/install wechat-daily-report
Description
微信群聊天记录日报图片生成工具。分析微信群聊天记录,结合 AI 生成内容,**最终输出为手机端分辨率的日报长图(PNG)**。
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install wechat-daily-report
  3. After installation, invoke the skill by name or use /wechat-daily-report
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
wechat-daily-report 1.0.0 初始发布 - 实现微信群聊记录分析与日报图片自动生成工作流 - 支持提取聊天统计信息(消息数、活跃用户、TOP3 话唠、熬夜冠军、词云) - 提供 AI 模块,按指定结构生成内容摘要(讨论热点、资源分享、重要消息、有趣对话、问答、成员画像) - 输出结果为适配手机端分辨率的 PNG 长图 - 明确数据输入输出格式及依赖安装说明
Metadata
Slug wechat-daily-report
Version 1.0.0
License
All-time Installs 10
Active Installs 10
Total Versions 1
Frequently Asked Questions

What is wechat daily report?

微信群聊天记录日报图片生成工具。分析微信群聊天记录,结合 AI 生成内容,**最终输出为手机端分辨率的日报长图(PNG)**。 It is an AI Agent Skill for Claude Code / OpenClaw, with 1458 downloads so far.

How do I install wechat daily report?

Run "/install wechat-daily-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is wechat daily report free?

Yes, wechat daily report is completely free (open-source). You can download, install and use it at no cost.

Which platforms does wechat daily report support?

wechat daily report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created wechat daily report?

It is built and maintained by justao (@justao); the current version is v1.0.0.

💬 Comments