Agent skill
openshift
OpenShift-specific operations including routes, operators, and platform features
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/openshift
SKILL.md
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
# 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.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?