From autotask
Retrieves Autotask billing items, checks approval levels, and searches invoices for MSP finance teams reconciling billable work and approving charges.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autotask:billingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Autotask billing tools give MSPs visibility into billable items, approval workflows, and invoices generated from time entries, charges, and contracts. Finance teams use these tools to review, approve, and export billing data.
Autotask billing tools give MSPs visibility into billable items, approval workflows, and invoices generated from time entries, charges, and contracts. Finance teams use these tools to review, approve, and export billing data.
Retrieve a single billing item by ID.
Tool: autotask_get_billing_item
Key fields returned:
id — Billing item IDticketID / projectID — Source entityresourceID — Who performed the workbillingItemType — Type (time entry, expense, charge, etc.)approvalStatus — Current approval stateamount — Billable amountTool: autotask_search_billing_items
Key parameters:
companyId — Filter by client companyinvoiceId — Filter by invoiceapprovalStatus — Filter by approval statestartDate / endDate — Date range filterpage / pageSize — Pagination (default 25, max 200)Tool: autotask_search_billing_item_approval_levels
Returns the configured approval workflow steps for billing items in your Autotask instance. Approval levels are instance-specific.
Tool: autotask_search_invoices
Key parameters:
companyId — Filter by client companystartDate / endDate — Invoice date rangepage / pageSize — Paginationautotask_search_billing_items filtered by date range and companyautotask_search_invoices to find invoices for a clientautotask_search_billing_items filtered by invoice IDautotask_search_billing_item_approval_levels to understand configured stepsautotask_search_billing_items filtered by approvalStatus to find items pending each stepautotask_get_field_info with entity BillingItems to retrieve valid values for your instancenpx claudepluginhub wyre-technology/msp-claude-plugins --plugin autotaskCreates, searches, updates, voids, and manages Xero sales invoices (ACCREC) and supplier bills (ACCPAY). Covers invoice lifecycle, line items, tax handling, and recurring MSP billing workflows.
Creates, sends, voids, and manages QuickBooks Online invoices for MSP clients including recurring, project-based, and time & materials billing.
Matches active Pax8 subscriptions against Xero or QuickBooks Online invoices to detect billing gaps, quantity mismatches, and margin discrepancies for MSPs.