Kubernetes Encyclopedia

v1.0.0

Kubernetes documentation-first workflow for Kubernetes-specific questions, troubleshooting, command planning, cluster operations, workload/resource behavior,...

0· 30·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (docs-first Kubernetes workflow) match the included behavior: caching kubernetes.io docs and keeping local notes. There are no unrelated required env vars, binaries, or config paths.
Instruction Scope
SKILL.md stays focused on checking a local cache, consulting official docs, and recording environment-specific notes. It mentions inspecting live environment state when appropriate but does not include vague instructions to read arbitrary host files or to exfiltrate data; however, 'inspect live environment state' is a capability that could imply running kubectl or other cluster commands — that is expected for a Kubernetes helper but you should be explicit about what the agent is allowed to run in your environment.
Install Mechanism
No install spec (instruction-only) and included scripts are simple workspace tools. cache_doc.py fetches only HTTPS kubernetes.io URLs and enforces path/hostname constraints; there are no third-party downloads or archive extraction behaviors.
Credentials
The skill requests no environment variables, credentials, or config paths. The workspace root is under a local directory (.Kubernetes-Encyclopedia) which the scripts create/manage — this is proportional to the stated purpose.
Persistence & Privilege
always=false, the skill does not request permanent/global agent presence or modify other skills. It only creates/uses a local cache workspace and seed files under .Kubernetes-Encyclopedia.
Assessment
This skill appears coherent and low-risk, but review these before installing: (1) confirm the agent environment's Kubernetes access—if the agent can run kubectl against sensitive clusters, restrict or audit that capability; (2) the local cache/inventory files may contain environment-specific sensitive notes (topology, access info) if you or the agent populate them—store them in a safe place and review contents before sharing; (3) the included cache_doc.py only fetches https://kubernetes.io/docs/* and enforces path restrictions, but you can read the two scripts to satisfy yourself they do not exfiltrate data; (4) if you permit autonomous agent actions, be explicit about which cluster operations are allowed (read-only inspection vs. mutating changes).

Like a lobster shell, security has layers — review code before you run it.

latestvk973ab2m3hxx4qqffyxajy93bn845g5d

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

☸️ Clawdis

Comments