ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified finance Safety 5/5

taxclaw

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 localhost:8421.

Why use this skill?

Securely extract, store, and organize your W-2s, 1099s, and K-1s locally. TaxClaw provides private, AI-powered tax document processing for OpenClaw.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dougbutdorf/taxclaw
Or

What This Skill Does

TaxClaw is a specialized OpenClaw agent skill designed for local-first extraction and organization of tax-related documents. It leverages artificial intelligence to parse complex tax forms including W-2s, 1099-DA, various 1099 variants, and K-1s. By operating entirely on your local machine, it ensures that sensitive financial information remains private and secure, avoiding the pitfalls of cloud-based processing. The system runs a local web UI at localhost:8421 for visual management, while also providing a powerful command-line interface for power users who prefer scripting their tax workflows.

Installation

To install TaxClaw, ensure you have the OpenClaw environment initialized. Run the following command in your terminal:

clawhub install openclaw/skills/skills/dougbutdorf/taxclaw

Once installed, you must initialize the skill using the setup script:

bash ~/.openclaw/workspace/skills/taxclaw/setup.sh

This will configure the necessary directories at ~/.config/taxclaw/ and ~/.local/share/taxclaw/. If you are using the default local-first mode, you are ready to start. If you intend to use the optional cloud-based AI processing (Claude), you must manually update the config.yaml and set cloud_acknowledged: true after reading the mandatory privacy warning.

Use Cases

TaxClaw is ideal for individuals managing complex personal finances who want to move away from manual data entry. It is perfect for users who consolidate multiple income streams, such as freelance income (1099s), investment gains (1099-DA), and partnership distributions (K-1). It acts as a digital filing cabinet, allowing you to ingest PDFs, verify the AI-extracted data against the source, and export results into clean CSV or JSON formats for use in accounting software or spreadsheets.

Example Prompts

  • "Extract my tax document from the downloads folder and label it for the 2025 tax year."
  • "Parse this 1099-DA and store the result in my tax archives."
  • "Show my tax documents summary so I can see what is currently processed."

Tips & Limitations

For maximum security, use the default Ollama-based local processing. Only enable cloud mode if you fully understand the implications of sending tax documents to an external API provider. Ensure your ~/.config/taxclaw/config.yaml is properly maintained, as it holds the configuration for file paths and AI model selection. When using the CLI, remember to specify the filer and year tags to keep your data organized for when tax season arrives. Note that the skill is specifically tuned for standard tax forms; experimental or proprietary documents may yield inconsistent results.

Metadata

Stars2387
Views0
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dougbutdorf-taxclaw": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#finance#taxes#ocr#privacy#local-first
Safety Score: 5/5

Flags: file-write, file-read, network-access