KubeSphere DevOps: Credentials

Manages repository, kubeconfig, and API token credentials in KubeSphere DevOps.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.0/10
Tested
Jul 11, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 523e1f7

Verbatim install works (clone kubesphere monorepo + copy skills/kubesphere-devops-credentials/); the single SKILL.md parses under strict YAML and fires accurately on DevOps-credential prompts. Two doc gaps: the real workflow needs a live KubeSphere cluster with DevOps/Jenkins plus a bearer token, which the skill never states, and its only reference link is an unreachable internal absolute path (/root/go/src/.../kse-extensions/devops/README.md). A/B on a Secret+GitRepository manifest task was decisive: the skill emitted the correct KubeSphere conventions (type: credential.devops.kubesphere.io/basic-auth, label devops.kubesphere.io/credential, spec.secret.{name,namespace}) while the base used type: kubernetes.io/basic-auth and spec.secretRef.name, which the DevOps controller silently ignores.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 4/5
  • Output vs. baseline 8/10
  • Docs & honesty 3/5

What KubeSphere DevOps: Credentials does

Use when managing credentials in KubeSphere DevOps, including repository credentials, kubeconfig, and API tokens

How to install KubeSphere DevOps: Credentials

git clone https://github.com/kubesphere/kubesphere
cd kubesphere
mkdir -p ~/.claude/skills
cp -r skills/kubesphere-devops-credentials ~/.claude/skills/kubesphere-devops-credentials

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger KubeSphere DevOps: Credentials

  • /kubesphere-devops-credentials Manages repository, kubeconfig, and API token credentials in KubeSphere DevOps.

It also activates on plain-language prompts like these:

  • Add a new repository credential in KubeSphere DevOps
  • Rotate the kubeconfig credential for our pipeline
  • Store an API token securely in KubeSphere DevOps

Frequently asked questions

Is the KubeSphere DevOps: Credentials skill free?
Yes. The skill itself is free from kubesphere/kubesphere. SkillProof publishes the install command and an independent test verdict at no cost.
Does KubeSphere DevOps: Credentials work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Tested · Works. Verbatim install works (clone kubesphere monorepo + copy skills/kubesphere-devops-credentials/); the single SKILL.md parses under strict YAML and fires accurately on DevOps-credential prompts. Two doc gaps: the real workflow needs a live KubeSphere cluster with DevOps/Jenkins plus a bearer token, which the skill never states, and its only reference link is an unreachable internal absolute path (/root/go/src/.../kse-extensions/devops/README.md). A/B on a Secret+GitRepository manifest task was decisive: the skill emitted the correct KubeSphere conventions (type: credential.devops.kubesphere.io/basic-auth, label devops.kubesphere.io/credential, spec.secret.{name,namespace}) while the base used type: kubernetes.io/basic-auth and spec.secretRef.name, which the DevOps controller silently ignores.
What is the KubeSphere DevOps: Credentials SkillProof Score?
8.0/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 8/10, docs & honesty 3/5.
How do I install KubeSphere DevOps: Credentials?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use KubeSphere DevOps: Credentials with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.