# Add to your Claude Code skills
git clone https://github.com/kubeopencode/kubeopencodeLast scanned: 6/27/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-06-27T06:53:19.590Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}kubeopencode is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by kubeopencode. Run OpenCode Agent on Kubernetes. It has 100 GitHub stars.
Yes. kubeopencode 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/kubeopencode/kubeopencode" and add it to your Claude Code skills directory (see the Installation section above).
kubeopencode is primarily written in Go. It is open-source under kubeopencode 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 kubeopencode against similar tools.
No comments yet. Be the first to share your thoughts!
Note: KubeOpenCode builds on the excellent OpenCode AI agent. OpenCode is great for individual developers — KubeOpenCode makes it work for teams and enterprises by adding governance, shared agent configurations, scale, and enterprise infrastructure integration. This is an independent project, not affiliated with the OpenCode team.
kubectl create namespace kubeopencode-system
helm install kubeopencode oci://ghcr.io/kubeopencode/helm-charts/kubeopencode \
--namespace kubeopencode-system \
--set server.enabled=true
apiVersion: kubeopencode.io/v1alpha1
kind: Agent
metadata:
name: default
namespace: kubeopencode-system
spec:
profile: "General-purpose development agent"
workspaceDir: /workspace
serviceAccountName: kubeopencode-agent
credentials:
- name: api-key
secretRef:
name: ai-credentials
key: api-key
env: OPENCODE_API_KEY
---
apiVersion: kubeopencode.io/v1alpha1
kind: Task
metadata:
name: my-task
namespace: kubeopencode-system
spec:
agentRef:
name: default
description: |
Update dependencies to latest versions.
Run tests and create PR.
# Attach to a live agent from your terminal
kubeoc agent attach default -n kubeopencode-system
For full documentation — including getting started, architecture, features, security, and more — head over to our docs.
go install github.com/kubeopencode/kubeopencode/cmd/kubeoc@latest
kubeoc get agents # List agents
kubeoc agent attach my-agent -n kubeopencode-system # Attach to an agent
We welcome contributions! See CONTRIBUTING.md for guidelines.
Apache License 2.0 — see LICENSE for details.
Made with love by the KubeOpenCode community