/install generate-alipay-wechat-report
Generate Alipay Wechat Report
Overview
Turn native Alipay and WeChat Pay bill exports into a self-contained local HTML report. Prefer the bundled script so the workflow stays deterministic and does not depend on the current repo.
Workflow
- Look for native bill files first.
- Use
scripts/generate_spending_report.pyto build the report. - Open the generated HTML if the user wants to review it immediately.
- Summarize the key findings in plain language after generation.
Inputs
Support these native exports:
- Alipay CSV named like
支付宝交易明细(...).csv - WeChat Pay XLSX named like
微信支付账单流水文件(...).xlsx
If only the WeChat ZIP exists, stop and ask the user to unzip it locally first. The ZIP is commonly password-protected and this skill expects the extracted .xlsx file.
Commands
Use auto-discovery inside a directory:
python /Users/codefriday/.codex/skills/generate-alipay-wechat-report/scripts/generate_spending_report.py \
--input-dir /path/to/bills \
--output /path/to/bills/reports/spending_report.html
Use explicit files:
python /Users/codefriday/.codex/skills/generate-alipay-wechat-report/scripts/generate_spending_report.py \
--alipay /path/to/支付宝交易明细(...).csv \
--wechat /path/to/微信支付账单流水文件(...).xlsx \
--output /path/to/reports/spending_report.html
Open the report after generation:
python /Users/codefriday/.codex/skills/generate-alipay-wechat-report/scripts/generate_spending_report.py \
--input-dir /path/to/bills \
--open
Output
Generate a self-contained HTML report with:
- total outflow, consumption-only spend, and habit pool
- category structure and merchant concentration
- monthly trend, daily line chart, weekday/time heatmap
- top transactions and recurring merchants
- habit diagnosis and concrete optimization suggestions
Notes
Explain the three report scopes when handing results back:
账户总流出: all effective outflow消费型支出: outflow excluding tax and pure transfers习惯池: outflow excluding non-routine major items so habit analysis stays clean
Do not treat rent, tax, renovation, travel, or one-off major purchases as ordinary daily bad habits.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install generate-alipay-wechat-report - After installation, invoke the skill by name or use
/generate-alipay-wechat-report - Provide required inputs per the skill's parameter spec and get structured output
What is Generate Alipay WeChat Report?
Generate an interactive local HTML spending report from native Alipay CSV exports and WeChat Pay XLSX exports. Use when an agent needs to turn 支付宝交易明细 or 微信支... It is an AI Agent Skill for Claude Code / OpenClaw, with 339 downloads so far.
How do I install Generate Alipay WeChat Report?
Run "/install generate-alipay-wechat-report" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Generate Alipay WeChat Report free?
Yes, Generate Alipay WeChat Report is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Generate Alipay WeChat Report support?
Generate Alipay WeChat Report is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Generate Alipay WeChat Report?
It is built and maintained by yeyitech (@yeyitech); the current version is v0.1.1.