vmanomaly-query

Installation
SKILL.md

vmanomaly API

Operate a running vmanomaly v1.30+ instance through bounded, explicit API calls. Prefer live schemas and server responses over static assumptions.

Environment and authentication

# Include any configured path prefix in the base URL.
export VM_ANOMALY_URL="https://vmanomaly.example.com"
# Use /dev/null for unauthenticated local instances. For authenticated instances, point this to
# a mode-0600 curl config containing: header = "Authorization: Bearer <token>"
export VM_CURL_CONFIG="${VM_CURL_CONFIG:-/dev/null}"

Keep credentials out of process arguments and use the same config for every request:

Installs
6
GitHub Stars
45
First Seen
4 days ago
vmanomaly-query — victoriametrics/skills