contractor-tracking
Installation
SKILL.md
1099 Contractor Payment Tracking
Overview
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.
Wilson Tools Used
transaction_search— find all payments to contractor-related vendors by name or categoryexport_transactions— export contractor payment details for tax filing preparation
Workflow
- Ask for the tax year (defaults to current year) and any known contractor names or payment categories.
- Use
transaction_searchto find all outgoing payments categorized as contractor, freelancer, consulting, or professional services. - Also search by specific vendor names if provided (e.g., "John Smith", "Design LLC").
- Group results by vendor/payee and sum total payments per vendor for the year.
- Generate the tracking report:
Related skills