VictoriaMetricsVictoriaMetricsOfficialยท9 Agent Skills Included

skills

Query, troubleshoot, and optimize VictoriaMetrics observability stacks

Queries metrics, logs, traces, and alerts across VictoriaMetrics, VictoriaLogs, VictoriaTraces, and AlertManager. Diagnoses slow queries, finds unused metrics, reduces cardinality, and designs stream aggregation rules. Builds, tunes, and audits vmanomaly anomaly-detection configurations against real data. Eliminates manual API calls and guesswork during incident investigations and storage optimization.
npx skills add VictoriaMetrics/skills --all -g -y

All Skills in This Repository (9)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install VictoriaMetrics skills?โ–ผ

Run `npx skills add VictoriaMetrics/skills --all -g -y` in your terminal to install all skills globally. To install a single skill, use `npx skills add VictoriaMetrics/skills --skill victoriametrics-query`.

How to find unused metrics in VictoriaMetrics?โ–ผ

The unused-metrics-analysis skill queries the metric_names_stats API to find metrics that are ingested but never queried, then suggests drop rules and relabel configs to cut storage waste.

How to reduce high cardinality in VictoriaMetrics?โ–ผ

The cardinality-analysis skill inspects TSDB stats and label patterns to find problematic labels like UUIDs or error messages, then produces ready-to-apply relabeling and stream aggregation configs.

Can these skills investigate production incidents?โ–ผ

Yes. The investigating-with-observability skill runs a structured four-phase workflow that correlates metrics, logs, and traces to confirm root causes instead of guessing.

Do I need coding experience to use these skills?โ–ผ

No. You describe the problem in plain English, and the agent runs the correct curl-based API calls against your VictoriaMetrics endpoints using simple environment variables.

Related Repositories in Data & Analytics

View All in Data & Analyticsโ†’