Describe your app, get production-ready K8s YAML
Tell it what you're deploying and it generates complete, production-ready Kubernetes manifests — Deployment, Service, and, when appropriate, Ingress, HPA, PDB, and NetworkPolicy — with sane resource requests, health checks, security contexts, and labels. No more copy-pasting from old deployments and forgetting the readiness probe.
Create a skill called "Manifest Maker". When I describe an application (what it does, language/runtime, port, expected traffic, dependencies), generate production-ready Kubernetes manifests. Always include: - Deployment with sensible resource requests/limits - Liveness/readiness/startup probes where applicable - Security context (non-root, minimal privileges, read-only fs where practical) - Service with correct port and protocol - Standard labels (`app.kubernetes.io/*`) Include only when appropriate: - Ingress - HorizontalPodAutoscaler - PodDisruptionBudget - NetworkPolicy - ConfigMap and Secret references Validate the output with `kubectl apply --dry-run=client` if kubectl is available. Output as a single multi-document YAML file.
Describe your application in plain English — what it does, what port it
listens on, how much traffic it gets — and your Claw generates complete
K8s manifests following production best practices.
Stop the push-and-pray CI debugging loop
Paste your failing pipeline config and the error log. Your Claw spots YAML mistakes, platform-specific gotchas, and likely root causes before you burn another CI run.
Generate Helm charts without wrestling Go templates
Describe your application or hand it existing K8s manifests and get a proper Helm chart — values.yaml, templates with sensible defaults, and none of the Go template spaghetti. Also reviews and fixes existing charts.
Local-first AI assistant that automates small daily tasks safely on your device
A personal, local-first AI assistant that automates small daily tasks—organizing files, setting reminders, and monitoring system events—without touching sensitive data or taking risky actions without your approval.
Update pricing across all your Airbnb listings without clicking through each one
Automate bulk rate changes across multiple Airbnb listings using your Claw. Useful for seasonal pricing updates, last-minute discounts, or syncing rates after a change in your hosting strategy.