From connectwise
Use for ConnectWise configurations — managed devices and assets — e.g. "what servers do we manage for Acme", "find the config with serial ABC123", "list workstations at this client", "what's the warranty on their firewall", "show all assets of type X". Searches and reports on tracked configurations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/connectwise:asset-managementThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Answer "what do we manage for this client" and find specific devices fast.
Answer "what do we manage for this client" and find specific devices fast.
psa_search_configurations — managed devices/assets (servers, workstations, network gear, etc.)psa_api_request — configuration types (/company/configurations/types) and anything else under /company/configurations/*psa_search_configurations:
company/identifier="acme" and activeFlag=truetype/name="Managed Workstation" or type/name="Server"serialNumber="ABC123", tagNumber="...", or name contains "SRV"ipAddress="10.0.0.5"fields: "all" or query specific fields for warranty dates.customFieldConditions (e.g. caption="Warranty" AND value!=null).Read-first. Confirm before creating/updating or retiring configurations.
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.