An AI-powered document extraction skill to convert W-2s, 1099s, 1040s, and scanned tax forms into clean, typed JSON with per-field confidence flags.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install deepread-tax-forms
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install deepread-tax-forms using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
DeepRead Tax Forms is a specialized automation skill designed to parse tax documents like W-2s, 1099-NEC/MISC/INT/DIV, and 1040s into structured JSON format. Built for developers looking to automate financial workflows, it leverages advanced OCR and layout-aware processing to extract employer/payer details, recipient info, and exact box-by-box values from both digital PDFs and physical scans. By utilizing this integration within the ecosystem of Openclaw Skills, you can seamlessly connect document extraction with downstream financial agent actions.
Every extracted field includes a dedicated needs_review flag, allowing you to build reliable human-in-the-loop validation flows. This prevents invalid, low-confidence data from entering tax filings or underwriting systems, making it one of the most reliable Openclaw Skills for fintech and accounting automation.
To install and configure the DeepRead Tax Forms skill, follow these steps:
open "https://www.deepread.tech/dashboard/?utm_source=clawhub"
export DEEPREAD_API_KEY="sk_live_your_key_here"
Alternatively, if you do not have an API key yet, you can authorize and fetch one via OAuth device flow using your agent:
clawhub install uday390/deepread-agent-setup
The extraction schema defines the strict structure of the resulting JSON. Below is an example schema for parsing W-2 forms:
| Property | Type | Description |
|---|---|---|
form_type |
string | Tax form type (e.g., W-2, 1099-NEC, 1040) |
tax_year |
number | Tax year on the form |
employer_name |
string | Employer or payer name |
employer_ein |
string | Employer Identification Number |
employee_name |
string | Employee or recipient name |
employee_ssn_last4 |
string | null | Last 4 digits of SSN only |
wages_box1 |
number | Box 1 — wages, tips, other compensation |
federal_tax_withheld_box2 |
number | Box 2 — federal income tax withheld |
social_security_wages_box3 |
number | null | Box 3 — Social Security wages |
medicare_wages_box5 |
number | null | Box 5 — Medicare wages |
state_wages_box16 |
number | null | Box 16 — State wages |
For 1099 documents, exchange employer/employee fields for payer/recipient keys (e.g., payer_name, nonemployee_compensation_box1).
clawhub install uday390/deepread-pii.needs_review: true to flag questionable extractions for human verification automatically.deepread-pay-stubs or deepread-ocr.Loading
An automated diagnostic utility designed to troubleshoot DNS resolution anomalies, domain unreachable issues, and routing misconfigurations across Alibaba Cloud and third-party DNS platforms.

Turn any folder of files, code, docs, images, and videos into a navigable, clustered knowledge graph with a comprehensive audit trail.

A battle-tested Python starter template to build and deploy production-ready vertical AI agents for Telegram in 10-15 minutes.

An AI-powered gaokao volunteer filling helper using ranking-based matching and risk classification to automate Chinese college selection.

An LLM-driven epistemic reasoning engine that evaluates claims against retrieved evidence, outputting a structured belief state with calibrated confidence levels.

MetricHub is a multi-tenant SaaS metrics platform featuring query building, ECharts visualization, and dashboard orchestration optimized for Openclaw Skills.








































