Agent skill · Data & Analytics

vector

Use when installing or configuring the WizTelemetry Data Pipeline (vector) extension for KubeSphere, which provides data collection, transformation, and routing for observability data including logs, auditing, events, and notifications

KubeSphere17,016★ · 1 repos on radarProfile →
claude-codeNOASSERTION
Install
npx skills add kubesphere/kubesphere --skill vector --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 10 KB
Bundled scripts: none
Path: skills/vector/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 17,016
Language: Go
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# WizTelemetry Data Pipeline (Vector) ## Overview WizTelemetry Data Pipeline is an extension based on vector (https://vector.dev/) that provides the ability to collect, transform, and route observability data. It is a core dependency for other WizTelemetry extensions like Logging, Auditing, Events, and Notification. ## When to Use - Installing or configuring the WizTelemetry Data Pipeline extension - Setting up data collection for logs, auditing, events, and notifications - Configuring Vector sinks (OpenSearch) - Managing Vector agent components ## Installation ### Prerequisites **REQUIRED: Complete all steps in order before generating InstallPlan.** #### Step 1: Get Available Clusters and Confirm Target **⚠️ CRITICAL: DO NOT proceed until target clusters are determined.** **Step 1.1: Get available clusters** ```bash kubectl get clusters -o jsonpath='{.items[*].metadata.name}' ``` **Step 1.2: Determine target clusters** - If user **explicitly specified** target clusters in the request → Use those clusters directly, proceed to Step 2 - If user **did NOT specify** target clusters → Ask user to confirm which clusters to deploy to, then proceed to Step 2 **Ask user (if not specified):*

What's inside
Steps it walks through
  1. Overview
  2. When to Use
  3. Installation
  4. Prerequisites
  5. Install Vector Extension
  6. Wait for Deployment
  7. Configuration Parameters
  8. Agent Parameters
  9. Agent Sinks OpenSearch Parameters
  10. Docker Root Directory Configuration
  11. Extension Operations
  12. Check Extension Status
  13. Check Pod Status
  14. View Logs
Commands it runs
kubectl get clusters -o jsonpath='{.items[*].metadata.name}'
kubectl get extensionversions -l kubesphere.io/extension-ref=vector -o jsonpath='{range .items[*]}{.spec.version}{"\n"}{end}' | sort -V | tail -1
Wait for Vector pods to be ready (on each cluster)
kubectl wait --for=condition=Ready pods -n kubesphere-logging-system -l app.kubernetes.io/instance=vector --timeout=300s
Verify deployment status
kubectl get pods -n kubesphere-logging-system -l app.kubernetes.io/instance=vector
View extension installation status
kubectl get installplan vector
View extension version
kubectl get extensionversions -l kubesphere.io/extension-ref=vector
More from kubesphere
All skills →
About this skill
What does the vector skill do?

Use when installing or configuring the WizTelemetry Data Pipeline (vector) extension for KubeSphere, which provides data collection, transformation, and routing for observability data including logs, auditing, events, and notifications

How do I install it?

Run `npx skills add kubesphere/kubesphere --skill vector --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From kubesphere/kubesphere, a repository with 17,016 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going