원클릭으로
opentax
opentax에는 filedcom에서 수집한 skills 10개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.
이 저장소의 skills
Open-source tax engine. Onboards users, installs the CLI, and routes to the right skill -- preparing a return or reviewing one.
Tax preparer agent that uses the opentax CLI to prepare, validate, and export federal tax returns. Handles W-2s, 1099s, all major schedules, credits, and more.
Tax return reviewer that audits a completed return against source documents using the opentax CLI. Finds discrepancies, missing income, incorrect deductions, and missed credits.
Downloads and installs the opentax CLI binary. Detects OS and architecture automatically.
Helps users permanently set up the OpenTax skill on their AI platform so they don't have to load it every time.
Generic audit/fix loop. Pass a goal string. Planner subdivides work, auditor/fixer teams run in parallel, loop until 2 consecutive clean cycles.
Autonomous bug-fix loop for any form:year. Reads failing benchmark cases, spawns parallel bug-fixer agents per root cause cluster, validates, commits net-positive fixes, and loops until all pass or stalled.
Generate realistic benchmark cases from IRS-published sources (VITA exercises, Pub 17 examples, MeF test cases). Correct values come directly from IRS publications — no reference calculator involved.
Human-readable status report for all tax forms. Shows benchmark accuracy, active root causes, and build/fix state for each form:year.
Autonomous form builder. Given a form number (e.g. 1120), researches IRS instructions, extracts ground truth from IRS sample returns, builds all nodes section by section, then runs a validate+fix loop until ≥95% of benchmark cases pass.