← 返回 Skills 市场
US Tax Return Review-1040
作者
ChipmunkRPA
· GitHub ↗
· v1.0.0
· MIT-0
245
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install usa-tax-return-review-1040
功能描述
Review U.S. individual income tax returns (Form 1040/1040-SR) for the most recent tax year, compare major return items against current-year tax rules, check...
安全使用建议
This skill appears to do what it says: analyze normalized Form 1040 data, compare to the included law file, and produce JSON/MD/DOCX reports. Before installing or running it: (1) inspect the complete scripts/review_1040.py for any network, subprocess, or file-access code you didn't expect (requests, urllib, socket, subprocess, os.exec, or writes outside the output directory); (2) run it on copies of data in an isolated environment because tax returns contain PII; (3) install python-docx from the official PyPI index (pip install --user python-docx) if you need DOCX output; (4) verify and, if necessary, update references/current_tax_law_2025.json to current authoritative IRS/SSA sources before making decisions; and (5) treat findings as advisory and have a licensed tax professional (CPA/EA) review any action items. If you want higher confidence, paste the rest of scripts/review_1040.py here (the file was truncated in the review) so I can check for hidden network or exfiltration behavior.
功能分析
Type: OpenClaw Skill
Name: usa-tax-return-review-1040
Version: 1.0.0
The skill bundle provides a legitimate utility for analyzing U.S. tax returns (Form 1040) for arithmetic errors, tax law compliance, and year-over-year consistency. The core logic in `scripts/review_1040.py` performs local data processing on provided JSON inputs and generates reports in Markdown, JSON, and DOCX formats. There is no evidence of data exfiltration, unauthorized network access, or malicious prompt injection; the script's behavior is entirely consistent with its stated purpose of tax return review and audit-risk estimation.
能力评估
Purpose & Capability
Name/description (1040 review, multi-year consistency, DOCX risk report, audit-likelihood) align with the provided files: a Python script that performs checks and generates JSON/markdown/DOCX and law/reference JSON. Required libraries (python-docx) are appropriate for DOCX output. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to run the included script against normalized input and the provided law JSON. The instructions reference only local files (input schema, law file, example returns) and producing local artifacts. There are no instructions to read unrelated system files or to transmit data externally in the SKILL.md. (Recommendation: review the full Python script for any hidden network/subprocess calls; the visible portion shows typical local-processing logic.)
Install Mechanism
There is no install spec — this is instruction+script only. The only runtime dependency called out is python-docx, which is a standard PyPI package and the README suggests installing via pip. No downloads from arbitrary URLs or archive extraction are present in the manifest or SKILL.md.
Credentials
The skill requests no environment variables or credentials (proportionate). However, it is explicitly designed to process sensitive tax and PII data from returns. That makes safe handling a key concern even though no secrets are requested: the skill will read input files that may contain SSNs, financial data, etc., so processing should be done locally and securely.
Persistence & Privilege
No always:true flag, no install-time persistence, and no declared modifications to other skills or system-wide settings. The skill appears user-invocable only and does not request elevated/ongoing privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install usa-tax-return-review-1040 - 安装完成后,直接呼叫该 Skill 的名称或使用
/usa-tax-return-review-1040触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the Form 1040 Review skill for structured compliance and risk review of U.S. tax returns.
- Validates current-year Form 1040/1040-SR data against tax law, checks multi-year consistency, and highlights major risk items.
- Generates three outputs per run: detailed findings (JSON), a human-readable summary (Markdown), and a standalone DOCX risk register.
- Includes audit likelihood estimation based on detected issues and return complexity.
- Supports inputs in a normalized JSON schema with references to current-year law parameters and major 1040 items.
元数据
常见问题
US Tax Return Review-1040 是什么?
Review U.S. individual income tax returns (Form 1040/1040-SR) for the most recent tax year, compare major return items against current-year tax rules, check... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 245 次。
如何安装 US Tax Return Review-1040?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install usa-tax-return-review-1040」即可一键安装,无需额外配置。
US Tax Return Review-1040 是免费的吗?
是的,US Tax Return Review-1040 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
US Tax Return Review-1040 支持哪些平台?
US Tax Return Review-1040 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 US Tax Return Review-1040?
由 ChipmunkRPA(@chipmunkrpa)开发并维护,当前版本 v1.0.0。
推荐 Skills