← Back to Skills Marketplace
courage-zen

交易记录生成

by zen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
89
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install transaction-records-cn
Description
根据指定账期的招商银行活期、理财及对公账户源数据生成包含明细和资金汇总的标准化交易记录Excel文件。
Usage Guidance
这个技能看起来是为生成标准化交易 Excel 而写,且没有请求网络或凭证,但有几点在安装/运行前请注意: - 备份源文件:脚本中的 clean_csv_file 会就地覆盖 CSV 文件(以 UTF-8 写回),可能导致原始导出格式或编码丢失。先备份源 CSV。 - 明确指定输入/输出目录:不要在包含其它敏感文件的工作目录直接运行,始终使用 --input-dir 和 --output-dir 指向一个隔离的测试目录以避免意外读取或修改其他文件。 - 先在样例数据上测试:在生产数据上运行前,用少量或脱敏数据确认输出格式和 Excel 公式行为。 - 源代码审查:如果你担心数据外泄或其它行为,打开并人工检查两个脚本的完整内容(注意 truncated 部分),确认没有网络/上报/远程上传逻辑。 - 环境隔离:若不确定,可在隔离的虚拟环境或容器中运行该脚本以减少对主机文件系统的影响。 基于上述未说明的就地修改和默认读取当前目录行为,我将其标为“可疑(suspicious)”;若脚本被确认不会进行网络通信且你接受就地修改行为,可将风险降至可控。
Capability Analysis
Type: OpenClaw Skill Name: transaction-records-cn Version: 1.0.0 The skill bundle is a legitimate utility for processing bank transaction data (CMB and corporate accounts) into standardized Excel reports. The scripts (scripts/交易记录.py and scripts/生成账目.py) use standard libraries like openpyxl and xlrd to read, parse, and write financial data. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code logic is strictly focused on local file processing and string manipulation as described in SKILL.md.
Capability Assessment
Purpose & Capability
名称/描述(根据招商银行活期/理财/对公源数据生成交易记录 Excel)与包含的脚本功能一致:读取 CSV/.xls/.xlsx、汇总并生成带公式的 Excel 文件。所需依赖(openpyxl, xlrd)与功能相符。
Instruction Scope
SKILL.md 指示以当前目录为默认输入/输出,但脚本 clean_csv_file 会在原路径以 UTF-8 编码覆盖源 CSV 文件(就地写回),这在文档中未明确说明;脚本默认使用当前工作目录,这意味着在不谨慎运行时可能读取并修改非目标文件。SKILL.md 未提示必须备份源文件或说明会修改源文件,给用户带来意外数据丢失风险。
Install Mechanism
无安装规范(instruction-only),仅建议使用 pip 安装 openpyxl 和 xlrd —— 属于常规、低风险的 Python 依赖。没有从不可信 URL 下载或执行归档的行为。
Credentials
技能不要求环境变量、凭证或配置路径,也没有明显尝试访问系统凭证或网络。所需权限与处理本地账务文件相称。
Persistence & Privilege
没有请求常驻(always)或修改其它技能/系统设置的能力。默认允许模型调用(平台默认),但这与脚本本身无直接风险放大。
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install transaction-records-cn
  3. After installation, invoke the skill by name or use /transaction-records-cn
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
从银行源数据生成标准化交易记录表 Excel
Metadata
Slug transaction-records-cn
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 交易记录生成?

根据指定账期的招商银行活期、理财及对公账户源数据生成包含明细和资金汇总的标准化交易记录Excel文件。 It is an AI Agent Skill for Claude Code / OpenClaw, with 89 downloads so far.

How do I install 交易记录生成?

Run "/install transaction-records-cn" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 交易记录生成 free?

Yes, 交易记录生成 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 交易记录生成 support?

交易记录生成 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 交易记录生成?

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

💬 Comments