These pages cover the open-source Skyflo Kubernetes agent, an Apache-2.0 project for cluster operations. It is a different product from the Skyflo engineering harness.Go to the engineering harness
Supported tools and integrations.
Deep Coverage.
Efficient Context by Design.
Each toolset is loaded on-demand, not all at once. The agent starts lean and requests only the schemas it needs for your specific query.
Kubernetes
OrchestrationDiscovery, logs, exec, apply, diff
- Discover resources across namespaces
- Stream pod logs and exec into containers
- Drain and cordon nodes safely
- Preview changes with diff before apply
Helm
Package ManagementSearch, install, upgrade, rollback
- Install charts with custom values
- Upgrade releases with dry-run preview
- Roll back to any previous revision
- Manage chart repositories
Argo Rollouts
Progressive DeliveryPause, resume, promote, abort
- Run canary and blue-green deployments
- Promote or abort with human gate
- Monitor analysis runs and experiments
- Track full rollout history and status
Jenkins
CI/CDJobs, builds, logs, SCM, identity
- Manage and trigger build jobs
- Stream build logs in real time
- Inspect SCM configurations
- Authenticate via Kubernetes Secrets
The agent starts with Kubernetes read-only schemas in context. It calls load_toolset to add Helm, Argo, or Jenkins only when your query needs them. Deep coverage without bloating every turn with unused schemas.
On the Roadmap
Same typed, sandboxed pattern. All open source.
Install and Run Your First Operation
Install the agent on your cluster and run your first operation today.
curl -fsSL https://skyflo.ai/install.sh | bash