Help us improve
Share bugs, ideas, or general feedback.
From kubernetes-plugin
Executes ArgoCD CLI login with SSO and gRPC-Web to argocd.dataportal.fi cluster. Provides verification, app/cluster/project commands, and troubleshooting for authentication issues.
npx claudepluginhub laurigates/claude-plugins --plugin kubernetes-pluginHow this skill is triggered — by the user, by Claude, or both
Slash command
/kubernetes-plugin:argocd-loginhaikuThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
ArgoCD CLI authentication with SSO for the Data Portal cluster.
Implements GitOps continuous delivery with Argo CD or Flux: app-of-apps patterns, automated sync policies, drift detection, multi-environment promotion. For declarative Kubernetes management from Git.
Constructs GitOps workflows using ArgoCD or Flux for Kubernetes. Generates manifests, sync policies, multi-environment promotion, RBAC, notifications, and CI updates for secure continuous deployment.
Share bugs, ideas, or general feedback.
ArgoCD CLI authentication with SSO for the Data Portal cluster.
Use this skill automatically when:
argocd login argocd.dataportal.fi --grpc-web --sso
argocd.dataportal.fi - Data Portal ArgoCD server endpoint--grpc-web - Enable gRPC-Web protocol (required for web-based SSO)--sso - Use Single Sign-On authentication (opens browser for OAuth2 flow)Detect authentication need:
Execute login command:
argocd login argocd.dataportal.fi --grpc-web --sso
Guide user through SSO:
~/.config/argocd/configVerify authentication:
argocd account get-user-info
# List applications
argocd app list
# Get application details
argocd app get <app-name>
# Sync application
argocd app sync <app-name>
# View application resources
argocd app resources <app-name>
# List clusters
argocd cluster list
# Get cluster info
argocd cluster get <cluster-name>
# List projects
argocd proj list
# Get project details
argocd proj get <project-name>
~/.config/argocd/config--grpc-web flag is presentargocd.dataportal.fiargocd login argocd.dataportal.fi --grpc-web --ssoargocd account get-user-infoThis skill complements the ArgoCD MCP server tools:
mcp__argocd-mcp__*) require authenticated CLI session~/.config/argocd/config)User: "I need to check the status of my ArgoCD applications"
Claude: I'll log you into ArgoCD first, then check the application status.
[Executes: argocd login argocd.dataportal.fi --grpc-web --sso]
Please complete the SSO authentication in the browser that just opened.
Once authenticated, I'll retrieve your application list.
[After successful auth, executes: argocd app list]
Here are your applications:
...