kubernetes — quality + safety report
In the Skillier index (lap__kubernetes-io-kubernetes-io) · scanned 2026-06-03 · engine: builtin+triage
✓ Clean — no heuristic safety flags surfaced.
Heuristic flags from the builtin scanner, which is known to over-flag (it trips on legitimate env-reading integrations, security skills, and library .eval calls). This is NOT an authoritative malicious verdict — re-scan with SkillSpector for the authoritative result. Run the authoritative scan →
📇 This skill is in the Skillier index (curated · deduped · quality-filtered). Install Skillier to route & load it into your AI client.
Quality notes
About this skill
Kubernetes API skill. Use when working with Kubernetes for .well-known, api, apis. Covers 1085 endpoints.
📄 Read the SKILL.md
---
name: kubernetes
description: "Kubernetes API skill. Use when working with Kubernetes for .well-known, api, apis. Covers 1085 endpoints."
version: 1.0.0
generator: lapsh
---
# Kubernetes
API version: unversioned
## Auth
ApiKey authorization in header
## Base URL
Not specified.
## Setup
1. Set your API key in the appropriate header
2. GET /.well-known/openid-configuration/ -- verify access
3. POST /api/v1/namespaces -- create first namespaces
## Endpoints
1085 endpoints across 6 groups. See references/api-spec.lap for full details.
### .well-known
| Method | Path | Description |
|--------|------|-------------|
| GET | /.well-known/openid-configuration/ | get service account issuer OpenID configuration, also known as the 'OIDC discovery doc' |
### api
| Method | Path | Description |
|--------|------|-------------|
| GET | /api/ | get available API versions |
| GET | /api/v1/ | get available resources |
| GET | /api/v1/componentstatuses | list objects of kind ComponentStatus |
| GET | /api/v1/componentstatuses/{name} | read the specified ComponentStatus |
| GET | /api/v1/configmaps | list or watch objects of kind ConfigMap |
| GET | /api/v1/endpoints | list or watch objects of kind Endpoints |
| GET | /api/v1/events | list or watch objects of kind Event |
| GET | /api/v1/limitranges | list or watch objects of kind LimitRange |
| GET | /api/v1/namespaces | list or watch objects of kind Namespace |
| POST | /api/v1/namespaces | create a Namespace |
| POST | /api/v1/namespaces/{namespace}/bindings | create a Binding |
| DELETE | /api/v1/namespaces/{namespace}/configmaps | delete collection of ConfigMap |
| GET | /api/v1/namespaces/{namespace}/configmaps | list or watch objects of kind ConfigMap |
| POST | /api/v1/namespaces/{namespace}/configmaps | create a ConfigMap |
| DELETE | /api/v1/namespaces/{namespace}/configmaps/{name} | delete a ConfigMap |
| GET | /api/v1/namespaces/{namespace}/configmaps/{name} | read the specified ConfigMap |
| PATCH | /api/v1/namespaces/{namespace}/configmaps/{name} | partially update the specified ConfigMap |
| PUT | /api/v1/namespaces/{namespace}/configmaps/{name} | replace the specified ConfigMap |
| DELETE | /api/v1/namespaces/{namespace}/endpoints | delete collection of Endpoints |
| GET | /api/v1/namespaces/{namespace}/endpoints | list or watch objects of kind Endpoints |
| POST | /api/v1/namespaces/{namespace}/endpoints | create Endpoints |
| DELETE | /api/v1/namespaces/{namespace}/endpoints/{name} | delete Endpoints |
| GET | /api/v1/namespaces/{namespace}/endpoints/{name} | read the specified Endpoints |
| PATCH | /api/v1/namespaces/{namespace}/endpoints/{name} | partially update the specified Endpoints |
| PUT | /api/v1/namespaces/{namespace}/endpoints/{name} | replace the specified Endpoints |
| DELETE | /api/v1/namespaces/{namespace}/events | delete collection of Event |
| GET | /api/v1/namespaces/{namespace}/events | list or watch objects of kind Event |
| POST | /api/v1/namespaces/{namespace}/events | create an Event |
| DELETE | /api/v1/namespaces/{namespace}/events/{name} | delete an Event |
| GET | /api/v1/namespaces/{namespace}/events/{name} | read the specified Event |
| PATCH | /api/v1/namespaces/{namespace}/events/{name} | partially update the specified Event |
| PUT | /api/v1/namespaces/{namespace}/events/{name} | replace the specified Event |
| DELETE | /api/v1/namespaces/{namespace}/limitranges | delete collection of LimitRange |
| GET | /api/v1/namespaces/{namespace}/limitranges | list or watch objects of kind LimitRange |
| POST | /api/v1/namespaces/{namespace}/limitranges | create a LimitRange |
| DELETE | /api/v1/namespaces/{namespace}/limitranges/{name} | delete a LimitRange |
| GET | /api/v1/namespaces/{namespace}/limitranges/{name} | read the specified LimitRange |
| PATCH | /api/v1/namespaces/{namespace}/limitranges/{name} | partially update the specified LimitRange |
| PUT | /api/v1/namespaces/{namespace}/limitranges/{name} | replace the specified LimitRange |
| DELETE | /api/v1/namespaces/{namespace}/persistentvolumeclaims | delete collection of PersistentVolumeClaim |
| GET | /api/v1/namespaces/{namespace}/persistentvolumeclaims | list or watch objects of kind PersistentVolumeClaim |
| POST | /api/v1/namespaces/{namespace}/persistentvolumeclaims | create a PersistentVolumeClaim |
| DELETE | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | delete a PersistentVolumeClaim |
| GET | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | read the specified PersistentVolumeClaim |
| PATCH | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | partially update the specified PersistentVolumeClaim |
| PUT | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name} | replace the specified PersistentVolumeClaim |
| GET | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | read status of the specified PersistentVolumeClaim |
| PATCH | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | partially update status of the specified PersistentVolumeClaim |
| PUT | /api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status | replace status of the specified PersistentVolumeClaim |
| DELETE | /api/v1/namespaces/{namespace}/pods | delete collection of Pod |
| GET | /api/v1/namespaces/{namespace}/pods | list or watch objects of kind Pod |
| POST | /api/v1/namespaces/{namespace}/pods | create a Pod |
| DELETE | /api/v1/namespaces/{namespace}/pods/{name} | delete a Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name} | read the specified Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name} | partially update the specified Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name} | replace the specified Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/attach | connect GET requests to attach of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/attach | connect POST requests to attach of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/binding | create binding of a Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers | read ephemeralcontainers of the specified Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers | partially update ephemeralcontainers of the specified Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers | replace ephemeralcontainers of the specified Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/eviction | create eviction of a Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/exec | connect GET requests to exec of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/exec | connect POST requests to exec of Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/log | read log of the specified Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/portforward | connect GET requests to portforward of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/portforward | connect POST requests to portforward of Pod |
| DELETE | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect DELETE requests to proxy of Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect GET requests to proxy of Pod |
| HEAD | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect HEAD requests to proxy of Pod |
| OPTIONS | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect OPTIONS requests to proxy of Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect PATCH requests to proxy of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect POST requests to proxy of Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name}/proxy | connect PUT requests to proxy of Pod |
| DELETE | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect DELETE requests to proxy of Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect GET requests to proxy of Pod |
| HEAD | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect HEAD requests to proxy of Pod |
| OPTIONS | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect OPTIONS requests to proxy of Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect PATCH requests to proxy of Pod |
| POST | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect POST requests to proxy of Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} | connect PUT requests to proxy of Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/resize | read resize of the specified Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name}/resize | partially update resize of the specified Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name}/resize | replace resize of the specified Pod |
| GET | /api/v1/namespaces/{namespace}/pods/{name}/status | read status of the specified Pod |
| PATCH | /api/v1/namespaces/{namespace}/pods/{name}/status | partially update status of the specified Pod |
| PUT | /api/v1/namespaces/{namespace}/pods/{name}/status | replace status of the specified Pod |
| DELETE | /api/v1/namespaces/{namespace}/podtemplates | delete collection of PodTemplate |
| GET | /api/v1/namespaces/{namespace}/podtemplates | list or watch objects of kind PodTemplate |
| POST | /api/v1/namespaces/{namespace}/podtemplates | create a PodTemplate |
| DELETE | /api/v1/namespaces/{namespace}/podtemplates/{name} | delete a PodTemplate |
| GET | /api/v1/namespaces/{namespace}/podtemplates/{name} | read the specified PodTemplate |
| PATCH | /api/v1/namespaces/{namespace}/podtemplates/{name} | partially update the specified PodTemplate |
| PUT | /api/v1/namespaces/{namespace}/podtemplates/{name} | replace the specified PodTemplate |
| DELETE | /api/v1/namespaces/{namespace}/replicationcontrollers | delete collection of ReplicationController |
| GET | /api/v1/namespaces/{namespace}/replicationcontrollers | list or watch objects of kind ReplicationController |
| POST | /api/v1/namespaces/{namespace}/replicationcontrollers | create a ReplicationController |
| DELETE | /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | delete a ReplicationController |
| GET | /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | read the specified ReplicationController |
| PATCH | /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | partially update the specified ReplicationController |
| PUT | /api/v1/namespaces/{namespace}/replicationcontrollers/{name} | replace the specified ReplicationController |
| GET | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | read scale of the specified ReplicationController |
| PATCH | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | partially update scale of the specified ReplicationController |
| PUT | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale | replace scale of the specified ReplicationController |
| GET | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | read status of the specified ReplicationController |
| PATCH | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | partially update status of the specified ReplicationController |
| PUT | /api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status | replace status of the specified ReplicationController |
| DELETE | /api/v1/namespaces/{namespace}/resourcequotas | delete collection of ResourceQuota |
| GET | /api/v1/namespaces/{namespace}/resourcequotas | list or watch objects of kind ResourceQuota |
| POST | /api/v1/namespaces/{namespace}/resourcequotas | create a ResourceQuota |
| DELETE | /api/v1/namespaces/{namespace}/resourcequotas/{name} | delete a ResourceQuota |
| GET | /api/v1/namespaces/{namespace}/resourcequotas/{name} | read the specified ResourceQuota |
| PATCH | /api/v1/namespaces/{namespace}/resourcequotas/{name} | partially update the specified ResourceQuota |
| PUT | /api/v1/namespaces/{namespace}/resourcequotas/{name} | replace the
… (truncated)Want a live grade + an embeddable README badge? Run your skill through the free scanner.
Graded independently by Skillproof — nothing to sell the author. Quality is mechanical + corpus-grounded; safety flags are heuristic (builtin+triage), not a malicious verdict.