with one click
kustomize
Manage Kustomize overlays and Kubernetes resource customization
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Manage Kustomize overlays and Kubernetes resource customization
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Run Ansible ad-hoc commands and playbook operations
Headless browser automation via agent-browser (Playwright/Chromium) - navigate, snapshot, click, type, screenshot, eval, console
Query Datadog monitors, dashboards, and metrics
Query GitLab projects, merge requests, and CI pipelines
Query Harbor container image registry projects and artifacts
Manage Helm charts and releases on Kubernetes
| name | kustomize |
| description | Manage Kustomize overlays and Kubernetes resource customization |
| activation_keywords | ["kustomize","overlay","k8s","kubernetes","patch","resource"] |
| execution_mode | client |
Provides Kustomize operations via local CLI:
Use builtin_kustomize tool with fields:
operation: one of "build", "list_resources", "list_overlays", "show_patches", "edit_image", "edit_namespace"path: path to kustomization directory (default: current directory)overlay: overlay name (for list_overlays)image: image name:tag (for edit_image, e.g. "nginx:1.21")name: resource name (for edit_image)namespace: namespace name (for edit_namespace)extra_args: additional kustomize CLI argumentsNote: Requires kustomize CLI installed. All operations are read-only except edit_image/edit_namespace.