Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计通过

kubernetes-encyclopediaKubernetes encyclopedia 搜索

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

2,822

周安装

120

GitHub Stars

公开资料未说明

下载量

989
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:kubernetes-encyclopedia(Kubernetes encyclopedia 搜索)
来源仓库:https://github.com/kklouzal/kubernetes-encyclopedia
安装命令:
openclaw skills install kubernetes-encyclopedia
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install kubernetes-encyclopedia

简介

Kubernetes文档优先搜索工具,用于解决集群操作、故障排查与命令规划问题。

  • 适合分析Pod调度、Service配置、Ingress规则或存储卷挂载等场景。
  • 可辅助生成YAML模板、诊断命令序列或资源依赖关系图。
  • 使用时需明确目标命名空间、RBAC权限与节点状态,防止误操作影响线上服务。
  • 涉及删除或修改核心组件前,应评估回滚方案与影响范围。

SKILL.md

name
kubernetes-encyclopedia
description
>-
metadata
{"openclaw":{"emoji":"☸️","homepage":"https://kubernetes.io/docs/home/"}}

Kubernetes Encyclopedia

Overview

Use a docs-first workflow for Kubernetes work. Prefer the official Kubernetes documentation at https://kubernetes.io/docs/home/, consult cached local copies under .Kubernetes-Encyclopedia/ before re-fetching, and record useful official-doc excerpts plus environment-specific operational learnings so future work gets faster and safer.

This skill is for the Kubernetes API/control-plane/cluster layer. It should trigger for real Kubernetes behavior, configuration, workload/resource, and operational questions — not for generic Linux admin work, generic container theory, or Docker-only questions where Kubernetes-specific semantics are not the real issue.

Workflow

  1. Classify the task

- Decide whether the task is a Kubernetes question, troubleshooting task, command-planning task, resource review, cluster review, or live operational task. - Use this skill when the request is specifically about Kubernetes product behavior, kubectl semantics, API resource behavior, workload lifecycle, cluster networking/storage/scheduling/security behavior, or Kubernetes-specific operational details. - Do not use this skill for generic shell work, generic Linux admin, generic container theory, or Docker-only questions unless the Kubernetes layer is specifically in play.

  1. Check local cache first

- Use .Kubernetes-Encyclopedia/ as the local knowledge/cache root. - Check these locations first when relevant: - .Kubernetes-Encyclopedia/docs/kubernetes.io/docs/... - .Kubernetes-Encyclopedia/notes/components/... - .Kubernetes-Encyclopedia/notes/patterns/... - .Kubernetes-Encyclopedia/inventory/... - If a cached page or note already answers the question well enough, use it.

  1. Consult official Kubernetes docs before answering or touching the system

- Before answering direct or indirect Kubernetes questions that depend on command syntax, resource semantics, controller behavior, feature boundaries, configuration semantics, cluster behavior, or version-sensitive details, consult the official docs unless the answer is already well-supported by the local cache. - Before performing direct Kubernetes CLI or configuration work, consult the relevant docs first when: - the exact resource or command path matters - scheduling/networking/storage/security semantics are easy to misremember - the action could affect workloads, nodes, access, traffic, storage, policy, or cluster reachability - Do not improvise high-impact Kubernetes commands or manifest changes from memory when the docs are easy to check.

  1. Cache consulted docs locally

- When you consult a Kubernetes docs page, save a normalized markdown/text cache copy under .Kubernetes-Encyclopedia/docs/kubernetes.io/docs/.... - Mirror the official docs path structure as much as practical. - Cache only pages actually consulted; do not try to mirror the whole docs site eagerly. - Use scripts/cache_doc.py when appropriate.

  1. Separate official documentation from local observations

- Store official-doc-derived material under .Kubernetes-Encyclopedia/docs/.... - Store environment-specific operational knowledge under: - .Kubernetes-Encyclopedia/notes/components/ - .Kubernetes-Encyclopedia/notes/patterns/ - .Kubernetes-Encyclopedia/inventory/ - Distinguish clearly between: - official documented behavior - observed local configuration/state - inferred best-practice guidance

  1. Record useful local learnings

- After useful live work, save durable notes such as: - cluster-specific topology and access conventions - recurring workload/debugging patterns - ingress/network-policy/storage-class gotchas - scheduling/RBAC/manifest conventions - safe/unsafe operational boundaries for the environment - Prefer concise durable notes over re-learning the same Kubernetes details later.

Live Work Rules

  • Treat official Kubernetes docs lookup as the default preflight for non-trivial Kubernetes work.
  • Prefer read/inspect first when entering a Kubernetes area you have not recently reviewed.
  • Treat namespace-wide changes, workload rollouts, storage changes, ingress/service exposure, RBAC/policy changes, and node/control-plane touching operations as high-sensitivity areas.
  • When uncertainty remains after checking cache + docs, say so and avoid bluffing.
  • When answering a question, mention when useful whether the answer comes from cached official docs, a fresh official docs lookup, or live observed environment state.

Data Root

Use this workspace-local root for cache and notes:

  • .Kubernetes-Encyclopedia/

Expected structure:

  • .Kubernetes-Encyclopedia/docs/kubernetes.io/docs/...
  • .Kubernetes-Encyclopedia/notes/components/...
  • .Kubernetes-Encyclopedia/notes/patterns/...
  • .Kubernetes-Encyclopedia/inventory/...

Use scripts/init_workspace.py to create or repair the expected directory structure.

Note Destinations

  • Component-specific observations → .Kubernetes-Encyclopedia/notes/components/<component-name>.md
  • Reusable Kubernetes patterns/gotchas → .Kubernetes-Encyclopedia/notes/patterns/<topic>.md
  • Environment-wide deployment/access info → .Kubernetes-Encyclopedia/inventory/*.md
  • Cached official docs → .Kubernetes-Encyclopedia/docs/kubernetes.io/docs/...

Secrets / Sensitive Data

  • Do not store plaintext credentials, API keys, session tokens, private URLs, recovery codes, kubeconfigs, client certificates, bearer tokens, or other secrets in the encyclopedia notes/inventory tree.
  • If a note needs to mention access details, keep it high-level and redact or omit secret material.
  • Treat these workspace notes as operational memory, not as a secrets vault.

Resources

  • scripts/init_workspace.py — create or repair the .Kubernetes-Encyclopedia/ directory tree.
  • scripts/cache_doc.py — fetch and cache a consulted official Kubernetes docs page under .Kubernetes-Encyclopedia/docs/....
  • references/workflow.md — detailed operating workflow and evidence-handling rules.
  • references/cache-layout.md — canonical .Kubernetes-Encyclopedia/ directory structure.
  • references/topic-map.md — useful Kubernetes topic groupings for faster doc lookup.

Good Outcomes

  • Answer a Kubernetes question using cached or freshly checked official docs instead of guesswork.
  • Inspect a live Kubernetes environment after checking the relevant docs and record any new local operational knowledge.
  • Build a growing local Kubernetes knowledge cache that makes later work faster, safer, and more grounded.
  • Turn one-off Kubernetes discoveries into durable notes so future work does not rediscover them from scratch.

Avoid

  • Answering Kubernetes-specific questions purely from memory when docs are easy to consult.
  • Treating local observed behavior as if it were guaranteed official documented behavior.
  • Dumping large amounts of low-value docs into the workspace without a reason.
  • Writing component-specific observations into the official-doc cache tree.
  • Making high-impact live changes before checking the relevant docs when exact behavior matters.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.49%
按下载量换算756

安全审计

VirusTotal

未展示

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install kubernetes-encyclopedia 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills