OpenShift-specific operations including routes, operators, and platform features
Scanned 9/20/2026
Install to Claude Code
npx -y skills add rossoctl/rossoctl --skill openshift --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Openshift?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/rossoctl-openshift)More formats (shields.io, HTML) on the badges page.
---
name: openshift
description: OpenShift-specific operations including routes, operators, and platform features
---
# OpenShift Skills
OpenShift-specific operations that extend Kubernetes capabilities.
## Sub-Skills
| Skill | Description |
|-------|-------------|
| `openshift:debug` | Debug OpenShift-specific resources and operators |
| `openshift:routes` | Manage OpenShift routes and ingress |
| `openshift:trusted-ca-bundle` | Use OpenShift's trusted CA bundle for TLS |
## When to Use
- Working with OpenShift clusters (RHOCP, OKD)
- Managing OpenShift-specific resources (Routes, DeploymentConfigs, etc.)
- Debugging OpenShift operators
- Working with OpenShift console and authentication
## Quick Commands
```bash
# Check cluster info
oc whoami
oc project
oc cluster-info
# Get OpenShift-specific resources
oc get routes -A
oc get clusteroperators
oc get clusterversion
# Check operator status
oc get csv -A
oc get installplans -A
```
## Difference from k8s/ Skills
| Skill | Use For |
|-------|---------|
| `k8s/*` | Standard Kubernetes resources (pods, deployments, services) |
| `openshift:*` | OpenShift-specific resources (routes, operators, builds) |
Both work on OpenShift clusters, but `openshift:*` skills use `oc` commands and understand OpenShift-specific concepts.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!