← All skills
Tencent SkillHub · AI

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 lo...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
PRIVACY.md, README.md, RUNBOOK.md, SKILL.md, TERMS.md, requirements.txt

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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.

Upgrade existing

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

taxclaw

Local-first AI tax document extraction skill for OpenClaw.

🔐 Security & Permissions Manifest

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.

Setup

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

Config

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.

Start web UI

bash ~/.openclaw/workspace/skills/taxclaw/start.sh # Open: http://localhost:8421

CLI usage

# 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

Trigger phrases (OpenClaw agent)

"extract my tax document" "parse this 1099" / "read this W-2" "open TaxClaw" / "start taxclaw" "process my tax forms" "show my tax documents"

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs1 Files
  • SKILL.md Primary doc
  • PRIVACY.md Docs
  • README.md Docs
  • RUNBOOK.md Docs
  • TERMS.md Docs
  • requirements.txt Files