Kubernetes read-only operations for cluster inspection and monitoring
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill k8s_operator --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of K8s Operator?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-k8s-operator)More formats (shields.io, HTML) on the badges page.
---
name: k8s-operator
description: Kubernetes read-only operations for cluster inspection and monitoring
activation_keywords: [kubernetes, k8s, kubectl, pod, deployment, service, namespace, cluster]
---
# K8s Operator Skill
Provides read-only Kubernetes cluster operations:
- List and describe pods, deployments, services, namespaces
- View pod logs and events
- Check cluster health and resource usage
- Inspect configmaps and secrets (metadata only)
Use `builtin_k8s_operator` tool with fields:
- `operation`: one of "get", "describe", "logs", "events", "top"
- `resource`: Kubernetes resource type (pod, deployment, service, etc.)
- `name`: (optional) specific resource name
- `namespace`: (optional) target namespace (default: all)
- `kubeconfig`: (optional) path to kubeconfig file
Note: Write operations (create, delete, apply, edit) are disabled by default for safety.
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!