fleet-inventory

Query Lightspeed MCP to retrieve and display fleet inventory data.

48|31|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/RHEcosystemAppEng/agentic-collections --skill fleet-inventory
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fleet-inventory
Source: https://github.com/RHEcosystemAppEng/agentic-collections/tree/main/rh-sre/skills/fleet-inventory
Command: npx skills add https://github.com/RHEcosystemAppEng/agentic-collections --skill fleet-inventory

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Retrieve and display fleet inventory from Red Hat Lightspeed to provide a comprehensive view of managed systems, their status, and exposure.

Core Features & Use Cases

  • Discovery and listing: Retrieve the full fleet inventory with system metadata (id, hostname, OS, tags, and last check-in).
  • Filtering and reporting: Apply filters by RHEL version, environment tags, host patterns, and produce structured summaries.
  • CVE awareness: Surface CVE-affected systems for remediation planning and risk assessment.

Quick Start

Query Lightspeed MCP to retrieve the fleet inventory and present a structured report.

Frequently Asked Questions about fleet-inventory

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve fleet inventory data for managed RHEL systems?

To retrieve fleet inventory, query Lightspeed MCP to fetch managed system metadata including hostnames, RHEL versions, environment tags, and last check-in times for comprehensive discovery and structured reporting.

How can I filter my RHEL fleet inventory by environment tags and hostname patterns?

You can filter fleet inventory by applying RHEL version constraints, environment tags, and hostname patterns directly within your Lightspeed MCP queries to generate targeted structured summaries of matching systems.

How do I identify CVE-affected systems in my fleet for remediation planning?

To identify CVE-affected systems, use the get_cve_systems tool from Lightspeed MCP to surface vulnerable managed hosts, enabling targeted risk assessment and prioritized remediation planning across your inventory.

Do I need specific environment variables to access Lightspeed MCP inventory data?

Yes, accessing Lightspeed MCP inventory requires setting the LIGHTSPEED_CLIENT_ID and LIGHTSPEED_CLIENT_SECRET environment variables to authenticate your session and retrieve managed host details successfully.

What system metadata is available when discovering hosts through Lightspeed MCP?

Host discovery through Lightspeed MCP returns system metadata including unique host IDs, hostnames, operating system details, assigned environment tags, and the last check-in timestamps for inventory tracking.

Can I use the get_host_details tool to report on specific RHEL versions in my fleet?

Yes, you can use the get_host_details tool alongside Lightspeed MCP queries to filter and report on specific RHEL versions, producing structured summaries for your managed environment.