Kubernetes & OpenShift Platform Agent Swarm — A coordinated multi-agent system for cluster operations. Includes Orchestrator (Jarvis), Cluster Ops (Atlas), G...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install kubernetes或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install kubernetes⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/kubernetes/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: cluster-agent-swarm description: > Complete Platform Agent Swarm — A coordinated multi-agent system for Kubernetes and OpenShift platform operations. Includes Orchestrator (Jarvis), Cluster Ops (Atlas), GitOps (Flow), Security (Shield), Observability (Pulse), Artifacts (Cache), and Developer Experience (Desk). metadata: author: cluster-agent-swarm version: 1.0.1 agent_name: Swarm agent_role: Platform Agent Swarm (All Agents) session_key: "agent:platform:swarm" heartbeat: "/5 *" platforms: - openshift - kubernetes - eks - aks - gke - rosa - aro install_source: "https://github.com/kcns008/cluster-agent-swarm-skills" install_type: "scripted" always: false model_invocation: true requires: env: - KUBECONFIG binaries: - kubectl - oc - helm - kustomize - jq - curl - git credentials: - kubeconfig: "Cluster access (KUBECONFIG env var or ~/.kube/config)" - cloud_credentials: "Optional - only if using specific cloud provider (AWS/Azure/GCP)" - service_tokens: "Optional - for integrations (ArgoCD, Vault, GitHub)" conditions: | ### Credential Requirements
Minimum required: - KUBECONFIG - Access to target Kubernetes/OpenShift cluster
Optional - only enable what you need: - AWS credentials: Only if managing EKS or ROSA clusters - Azure credentials: Only if managing AKS or ARO clusters - GCP credentials: Only if managing GKE clusters - ArgoCD token: Only if using GitOps agent - Vault token: Only if using secrets management - GitHub token: Only if pushing changes to repositories
Principle: Only grant the minimum credentials required for your specific use case. ---
This skill package provides Kubernetes/OpenShift cluster management capabilities. Credentials are modular - only configure what you need for your specific use case.
| Requirement | Description | Environment Variable | |-------------|-------------|---------------------| | Kubeconfig | Valid kubeconfig with cluster access | KUBECONFIG or ~/.kube/config | | kubectl | Kubernetes CLI | Must be in PATH |
| Platform | Enable If... | Credentials | |----------|--------------|-------------| | AWS/EKS/ROSA | Managing AWS-hosted Kubernetes | AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY | | Azure/ARO | Managing Azure-hosted Kubernetes | AZURE_CLIENT_ID, AZURE_CLIENT_SECRET, AZURE_TENANT_ID | | GCP/GKE | Managing GCP-hosted Kubernetes | GOOGLE_APPLICATION_CREDENTIALS | | ArgoCD | Using GitOps agent | ARGOCD_AUTH_TOKEN, ARGOCD_SERVER | | Vault | Using secrets management | VAULT_TOKEN | | GitHub | Pushing to git repositories | GITHUB_TOKEN |
Before using the agents, you MUST set up a session context:
# Set up session context for your environment
bash skills/orchestrator/scripts/setup-session.sh <environment> [context-name]
# Environments: dev, qa, staging, prod
# Note: prod requires human approval for all modifications
---
https://github.com/kcns008/cluster-agent-swarm-skillsmain branch in production:```bash git clone https://github.com/kcns008/cluster-agent-swarm-skills.git cd cluster-agent-swarm-skills git fetch --tags git checkout v1.0.0 # Use verified release tag or commit hash ```
- Scripts with -delete, -cleanup in name may remove resources - Scripts with -promote, -deploy modify cluster state
npx skills add downloads and executes code from GitHubtree/main or untagged branches - WORKING.md - session progress tracking - LOGS.md - action audit trail - MEMORY.md - long-term learnings
- Kubernetes namespace-level access (not cluster-admin) - AWS IAM roles with limited EKS permissions - Azure service principals with limited subscription access - GCP service accounts with limited project permissions
- *-cleanup.sh scripts - may delete resources - *-promote.sh scripts - may promote artifacts - *-delete.sh scripts - explicitly destructive
---
This is the complete cluster-agent-swarm skill package. When you add this skill, you get access to ALL 7 specialized agents working together as a coordinated swarm.
> ⚠️ CRITICAL SECURITY WARNING > > The installation commands below use GitHub URLs that fetch and execute code on your system. > This is a supply chain risk - you must verify the repository and commit before use. > > For production deployments: > 1. ALWAYS pin to a specific, verified commit hash > 2. Review the commit: git show > 3. Verify GPG signatures if available: git verify-commit > 4. Use the manual clone method below for highest security > > NEVER use floating URLs (tree/main, main branch) in production.
> ⚠️ NOT FOR PRODUCTION: Uses floating URL without commit pinning.
...
安装 Kubernetes Agent Swarm 后,可以对 AI 说这些话来触发它
Help me get started with Kubernetes Agent Swarm
Explains what Kubernetes Agent Swarm does, walks through the setup, and runs a quick demo based on your current project
Use Kubernetes Agent Swarm to kubernetes & OpenShift Platform Agent Swarm — A coordinated multi-a...
Invokes Kubernetes Agent Swarm with the right parameters and returns the result directly in the conversation
What can I do with Kubernetes Agent Swarm in my developer & devops workflow?
Lists the top use cases for Kubernetes Agent Swarm, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/kubernetes/ 目录(个人级,所有项目可用),或 .claude/skills/kubernetes/(项目级)。重启 AI 客户端后,用 /kubernetes 主动调用,或让 AI 根据上下文自动发现并使用。
Kubernetes Agent Swarm 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Kubernetes Agent Swarm 可免费安装使用。请查阅仓库了解许可证信息。
Kubernetes & OpenShift Platform Agent Swarm — A coordinated multi-agent system for cluster operations. Includes Orchestrator (Jarvis), Cluster Ops (Atlas), G...
Kubernetes Agent Swarm 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Kubernetes Agent Swarm
Identifies repetitive steps in your workflow and sets up Kubernetes Agent Swarm to handle them automatically