Use this skill when the user wants to inject timezone configurations into Kubernetes pods
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-b2304a35)More formats (shields.io, HTML) on the badges page.
---
name: k8tz
description: Use this skill when the user wants to inject timezone configurations into Kubernetes pods
---
# K8tz Plugin
inject timezone configurations into Kubernetes pods
## Commands
- `k8tz self version` — Print k8tz version
- `k8tz _ _` — Passthrough to k8tz CLI
## Usage Examples
- "Set timezone for this deployment"
- "Inject timezone into pods"
- "Configure UTC offset for K8s"
## Installation
```bash
go install github.com/nicholasgasior/k8tz@latest
```
## Examples
```bash
k8tz inject --timezone America/New_York deployment.yaml
k8tz patch --namespace production --timezone UTC
```
## Key Features
- Automatic timezone injection
- Mutating webhook
- Per-pod configuration
- CronJob timezone support
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!