From autotask
Retrieves and manages Autotask ticket notes, attachments, and charges — including searching, creating, updating, and deleting charges.
How this skill is triggered — by the user, by Claude, or both
Slash command
/autotask:ticket-notes-attachmentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Beyond the core ticket record, Autotask tickets accumulate notes (internal/external communications), file attachments, and charges (labor and expenses billed directly to a ticket). This skill covers retrieval and management of these secondary ticket entities.
Beyond the core ticket record, Autotask tickets accumulate notes (internal/external communications), file attachments, and charges (labor and expenses billed directly to a ticket). This skill covers retrieval and management of these secondary ticket entities.
Tool: autotask_get_ticket_note
Parameters:
id (required) — The ticket note IDReturns the full note content including author, creation time, note type (internal/external), and HTML/text body.
Tool: autotask_search_ticket_notes
Key parameters:
ticketId — Filter notes for a specific ticketnoteType — Filter by note type (internal vs. external/visible to client)createdAfter / createdBefore — Date rangepage / pageSize — PaginationTool: autotask_get_ticket_attachment
Parameters:
id (required) — The attachment IDReturns attachment metadata and base64-encoded file content.
Tool: autotask_search_ticket_attachments
Key parameters:
ticketId — Filter attachments for a specific ticketpage / pageSize — PaginationTool: autotask_get_ticket_charge
Parameters:
id (required) — The ticket charge IDReturns charge details including amount, description, billing status, and associated ticket.
Tool: autotask_create_ticket_charge
Key parameters:
ticketId (required) — Ticket to attach the charge toname (required) — Charge descriptionamount (required) — Charge amountisBillable — Whether to bill to the clientTool: autotask_update_ticket_charge
Parameters:
id (required) — Charge ID to updateamount, name, isBillable — Fields to modifyTool: autotask_delete_ticket_charge
Parameters:
id (required) — Charge ID to deleteUse with care — deleted charges cannot be recovered.
Tool: autotask_search_ticket_charges
Key parameters:
ticketId — Filter charges for a specific ticketisBillable — Filter by billabilitypage / pageSize — Paginationautotask_get_ticket_details to get the core ticketautotask_search_ticket_notes with ticketId to retrieve all notesautotask_search_ticket_attachments with ticketId to list filesautotask_search_ticket_charges with ticketId to see chargesautotask_get_ticket_detailsautotask_create_ticket_charge with ticket ID, name, amountautotask_search_ticket_chargesautotask_search_ticket_notes filtered by ticketId and noteType (external only)time-entries skill for time-based billingbilling skill for approval workflowsnpx claudepluginhub wyre-technology/msp-claude-plugins --plugin autotaskManages Autotask tickets including creation, updates, search, SLA calculations, escalation rules, and workflow automations for MSP service delivery.
Creates, updates, searches, and closes ConnectWise PSA tickets with SLA handling, notes, and closure validation. For MSP technicians managing service desk operations.
Manages Syncro MSP tickets: create, update, search, resolve, add comments, track time, and handle status/priority transitions. Essential for service desk operations.