Help us improve
Share bugs, ideas, or general feedback.
From blumira
Manages Blumira agents and devices: lists inventory with filters and pagination, checks health via last_seen timestamps, audits coverage by OS/status, handles deployment keys.
npx claudepluginhub wyre-technology/msp-claude-plugins --plugin blumiraHow this skill is triggered — by the user, by Claude, or both
Slash command
/blumira:agentsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Blumira agents (sensors) are deployed on devices to collect log data and detect threats. This skill covers device inventory management, agent health monitoring, and agent key management for deployments.
Manages RocketCyber RocketAgent: deployment, installation, online/offline status, health monitoring, troubleshooting, platform support, and connectivity diagnostics on Windows, macOS, Linux endpoints.
Manages Huntress endpoint agents: lists and filters by organization or platform, checks health and status, retrieves details for fleet audits and health checks.
Manages Domotz agents (collectors), sites, and network probes: lists agents, checks health and status, views details, monitors connectivity.
Share bugs, ideas, or general feedback.
Blumira agents (sensors) are deployed on devices to collect log data and detect threats. This skill covers device inventory management, agent health monitoring, and agent key management for deployments.
Devices represent endpoints, servers, or network appliances with Blumira agents installed. Each device record includes agent status, last seen time, OS information, and network details.
Agent keys are deployment tokens used to register new agents with your Blumira organization. Keys can be scoped and rotated as needed.
blumira_agents_devices_list
page_size=50
order_by=-last_seen
Filter examples:
blumira_agents_devices_list
os.contains=Windows
status.eq=active
blumira_agents_devices_get
device_id=<UUID>
blumira_agents_keys_list
blumira_agents_keys_get
key_id=<UUID>
blumira_agents_devices_list with order_by=last_seen to find stale agentsblumira_agents_devices_list with page_size=100 to enumerate all devicesblumira_agents_keys_list to find available deployment keysblumira_agents_devices_list that the new device appearsCause: Invalid device ID or device not in current org scope
Solution: Verify the device ID with blumira_agents_devices_list.
Cause: No keys have been created for the organization Solution: Agent keys must be created in the Blumira portal. The API is read-only for key management.
last_seen timestamps to catch offline agents earlyblumira_msp_devices_list to audit across accounts