From connectwise
Use when looking up or briefing on a ConnectWise company/client — e.g. "pull up Acme", "give me the rundown on this client", "what do we manage for them", "show everything for company X before my call". Assembles a 360° view: company, contacts, assets, agreements, and open work.
How this skill is triggered — by the user, by Claude, or both
Slash command
/connectwise:client-overviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Assemble a fast, complete picture of one client — the brief you'd want before a call or QBR.
Assemble a fast, complete picture of one client — the brief you'd want before a call or QBR.
psa_get_company — company record by id or identifierpsa_search_contacts — key people (email is in communicationItems → use childConditions)psa_search_configurations — managed assets/devicespsa_search_agreements — active contractspsa_get_agreement_additions — billed line items on an agreementpsa_search_tickets — open service workpsa_search_invoices — billing/AR (balance > 0 for outstanding)psa_search_opportunities — open salespsa_get_company with the identifier (e.g. "acme") or id. If the user gave a fuzzy name, psa_search_companies with name like "acme%" first, then confirm which one.company/identifier="acme":
inactiveFlag=falseactiveFlag=true, grouped by type — the managed footprintagreementStatus="Active" — what they pay for; expand with psa_get_agreement_additions if they ask what's coveredclosedFlag=false — current issues, with count and any agingbalance > 0 — AR exposurechildConditions: 'communicationItems/value like "[email protected]"'.npx claudepluginhub patrickking67/connectwise-mcp --plugin connectwiseCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.