Agent Plugins Marketplace
← All plugins

loki-logs

v0.2.0

Query Grafana Loki logs from Claude Code via a stdlib-only Python client.

Claude Code1 Skill

By tiger-seoLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install loki-logs for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install loki-logs@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/tiger-seo/claude-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is loki-logs/.

Plugin files

loki-logs/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

loki-logsSKILL.md

Query logs from a Grafana Loki server — run LogQL queries over a time range, discover label names/values, list streams, see which loggers dominate, and read exception cause chains. Use when the user asks about logs, errors, incidents, or traffic in a Loki-backed environment.

Plugin manifests1

loki-logs/.claude-plugin/plugin.json
{
  "name": "loki-logs",
  "displayName": "Loki Logs",
  "version": "0.2.0",
  "description": "Query Grafana Loki logs from Claude Code via a stdlib-only Python client.",
  "author": {
    "name": "tiger-seo",
    "url": "https://github.com/tiger-seo"
  },
  "repository": "https://github.com/tiger-seo/claude-skills",
  "license": "MIT",
  "keywords": [
    "loki",
    "logs",
    "logql",
    "grafana",
    "observability"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[loki-logs on Agent Plugins Marketplace](https://pluginsmp.com/plugins/loki-logs)