npx claudepluginhub funnywolf/agentic-soc-platform --plugin ASPThis skill uses the workspace's default tool permissions.
Use this skill for external ticket sync work on ASP.
Syncs external tickets to ASP cyber security platform, associates with cases, lists by status/type/UID, updates fields. For ASP ticket workflows.
Manages Syncro MSP tickets: create, update, search, handle statuses, priorities, timers, comments, workflows, validation, time tracking, and reporting. For service desk operations.
Manages Autotask tickets for creation, updates, searches, queues, statuses, priorities, SLAs, escalations, validations, workflow automations, and metrics in service desk operations.
Share bugs, ideas, or general feedback.
Use this skill for external ticket sync work on ASP.
create_ticket to create the synced ticket record.attach_ticket_to_case to link an existing ticket record to a case once you have the ticket row ID.list_tickets for browsing and lookup.update_ticket only for fields the user explicitly wants changed.create_ticket.attach_ticket_to_case.list_tickets.update_ticket.list_tickets.Preferred response structure:
| Ticket ID | External UID | Type | Status | Title | Summary |
|---|
Then add one short interpretation line when useful.
create_ticket.case_id.create_ticket for a new ticket or retrieve the
existing ticket first.attach_ticket_to_case(case_id=<case_id>, ticket_rowid=<ticket_rowid>).ticket_id.update_ticket with only changed fields.None, state that the ticket was not found.Preferred response structure:
Updated ticket: ticket ID or returned row IDChanged fields: only the fields sent in the requestNext useful step: optional, usually to attach it to a case or review the refreshed ticketcase_id only when the user wants case attachment and did not provide it.ticket_id only when the user wants to update a specific synced ticket and did not provide it.