by kite-org
🪁 A lightweight, modern Kubernetes dashboard that unifies multi-cluster and resource management, enterprise-grade user governance (OAuth, RBAC, and audit logs), and AI agents in one workspace. Not just a tool, but more like a platform.
# Add to your Claude Code skills
git clone https://github.com/kite-org/kiteLast scanned: 4/23/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-04-23T06:07:22.931Z",
"semgrepRan": false,
"npmAuditRan": true,
"pipAuditRan": true
}kite is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by kite-org. 🪁 A lightweight, modern Kubernetes dashboard that unifies multi-cluster and resource management, enterprise-grade user governance (OAuth, RBAC, and audit logs), and AI agents in one workspace. Not just a tool, but more like a platform. It has 3,125 GitHub stars.
Yes. kite passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/kite-org/kite" and add it to your Claude Code skills directory (see the Installation section above).
kite is primarily written in TypeScript. It is open-source under kite-org on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh kite against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
All your clusters. One workspace.
Kite is a lightweight, open-source Kubernetes workspace for multi-cluster operations, observability, access control, and AI-assisted troubleshooting.
Documentation · Releases · Community
English · 中文
For a quick evaluation, install Kite from the OCI registry into a dedicated namespace:
helm install kite oci://ghcr.io/kite-org/charts/kite \
--namespace kite-system \
--create-namespace
Forward the service to your local machine:
kubectl port-forward --namespace kite-system svc/kite 8080:8080
Open http://localhost:8080, create the first administrator, and follow the setup flow to connect a cluster. When Kite runs inside the cluster it manages, choose the in-cluster connection type for the simplest setup.
[!IMPORTANT] The default chart values are intended for evaluation. Before using Kite in production, enable persistent storage or configure an external database, replace the default encryption key, and review the chart's cluster-wide RBAC permissions. See the installation guide and chart values.
mkdir -p data
docker run -d --name kite \
-p 8080:8080 \
-v "$(pwd)/data:/data" \
-e DB_DSN=/data/db.sqlite \
ghcr.io/kite-org/kite:latest
The standalone manifest is intended for evaluation and stores application data inside the container unless you add persistent storage.
kubectl apply -f https://raw.githubusercontent.com/kite-org/kite/main/deploy/install.yaml
kubectl port-forward --namespace kube-system svc/kite 8080:8080
The manifest grants its service account cluster-admin. Review and restrict these permissions before using it outside a test environment.
Building Kite requires Go 1.26, Node.js ^20.19.0 or >=22.12.0, pnpm, and Make.
git clone https://github.com/kite-org/kite.git
cd kite
make deps
make build
./kite
| Topic | Guide |
|---|---|
| Installation and exposure | Installation |
| Users, authentication, and permissions | User management · RBAC |
| Monitoring | Prometheus setup |
| Operations | Helm management · Kite Cluster Agent |
| AI | AI assistant |
| API | API documentation |
If you find Kite helpful, please consider supporting its development. Your donations help maintain and improve the project.
Thank you for your support! ❤️
Kite is licensed under the Apache License 2.0.