From blumira
Use this skill when working with Blumira agents, devices, and agent keys, including listing devices, checking agent health, and managing agent deployment keys.
How 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.
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 accountsnpx claudepluginhub p/drewrox2009-blumira-msp-claude-plugins-blumira-blumiraGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.