Turning a raw manifest into a reusable Helm chart starts with a good values.yaml. The Helm values.yaml Generator reads a pasted workload and extracts the configurable values - replica count, image, service port and resources - into a clean values.yaml scaffold.
Paste a Deployment (or StatefulSet / DaemonSet). The tool reads the first container for its image, ports and resource requests/limits and emits a values.yaml you can drop into a chart. Everything runs locally; nothing is uploaded.