op-clinic-grafana-access

Accesses Clinic and Grafana monitoring data for TiDB diagnosis via Chrome login sessions.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/alex-quan-001/nutshell-skills --skill op-clinic-grafana-access
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: op-clinic-grafana-access
Source: https://github.com/alex-quan-001/nutshell-skills/tree/main/skills/platform/op-clinic-grafana-access
Command: npx skills add https://github.com/alex-quan-001/nutshell-skills --skill op-clinic-grafana-access

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, pycookiecheat, pyyaml, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates the manual effort of accessing fragmented On-Premises PingCAP Clinic and online Grafana monitoring data for TiDB cluster diagnosis, removing the need for repetitive login, dashboard discovery, and data normalization work.

Core Features & Use Cases

  • Unified Access Dispatcher: Route targets through a single entrypoint for Clinic links, online Grafana dashboards, or Clinic diagnostic bundles.
  • Browser Session Reuse: Access Clinic and Grafana data using your existing local Chrome login session, with no separate API key configuration required.
  • Normalized Evidence Output: Produce structured JSON evidence ready for downstream TiDB diagnosis workflows like oncall-toolkit analysis.
  • Use Case: When you have a PingCAP Clinic cluster link or Grafana dashboard link for a TiDB cluster, use this Skill to automatically fetch relevant metrics, discover dashboard panels, and prepare normalized monitoring data for incident analysis.

Quick Start

Use the op-clinic-grafana-access skill to retrieve normalized monitoring evidence from your provided PingCAP Clinic cluster link or online Grafana dashboard link for TiDB incident diagnosis.

Frequently Asked Questions about op-clinic-grafana-access

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I access PingCAP Clinic and Grafana monitoring data for TiDB diagnosis without API keys?

You can access PingCAP Clinic and Grafana monitoring data for TiDB diagnosis by reusing your local Chrome browser login session, eliminating the need for separate API key configuration. The Skill extracts browser cookies to authenticate requests automatically.

Can I extract PromQL metrics and discover Grafana dashboard panels for TiDB cluster incidents?

Yes, you can extract PromQL metrics and discover Grafana dashboard panels for TiDB cluster incidents. The Skill processes Grafana dashboard links to fetch relevant metrics and prepares normalized monitoring data for incident analysis.

What is the process for downloading and extracting PingCAP Clinic diagnostic bundles?

Downloading and extracting PingCAP Clinic diagnostic bundles involves parsing Clinic cluster links, polling for data readiness, and then retrieving the bundle. The Skill automates this polling and download sequence to generate a normalized evidence payload.

Does this approach work for resolving TiKV instance to store ID mappings during monitoring data extraction?

Yes, this approach works for resolving TiKV instance to store ID mappings during monitoring data extraction. The Skill handles this resolution internally as part of generating normalized evidence payloads for downstream analysis.

What is the best way to automate TiDB cluster diagnosis evidence collection from On-Premises Clinic?

The best way to automate TiDB cluster diagnosis evidence collection from On-Premises Clinic is using a unified access dispatcher that routes Clinic links and Grafana dashboards through a single entrypoint. It produces structured JSON evidence ready for downstream workflows.