deepread-pay-stubslisted
Install: claude install-skill deepread-tech/skills
# DeepRead Pay Stubs
Turn pay stubs and earnings statements into clean, typed JSON — employer, employee, pay period, gross and net pay, tax withholdings, deductions, and year-to-date totals — with a `needs_review` flag on every field. Built for income verification, where a misread number has real consequences.
> This skill instructs the agent to POST documents to `https://api.deepread.tech` and poll for results. No system files are modified.
## What You Get Back
```json
{
"schema_version": "dp02",
"status": "completed",
"extraction": {
"fields": [
{"key": "employer_name", "value": "Acme Corp", "needs_review": false, "location": {"page": 1}},
{"key": "employee_name", "value": "Jordan Rivera", "needs_review": false, "location": {"page": 1}},
{"key": "pay_period_start", "value": "2026-03-16", "needs_review": false, "location": {"page": 1}},
{"key": "pay_period_end", "value": "2026-03-31", "needs_review": false, "location": {"page": 1}},
{"key": "pay_date", "value": "2026-04-04", "needs_review": false, "location": {"page": 1}},
{"key": "gross_pay", "value": 3520.00, "needs_review": false, "location": {"page": 1}},
{"key": "net_pay", "value": 2614.18, "needs_review": false, "location": {"page": 1}},
{"key": "ytd_gross", "value": 21120.00, "needs_review": false, "location": {"page": 1}},
{"key": "deductions", "value": [
{"type": "Federal Tax", "amount": 528.00},
{"type": "Social Security", "amount":