Query Grafana Loki logs and metadata via HTTP API (LogQL)
Scanned 9/12/2026
Install to Claude Code
npx -y skills add fisker086/AIOps --skill loki_query --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Loki Query?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/fisker086-loki-query)More formats (shields.io, HTML) on the badges page.
---
name: loki-query
description: Query Grafana Loki logs and metadata via HTTP API (LogQL)
activation_keywords: [loki, logql, logs, grafana loki, label, series]
execution_mode: server
---
# Loki Query Skill
Calls Loki’s HTTP API (read-only):
- `query` — instant LogQL query
- `query_range` — range query (use `start` / `end`, optional `limit`, `step`)
- `labels` — label names
- `label_values` — values for a `label`
- `series` — series matching `match` selector
Parameters: `loki_url` (default `http://localhost:3100`), optional `bearer_token`.
Tool name: `builtin_loki_query`.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!