From connectwise
Use for the ConnectWise dispatch calendar and technician scheduling — e.g. "what's on my schedule today", "who's free this afternoon", "what's dispatched to the Acme onsite", "show the team's calendar tomorrow". Reviews schedule entries and tech availability.
How this skill is triggered — by the user, by Claude, or both
Slash command
/connectwise:dispatch-schedulingThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help dispatch and techs see who's doing what, when — and what still needs coverage.
Help dispatch and techs see who's doing what, when — and what still needs coverage.
psa_search_schedule_entries — calendar entries (who, when, what object)psa_search_members — technicianspsa_search_tickets — the work behind a scheduled entrypsa_search_schedule_entries:
member/identifier="pking" and dateStart > [2026-06-10T00:00:00Z] and dateStart < [2026-06-11T00:00:00Z]doneFlag=falsedateStart: time · member · what (name) · #objectId. objectId is the scheduled ticket/activity — pull it with psa_get_ticket if the user wants detail.psa_search_members (inactiveFlag=false) to spot who's unbooked in a window. Flag conflicts (overlapping entries for one member).objectId — that's the link back to the work.Read-first. Confirm before creating/moving schedule entries or reassigning techs — dispatch changes affect people's day.
npx claudepluginhub patrickking67/connectwise-mcp --plugin connectwiseGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.