Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Extract, store, and export tax documents (W-2, 1099-DA, all 1099 variants, K-1) using AI. Local-first — your documents never leave your machine. Web UI at lo...
Extract, store, and export tax documents (W-2, 1099-DA, all 1099 variants, K-1) using AI. Local-first — your documents never leave your machine. Web UI at lo...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Local-first AI tax document extraction skill for OpenClaw.
TaxClaw declares the following permissions transparently. Review before installing. PermissionWhat & WhyDefaultRead filesystemReads uploaded PDF/image files you provideRequiredWrite filesystemStores extracted data at ~/.local/share/taxclaw/ and config at ~/.config/taxclaw/RequiredNetwork (local only)Binds to localhost:8421 only — no external network access in default modeRequiredNetwork (cloud AI)Only if you explicitly enable cloud mode in config + acknowledge privacy warningOpt-in onlyCredentialsNone read or stored — no API keys required in local-only modeN/ASensitive dataTax documents stay on your machine. Nothing is sent externally in default (Ollama) modeLocal-only TaxClaw does NOT: Exfiltrate documents, fields, or extracted data Read files outside of paths you explicitly provide to ingest Phone home, send telemetry, or contact external servers (default mode) Store or transmit SSN, EIN, or account numbers to any third party If you enable cloud mode (Claude): A mandatory privacy warning is displayed. You must explicitly set cloud_acknowledged: true in config before processing begins. Audit this skill: Source code is fully open at github.com/DougButdorf/TaxClaw (MIT License). Read it before you install it.
bash ~/.openclaw/workspace/skills/taxclaw/setup.sh
Config lives at: ~/.config/taxclaw/config.yaml Default is local-first (Ollama on your machine). If you enable cloud mode, TaxClaw will refuse to run until you explicitly acknowledge the privacy warning in config.
bash ~/.openclaw/workspace/skills/taxclaw/start.sh # Open: http://localhost:8421
# Ingest a document ~/.openclaw/workspace/skills/taxclaw/bin/taxclaw \ ingest path/to/document.pdf --filer doug --year 2025 # List documents ~/.openclaw/workspace/skills/taxclaw/bin/taxclaw list # Export (wide CSV by default) ~/.openclaw/workspace/skills/taxclaw/bin/taxclaw export --id <doc-id> # Export long CSV ~/.openclaw/workspace/skills/taxclaw/bin/taxclaw export --id <doc-id> --format long # Export JSON ~/.openclaw/workspace/skills/taxclaw/bin/taxclaw export --id <doc-id> --format json # Start server ~/.openclaw/workspace/skills/taxclaw/bin/taxclaw serve
"extract my tax document" "parse this 1099" / "read this W-2" "open TaxClaw" / "start taxclaw" "process my tax forms" "show my tax documents"
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.