← Back to Skills Marketplace
chipmunkrpa

US Tax Return Review-1040

by ChipmunkRPA · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
245
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install usa-tax-return-review-1040
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install usa-tax-return-review-1040
  3. After installation, invoke the skill by name or use /usa-tax-return-review-1040
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug usa-tax-return-review-1040
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 245 downloads so far.

How do I install US Tax Return Review-1040?

Run "/install usa-tax-return-review-1040" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is US Tax Return Review-1040 free?

Yes, US Tax Return Review-1040 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does US Tax Return Review-1040 support?

US Tax Return Review-1040 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created US Tax Return Review-1040?

It is built and maintained by ChipmunkRPA (@chipmunkrpa); the current version is v1.0.0.

💬 Comments