# Tax Return Data Capture And Archival

> Capture structured tax return summaries as YAML for year-over-year comparison, with fallback to manual PDF download and relocation when automation fails

- Skill: `vamseeachanta/tax-return-data-capture-and-archival` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/tax-return-data-capture-and-archival`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/tax-return-data-capture-and-archival/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/tax-return-data-capture-and-archival

---


# Tax Return Data Capture and Archival

When automating tax return downloads from web-based tax software (e.g., FreeTaxUSA), capture the summary page data as structured YAML with year-over-year columns instead of relying solely on PDFs. This enables programmatic comparison across tax years and products. If PDF downloads open in popups the automation cannot access, parse the summary HTML and save as YAML, then create a manual download issue. After manual download to the Downloads folder, use file operations to rename (with year/form-type) and relocate to the appropriate archive path (`_finance/tax/YEAR/personal/`).
