kubernetes-plugin/skills/argocd-login/SKILL.md
ArgoCD CLI auth with SSO and gRPC-Web. Use when the user mentions ArgoCD login, argocd authentication, SSO auth, or accessing ArgoCD applications and clusters.
npx skillsauth add laurigates/claude-plugins argocd-loginInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
ArgoCD CLI authentication with SSO for the Data Portal cluster.
| Use this skill when... | Use kubernetes-operations instead when... | |---|---| | Authenticating to ArgoCD CLI via SSO | Working directly with kubectl against the cluster | | Resolving ArgoCD CLI auth errors before running argocd commands | Inspecting Kubernetes workloads without going through ArgoCD | | Setting up gRPC-Web access to argocd.dataportal.fi | Using kubectl-debugging to debug a specific pod or node |
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:
...
tools
Scaffold a new ComfyUI custom-node repo (pyproject, CI, release-please, vitest+pytest, JS extension skeleton) in the picker/gesture vein. Use when bootstrapping or init-ing a comfyui node pack.
tools
Orchestrate a ComfyUI node pack from idea to registry: scaffold, create + seed the repo, open the gitops adoption PR. Use when releasing or spinning up a new comfyui node pack.
testing
macOS EndpointSecurity/EDR high CPU & battery drain. Use when Kandji ESF / XProtect pegs a core; trace the exec storm via powermetrics + eslogger.
development
odiff pixel-by-pixel image diffing. Use when comparing screenshots, detecting visual regressions, diffing before/after PNGs, asserting golden images.