원클릭으로
contractor-tracking
Monitor 1099 contractor payments and flag $600 threshold.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Monitor 1099 contractor payments and flag $600 threshold.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Calculate break-even revenue by separating fixed and variable costs.
Project future cash flow using historical trends and recurring patterns.
Analyze revenue and costs per client to find your most profitable accounts.
Track unpaid invoices by age bucket and flag overdue payments.
Run a monthly bookkeeping close checklist with reconciliation.
Manage finances across multiple businesses or legal entities.
| name | contractor-tracking |
| description | Monitor 1099 contractor payments and flag $600 threshold. |
Track payments to independent contractors throughout the tax year. Total payments by vendor, flag anyone approaching or exceeding the $600 IRS reporting threshold, and prepare data for 1099-NEC filing.
transaction_search — find all payments to contractor-related vendors by name or categoryexport_transactions — export contractor payment details for tax filing preparationtransaction_search to find all outgoing payments categorized as contractor, freelancer, consulting, or professional services.1099-NEC CONTRACTOR TRACKING — Tax Year [Year]
══════════════════════════════════════════════════
Contractor Payments YTD Total Status
──────────────────────────────────────────────────
Jane Smith Design 8 $12,400 REPORTABLE
Mike's IT Services 4 $3,200 REPORTABLE
Sarah Copywriting 2 $550 APPROACHING
Tom Photography 1 $200 Under threshold
──────────────────────────────────────────────────
Total Contractors: 4
Reportable (>=$600): 2
Approaching ($400-$599): 1
Total Contractor Spend: $16,350
══════════════════════════════════════════════════
export_transactions to create a CSV of all contractor payments for tax preparation.=IF(ABS(Total)>=600,"REPORTABLE",IF(ABS(Total)>=400,"APPROACHING","Under threshold")).