cluster-inventory

List and inspect OpenShift clusters with names, IDs, versions, statuses, and creation dates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openshift-python-client, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill solves the problem of manually tracking and understanding the status and details of OpenShift clusters across different deployment types, such as self-managed and managed service clusters.

Core Features & Use Cases

  • Cluster Listing: Automatically list all OpenShift clusters, including their names, IDs, versions, statuses, and creation dates.
  • Cluster Inspection: Provide detailed information about individual clusters, such as their platform, region, and version details.
  • Event Diagnostics: Retrieve and display events for self-managed clusters to aid in troubleshooting and diagnostics.

Quick Start

Use the cluster-inventory skill to list all clusters and their details.

Frequently Asked Questions about cluster-inventory

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

FAQPage Schema
How do I list all OpenShift clusters and their statuses across different deployments?

Retrieve OpenShift cluster details including names, IDs, versions, statuses, and creation dates. This functionality supports self-managed deployments like OCP and SNO, alongside managed service clusters such as ROSA, ARO, and OSD.

How can I inspect an OpenShift cluster to see its platform, region, and version details?

Inspect individual OpenShift clusters to view specific platform, region, and version details. This yields comprehensive configuration data for the targeted cluster environment.

Can I retrieve events for self-managed OpenShift clusters to aid in troubleshooting?

Retrieve and display events for self-managed OpenShift clusters to aid in troubleshooting and diagnostics. This surfaces cluster events for OCP and SNO deployments to identify operational issues.

Do I need the openshift-python-client to use MCP tools for cluster inspection?

The openshift-python-client dependency is required. The cluster inspection utilizes MCP tools from openshift-self-managed and openshift-ocm-managed servers to retrieve cluster information.

Does this MCP tool support managed service deployments like ROSA and ARO?

Support for managed service deployments including ROSA, ARO, and OSD is available. The tool retrieves cluster information utilizing MCP tools from the openshift-ocm-managed server.