wechat-assistant

Extracts WhatsApp-style chat content into structured JSON for Discord Forum tracking.

143|32|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/laolin5564/openclaw-wx-echo --skill wechat-assistant
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wechat-assistant
Source: https://github.com/laolin5564/openclaw-wx-echo/tree/main
Command: npx skills add https://github.com/laolin5564/openclaw-wx-echo --skill wechat-assistant

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pycryptodome, zstandard, pyyaml, and includes scripts (resource) components.

What problem does it solve?

WX Echo — 微信 AI 个人助手:自动从微信聊天中提取待办、日程、干货,推送到 Discord Forum,闭环追踪任务状态。

Core Features & Use Cases

  • 自动从私聊和群聊提取待办、日程和有价值内容,整理为 JSON 输出
  • 将输出推送到 Discord Forum,并按待办/日程/干货打标签,支持闭环跟踪
  • 使用场景:在日常团队沟通中自动提取行动项并生成日历事件与知识库记录

Quick Start

Clone the repository to ~/.openclaw/skills/wx-echo and follow SKILL.md to complete setup.

Frequently Asked Questions about wechat-assistant

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract to-dos and calendar events from WeChat chats automatically?

Extract to-dos and calendar events from WeChat chats automatically by running the CLI data extractor to parse private and group conversations into structured JSON, then pushing the categorized outputs to Discord for tracking.

How does the incremental decrypt pipeline handle WeChat conversation extraction?

The incremental decrypt pipeline uses a WAL-based design to process WeChat conversation databases, decrypting only new data changes to efficiently extract and centralize chat history into structured JSON for task management.

Can I use cron to automate WeChat chat extraction and push results to Discord?

Yes, you can use cron to automate the WeChat chat extraction pipeline, triggering the CLI scripts to parse new conversations into JSON and push categorized to-dos, events, and notes to a Discord Forum for closed-loop tracking.

Does the WeChat data extractor support both private chats and group conversations?

The WeChat data extractor supports both private chats and group conversations, identifying to-dos, events, and valuable content from both chat types to output structured JSON for task management and calendar synchronization.

How do I configure YAML settings for WeChat conversation parsing and Discord synchronization?

Configure YAML settings to define extraction parameters and Discord Forum endpoints, enabling the CLI scripts to parse WeChat conversations into JSON and push tagged to-dos, events, and notes for closed-loop task tracking.

Do I need pycryptodome and zstandard to decrypt WeChat chat databases?

Yes, you need pycryptodome and zstandard dependencies to decrypt and decompress WeChat chat databases, enabling the WAL-based incremental pipeline to extract conversation data into structured JSON outputs.