frontend-forge-fe-oper…
Operate FrontendExtension (FE) resources in frontend-forge: create, update, rebuild, inspect package artifacts, download packages, publish, unpublish, delete,…
Use when working with WizTelemetry Auditing extension for KubeSphere, including installation, configuration, and audit query API
$ npx -y skills add kubesphere/kubesphere --skill whizard-auditing --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/whizard-auditingContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when working with WizTelemetry Auditing extension for KubeSphere, including installation, configuration, and audit query API
name: whizard-auditing description: Use when working with WizTelemetry Auditing extension for KubeSphere, including installation, configuration, and audit query API
WizTelemetry Auditing is an extension component in the KubeSphere Observability Platform for Kubernetes and KubeSphere audit event collection, processing, and storage.
| Component | Description | Default Enabled | |-----------|-------------|-----------------| | kube-auditing | Kubernetes audit event collection and export | true |
**REQUIRED: Complete all steps in order before generating InstallPlan.**
**⚠️ CRITICAL: DO NOT proceed until target clusters are determined.**
**Step 1.1: Get available clusters**
kubectl get clusters -o jsonpath='{.items[*].metadata.name}'**Step 1.2: Determine target clusters**
**Ask user (if not specified):**
Available clusters: host, dev Which clusters do you want to deploy WizTelemetry Auditing to?
**MUST do this to get the latest version:**
kubectl get extensionversions -l kubesphere.io/extension-ref=whizard-auditing -o jsonpath='{range .items[*]}{.spec.version}{"\n"}{end}' | sort -V | tail -1This outputs the latest version (e.g., `1.4.0`). Note this down - you'll use it in the InstallPlan.
**⚠️ IMPORTANT: Complete prerequisite steps BEFORE this step.**
Based on your selections:
**⚠️ CRITICAL: InstallPlan `metadata.name` MUST be `whizard-auditing`. DO NOT use any other name.**
**⚠️ CRITICAL: `config` field is YAML format. You MUST:**
**⚠️ CRITICAL: All placeholders MUST be replaced with actual values. DO NOT leave them as placeholders.**
apiVersion: kubesphere.io/v1alpha1
kind: InstallPlan
metadata:
name: whizard-auditing
spec:
extension:
name: whizard-auditing
version: <VERSION> # From Step 2
enabled: true
upgradeStrategy: Manual
clusterScheduling:
placement:
clusters:
- <TARGET_CLUSTERS>**Replace placeholders:**
**Note:** OpenSearch sink configuration (endpoints, auth) is provided by the **vector** extension. Make sure vector is installed and configured with OpenSearch before installing auditing.
To enable Doris sink for audit storage:
apiVersion: kubesphere.io/v1alpha1
kind: InstallPlan
metadata:
name: whizard-auditing
spec:
extension:
name: whizard-auditing
version: <VERSION> # From Step 2
enabled: true
upgradeStrategy: Manual
config: |
kube-auditing:
sinks:
opensearch:
enabled: true
index:
prefix: "{{ .cluster }}-auditing"
timestring: "%Y.%m.%d"
doris:
enabled: true
fe: <DORIS_FE>
be: <DORIS_BE>
table:
partitionUnit: DAY
retentionPartition: 7
replicationNum: 2
clusterScheduling:
placement:
clusters:
- <TARGET_CLUSTERS>apiVersion: kubesphere.io/v1alpha1
kind: InstallPlan
metadata:
name: whizard-auditing
spec:
extension:
name: whizard-auditing
version: <VERSION> # From Step 2
enabled: true
upgradeStrategy: Manual
config: |
kube-auditing:
sinks:
opensearch:
enabled: true
index:
prefix: "{{ .cluster }}-auditing"
timestring: "%Y.%m.%d"
ism_policy:
enable: true
min_index_age: "7d"
clusterScheduling:
placement:
clusters:
- <TARGET_CLUSTERS>| Parameter | Type | Default | Description | |-----------|------|---------|-------------| | `kube-auditing.sinks.opensearch.enabled` | bool | true | Enable OpenSearch sink | | `kube-auditing.sinks.opensearch.index.prefix` | string | "{{ .cluster }}-auditing" | Index prefix | | `kube-auditing.sinks.opensearch.index.timestring` | string | "%Y.%m.%d" | Index time format |
| Parameter | Type | Default | Description | |-----------|------|---------|-------------| | `kube-auditing.sinks.doris.enabled` | bool | false | Enable Doris sink | | `kube-auditing.sinks.doris.fe` | string | "" | Doris Frontend address | | `kube-auditing.sinks.doris.be` | string | "" | Doris Backend address | | `kube-auditing.sinks.doris.table.partitionUnit` | string | DAY | Partition unit | | `kube-auditing.sinks.doris.table.retentionPartition` | int | 7 | Retention partition | | `kube-auditing.sinks.doris.table.replicationNum` | int | 2 | Replication number |
| Parameter | Type | Default | Description | |-----------|------|---------|-------------| | `kube-auditing.ism_policy.enable` | bool | false | Enable Index State Management policy | | `kube-auditing.ism_policy.min_index_age` | string | "7d" | Minimum index retention period |
The container platform tailored for Kubernetes multi-cloud, datacenter, and edge management ⎈ 🖥 ☁️
Repo: kubesphere/kubesphere
Operate FrontendExtension (FE) resources in frontend-forge: create, update, rebuild, inspect package artifacts, download packages, publish, unpublish, delete,…
Operate FrontendIntegration resources and the frontend-forge extension. Use when Codex needs to create a FrontendIntegration from FrontendIntegration YAML,…
Generate canonical FrontendIntegration YAML from a simplified single-menu authoring model for frontend-forge.
Use when deploying KubeEye for cluster inspection, creating InspectRule/InspectPlan resources, or retrieving inspection results. Covers InstallPlan-based…
KubeSphere cluster query Skill (read-only). Use when user requests to view cluster list, cluster status, cluster details, or cluster version info. Do not…
KubeSphere central controller Skill. Routes to specific Skills based on user requests: multi-cluster management (kubesphere-cluster-management), multi-tenant…