← 返回 Skills 市场
yeyitech

Generate Alipay WeChat Report

作者 yeyitech · GitHub ↗ · v0.1.1
cross-platform ✓ 安全检测通过
339
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install 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 微信支...
使用说明 (SKILL.md)

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

  1. Look for native bill files first.
  2. Use scripts/generate_spending_report.py to build the report.
  3. Open the generated HTML if the user wants to review it immediately.
  4. 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.

安全使用建议
This skill appears to do what it says: parse exported Alipay CSV and WeChat XLSX files and produce a local HTML report. Before installing or running it, consider: 1) review the entire scripts/generate_spending_report.py file yourself (the provided excerpt was large but truncated; ensure there are no network calls, telemetry, or subprocess invocations you don't expect); 2) run the script on sample or non-sensitive data first or inside a sandbox; 3) note the script will read files from the specified input directory and write an HTML file (default: <input>/reports/spending_report.html) — back up any important files if you have name conflicts; 4) if the --open behavior launches a browser, be aware this may reveal local file paths in the browser (normal for local reports); 5) if you need stronger assurance, search the full script for modules like requests, urllib, socket, subprocess, or any URL literals which would indicate network activity. If none are present, the tool is effectively local and proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill Name: generate-alipay-wechat-report Version: 0.1.1 The skill bundle is a legitimate tool for generating local financial reports from Alipay (CSV) and WeChat Pay (XLSX) exports. The core logic in `scripts/generate_spending_report.py` performs local file parsing, data categorization, and HTML generation without any network activity or data exfiltration. While it uses `subprocess.run` to open the generated report, this is a standard convenience feature for local tools, and the script lacks any indicators of malicious intent or obfuscation.
能力评估
Purpose & Capability
Name/description (generate local interactive HTML report from Alipay/WeChat exports) matches the included script and SKILL.md. No unrelated env vars, binaries, or cloud credentials are requested. Requiring only local files is proportionate to the stated purpose.
Instruction Scope
SKILL.md instructs the agent to discover local bill files, run the bundled Python script, optionally open the generated HTML, and summarize results — all within the expected scope. Commands reference the script path inside the skill; the script reads CSV/XLSX files and writes a local HTML file. I did not see instructions to read unrelated system configuration or to transmit data externally in the provided SKILL.md or the visible portion of the script.
Install Mechanism
No install spec is present (instruction-only with bundled script). That is low risk: nothing is downloaded or installed from external sources during install.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script operates on user-supplied local bill files and writes a local HTML report, which is consistent with the lack of credential requests.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent system-wide privileges. Autonomous invocation is allowed (platform default) but not combined with elevated privileges in this package.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install generate-alipay-wechat-report
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /generate-alipay-wechat-report 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.1
Refined marketplace metadata and improved skill presentation.
v0.1.0
Initial public release.
元数据
Slug generate-alipay-wechat-report
版本 0.1.1
许可证
累计安装 2
当前安装数 2
历史版本数 2
常见问题

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 微信支... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 339 次。

如何安装 Generate Alipay WeChat Report?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install generate-alipay-wechat-report」即可一键安装,无需额外配置。

Generate Alipay WeChat Report 是免费的吗?

是的,Generate Alipay WeChat Report 完全免费(开源免费),可自由下载、安装和使用。

Generate Alipay WeChat Report 支持哪些平台?

Generate Alipay WeChat Report 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Generate Alipay WeChat Report?

由 yeyitech(@yeyitech)开发并维护,当前版本 v0.1.1。

💬 留言讨论