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 blumiraThis skill uses the workspace's default tool permissions.
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.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
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