docs: finalize us-cpa integration and fixtures

This commit is contained in:
Stefano Fiorini
2026-03-15 01:34:14 -05:00
parent 10a9d40f1d
commit d3fd874330
6 changed files with 29 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ This repository contains practical OpenClaw skills and companion integrations. I
| `nordvpn-client` | Install, log in to, connect, disconnect, and verify NordVPN sessions across Linux CLI and macOS NordLynx/WireGuard backends. | `skills/nordvpn-client` |
| `portainer` | Manage Portainer stacks via API (list, start/stop/restart, update, prune images). | `skills/portainer` |
| `searxng` | Search through a local or self-hosted SearXNG instance for web, news, images, and more. | `skills/searxng` |
| `us-cpa` | Federal individual 1040 workflow for tax questions, case intake, preparation, review, and draft e-file-ready export. | `skills/us-cpa` |
| `web-automation` | One-shot extraction plus broader browsing/scraping with Playwright-compatible CloakBrowser (auth flows, extraction, bot-protected sites). | `skills/web-automation` |
## Integrations

View File

@@ -9,6 +9,7 @@ This folder contains detailed docs for each skill in this repository.
- [`nordvpn-client`](nordvpn-client.md) — Cross-platform NordVPN install, login, connect, disconnect, and verification with Linux CLI and macOS NordLynx/WireGuard support
- [`portainer`](portainer.md) — Portainer stack management (list, lifecycle, updates, image pruning)
- [`searxng`](searxng.md) — Privacy-respecting metasearch via a local or self-hosted SearXNG instance
- [`us-cpa`](us-cpa.md) — Federal individual 1040 workflow for tax questions, case intake, preparation, review, and draft e-file-ready export
- [`web-automation`](web-automation.md) — One-shot extraction plus Playwright-compatible CloakBrowser browser automation and scraping
## Integrations

View File

@@ -0,0 +1,6 @@
{
"taxpayer.fullName": "Olivia Overlay",
"filingStatus": "single",
"wages": 42000,
"federalWithholding": 5000
}

View File

@@ -0,0 +1,8 @@
{
"taxpayer.fullName": "Jane Doe",
"filingStatus": "single",
"wages": 50000,
"taxableInterest": 100,
"federalWithholding": 6000,
"expectedIssue": "agi_mismatch"
}

View File

@@ -0,0 +1,6 @@
{
"taxpayer.fullName": "Jamie Owner",
"filingStatus": "single",
"businessIncome": 12000,
"federalWithholding": 0
}

View File

@@ -0,0 +1,7 @@
{
"taxpayer.fullName": "Jane Doe",
"filingStatus": "single",
"wages": 50000,
"taxableInterest": 100,
"federalWithholding": 6000
}