kcli
Manage VMs and Kubernetes clusters across any cloud or hypervisor
All Skills in This Repository (7)
Pure Emerald Level Indicatorskcli
Automate multi-provider VM management and infrastructure orchestration via a single CLI.
kcli-cluster-deployment
Automate Kubernetes cluster deployment and lifecycle management with kcli.
kcli-testing
Guide developers to implement tests and maintain code quality in kcli.
kcli-provider-development
Guide implementing kcli virtualization providers for cloud platforms and hypervisors.
kcli-configuration
Configure and validate kcli provider and profile settings in YAML configuration files.
kcli-plan-authoring
Guides developers to author and validate kcli YAML plan files for VM and network deployments.
kcli-vm-operations
Automates VM lifecycle management across providers using the kcli CLI.
Frequently Asked Questions
FAQPage SchemaHow to install kcli?โผ
Run `npx skills add karmab/kcli --all -g -y` in your terminal to install all kcli skills globally for your AI agent.
What does kcli do?โผ
kcli is a single command-line tool to create and manage virtual machines and Kubernetes clusters across many providers, including libvirt, AWS, GCP, Azure, vSphere, and KubeVirt.
Can kcli deploy Kubernetes clusters?โผ
Yes. It deploys OpenShift, k3s, kubeadm, RKE2, MicroShift, and managed cloud clusters like EKS, AKS, and GKE with one command.
Does kcli work with AI agents like Claude Code?โผ
Yes. The included SKILL.md files let agents like Claude Code, Cursor, and Codex run VM and cluster operations from plain-English requests.
Can I define infrastructure as code with kcli?โผ
Yes. You write simple YAML plan files with Jinja2 templating to declare VMs, networks, disks, and clusters, then deploy everything at once.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core