From halopsa
Lists HaloPSA technicians, retrieves agent details, and shows team structures. Essential for MSP service managers assigning tickets and looking up technician IDs.
How this skill is triggered — by the user, by Claude, or both
Slash command
/halopsa:agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Agents in HaloPSA are the technicians who handle tickets and service delivery. Teams are groupings of agents that tickets can be assigned to. Use these tools to discover agent IDs and team structures before assigning tickets or filtering work queues.
Agents in HaloPSA are the technicians who handle tickets and service delivery. Teams are groupings of agents that tickets can be assigned to. Use these tools to discover agent IDs and team structures before assigning tickets or filtering work queues.
Tool: halopsa_agents_list
Key parameters:
team_id — Filter agents by team IDinactive — Include inactive agents (default: active only)limit — Maximum results (default: 50)Response includes:
record_count — Total matching agentsagents — Array of agent records with ID, name, email, team membershipTool: halopsa_agents_get
Parameters:
agent_id (required) — The agent's numeric IDReturns full agent profile including contact details, skills, team assignments, and availability settings.
Tool: halopsa_teams_list
Parameters:
limit — Maximum results (default: 50)Response includes:
record_count — Total teamsteams — Array of team records with ID, name, and member counthalopsa_agents_list to get all active agentsid when calling halopsa_tickets_update to assignhalopsa_teams_list to find the team ID by namehalopsa_agents_list with team_id set to the team's IDhalopsa_agents_get with the agent's IDhalopsa_tickets_updateinactive: true to include them when auditingnpx claudepluginhub wyre-technology/msp-claude-plugins --plugin halopsaManages HaloPSA tickets via API: create, update, search, add actions/notes, attachments. Covers statuses, priorities, SLAs, workflows for MSP technicians.
Manages Atera RMM agents: list, search, monitor, and execute PowerShell commands on managed endpoints. Useful for MSP technicians handling agent status, device info, and agent lifecycle.