WeChat Daily Report Generator for Openclaw

An automated workflow that analyzes WeChat chat history to generate AI-powered, mobile-optimized daily report images.

justao
v1.0.0
Feb 12, 2026
4
2.2k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install wechat-daily-report

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install wechat-daily-report using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is WeChat Daily Report Generator?

The WeChat Daily Report skill is a powerful tool within the Openclaw Skills ecosystem designed to convert messy group chat logs into professional, visual summaries. It leverages local Python scripts for statistical analysis and AI for semantic understanding, ultimately producing a high-resolution PNG image tailored for mobile devices. This skill is essential for community managers and active groups who want to synthesize daily discussions into digestible highlights using Openclaw Skills.

WeChat Daily Report Generator Use Cases

  • Creating daily summaries for large developer communities to keep members updated on key technical discussions.
  • Generating engagement reports for marketing groups by tracking top contributors and peak activity times.
  • Summarizing Q&A sessions and resource sharing within educational or project-based chat groups.
  • Boosting group morale by highlighting funny dialogues and identifying the most active night owl members with Openclaw Skills.

How WeChat Daily Report Generator Works

  1. The user provides a WeChat chat history in JSON format to the analysis script which extracts raw statistics and cleans the text.
  2. Statistical data including message counts, active user metrics, and word frequencies are compiled into a stats file.
  3. A simplified text version of the chat is sent to an AI model to identify topics, resources, and interesting dialogue snippets.
  4. The final generation script uses the combined data to render a mobile-optimized long image (430x932 @3x resolution) using Playwright, a key capability of this Openclaw Skills integration.

WeChat Daily Report Generator Setup

To get started with this skill, ensure you have Python installed and run the following commands to set up the environment:

# Install required Python libraries
pip install jieba jinja2 playwright

# Install the Chromium browser engine for image rendering
playwright install chromium

# Analyze your chat logs
python scripts/analyze_chat.py <chat_log.json> --output-stats stats.json --output-text simplified_chat.txt

WeChat Daily Report Generator Data Schema & Taxonomy

This Openclaw Skills tool manages data through a structured pipeline of JSON and text files:

Data Component Format Description
Chat Log JSON The source file containing meta info, members, and message objects.
Stats JSON Computed metrics including Talker TOP3, Night Owl rankings, and word frequencies.
AI Content JSON Contextual analysis including discussion topics, shared resources, and Q&As.
Final Report PNG The rendered mobile-resolution image output for sharing.

WeChat Daily Report Generator Advanced Features

  • Intelligent word segmentation using the jieba library for accurate Chinese language processing.
  • Precise night owl detection identifying the most active users between 23:00 and 06:00.
  • Mobile-first rendering engine that produces iPhone 14 Pro Max compatible resolutions for high-quality sharing.
  • Customizable AI prompts to adjust the summary style and depth of insight provided by Openclaw Skills.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*