Use this skill when the user wants to view, decode, or inspect Kubernetes secrets.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-dbdc8601)More formats (shields.io, HTML) on the badges page.
---
name: kseal
description: Use this skill when the user wants to view, decode, or inspect Kubernetes secrets.
---
# kseal Plugin
Kubernetes secrets viewer and decoder. View base64-encoded, encrypted, and sealed secrets in a readable format.
## Commands
### Secret Viewing
- `kseal secret view` — View and decode Kubernetes secrets
## Usage Examples
- "Show me the secrets in this Kubernetes cluster"
- "Decode this base64 secret"
- "View sealed secrets"
## Installation
```bash
pip install kseal
```
## Examples
```bash
kseal view secret-name
kseal view secret-name -n namespace
kseal decode "base64encodedstring"
kseal list --namespace kube-system
```
## Key Features
- Base64 secret decoding
- Sealed secrets viewing
- Namespace filtering
- Multiple output formats
- Simple CLI interface
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!