Install
Quick install
npx skills add https://github.com/signoz/agent-skills/tree/HEAD/plugins/signoz/skills/signoz-clickhouse-querynpx skills add signoz/agent-skills --skill signoz-clickhouse-query --agent claude-codenpx skills add signoz/agent-skills --skill signoz-clickhouse-query --agent cursornpx skills add signoz/agent-skills --skill signoz-clickhouse-query --agent codexnpx skills add signoz/agent-skills --skill signoz-clickhouse-query --agent opencodenpx skills add signoz/agent-skills --skill signoz-clickhouse-query --agent github-copilotnpx skills add signoz/agent-skills --skill signoz-clickhouse-query --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add signoz/agent-skills --skill signoz-clickhouse-queryManual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/signoz/agent-skills.gitcp -r agent-skills/plugins/signoz/skills/signoz-clickhouse-query ~/.claude/skills/signoz-clickhouse-query
Use this skill when the user asks for SigNoz queries involving:
signoz-clickhouse-queryby signoz
Use this skill when the user asks for SigNoz queries involving:npx skills add https://github.com/signoz/agent-skills --skill signoz-clickhouse-queryDownload ZIPGitHub
More skills from signoz
signoz-creating-alertsby signozBuild a SigNoz alert from a user's natural-language intent. The skill targets two consumers: an autonomous AI SRE agent that runs without a human in the loop, and a human at a Claude Code / Codex / Cursor prompt. Both go through the same flow — the human just gets a chance to intervene at the preview step.signoz-creating-dashboardsby signozThis skill calls SigNoz MCP server tools ( signoz:signoz_create_dashboard , signoz:signoz_list_dashboards , signoz:signoz_list_dashboard_templates , signoz:signoz_import_dashboard , signoz:signoz_list_metrics , signoz:signoz_get_field_values , signoz:signoz_aggregate_logs , signoz:signoz_aggregate_traces , etc.). Before running the workflow, confirm the signoz:signoz_ tools are available. If they are not, the SigNoz MCP server is not installed or configured — stop and direct the user to set...signoz-docsby signozUse this skill first whenever the user asks about SigNoz instrumentation, OpenTelemetry setup, querying, dashboards, alerts, troubleshooting, self-hosted…signoz-explaining-alertsby signozDecode an existing SigNoz alert's configuration into a plain-language explanation. The skill is read-only and stays focused on the rule itself: what it watches, when it fires, where it notifies. A single line of fire-frequency data is included to ground the explanation, but this skill does not investigate any specific fire — that is signoz-investigating-alerts 's job.signoz-explaining-dashboardsby signozThis skill calls SigNoz MCP server tools ( signoz:signoz_get_dashboard , signoz:signoz_list_dashboards ). Before running the workflow, confirm the signoz:signoz_ tools are available. If they are not, the SigNoz MCP server is not installed or configured — stop and direct the user to set it up: https://signoz.io/docs/ai/signoz-mcp-server/ . Do not guess at a dashboard's contents from its title alone.signoz-generating-queriesby signozThis skill calls SigNoz MCP server tools heavily ( signoz:signoz_execute_builder_query , signoz:signoz_query_metrics , signoz:signoz_search_logs , signoz:signoz_search_traces , signoz:signoz_aggregate_logs , signoz:signoz_aggregate_traces , signoz:signoz_get_field_keys , signoz:signoz_get_field_values , signoz:signoz_list_metrics , signoz:signoz_list_services , signoz:signoz_get_service_top_operations , signoz:signoz_get_trace_details ). Before running the workflow, confirm the...signoz-investigating-alertsby signozDiagnose why a SigNoz alert fired. The skill correlates the alert's own signal with neighbor signals around the fire window, and surfaces a ranked list of likely causes with supporting evidence. It is the companion to signoz-explaining-alerts — explain decodes the rule statically; investigate diagnoses a specific incident.signoz-managing-viewsby signozCreate, read, update, and delete SigNoz saved Explorer views via the SigNoz MCP server. A saved view is a reusable snapshot of an Explorer query on the Logs, Traces, or Metrics page — name + filters + panel type, scoped to one sourcePage . They are not dashboards and not alerts.---
Source: https://github.com/signoz/agent-skills/tree/HEAD/plugins/signoz/skills/signoz-clickhouse-query
Author: signoz
Discovered via: mcpservers.org
SKILL.md source
--- name: signoz-clickhouse-query description: Use this skill when the user asks for SigNoz queries involving: --- # signoz-clickhouse-query Use this skill when the user asks for SigNoz queries involving: # signoz-clickhouse-queryby signoz Use this skill when the user asks for SigNoz queries involving: `npx skills add https://github.com/signoz/agent-skills --skill signoz-clickhouse-query`Download ZIPGitHub ## More skills from signoz signoz-creating-alertsby signozBuild a SigNoz alert from a user's natural-language intent. The skill targets two consumers: an autonomous AI SRE agent that runs without a human in the loop, and a human at a Claude Code / Codex / Cursor prompt. Both go through the same flow — the human just gets a chance to intervene at the preview step.signoz-creating-dashboardsby signozThis skill calls SigNoz MCP server tools ( signoz:signoz_create_dashboard , signoz:signoz_list_dashboards , signoz:signoz_list_dashboard_templates , signoz:signoz_import_dashboard , signoz:signoz_list_metrics , signoz:signoz_get_field_values , signoz:signoz_aggregate_logs , signoz:signoz_aggregate_traces , etc.). Before running the workflow, confirm the signoz:signoz_* tools are available. If they are not, the SigNoz MCP server is not installed or configured — stop and direct the user to set...signoz-docsby signozUse this skill first whenever the user asks about SigNoz instrumentation, OpenTelemetry setup, querying, dashboards, alerts, troubleshooting, self-hosted…signoz-explaining-alertsby signozDecode an existing SigNoz alert's configuration into a plain-language explanation. The skill is read-only and stays focused on the rule itself: what it watches, when it fires, where it notifies. A single line of fire-frequency data is included to ground the explanation, but this skill does not investigate any specific fire — that is signoz-investigating-alerts 's job.signoz-explaining-dashboardsby signozThis skill calls SigNoz MCP server tools ( signoz:signoz_get_dashboard , signoz:signoz_list_dashboards ). Before running the workflow, confirm the signoz:signoz_* tools are available. If they are not, the SigNoz MCP server is not installed or configured — stop and direct the user to set it up: https://signoz.io/docs/ai/signoz-mcp-server/ . Do not guess at a dashboard's contents from its title alone.signoz-generating-queriesby signozThis skill calls SigNoz MCP server tools heavily ( signoz:signoz_execute_builder_query , signoz:signoz_query_metrics , signoz:signoz_search_logs , signoz:signoz_search_traces , signoz:signoz_aggregate_logs , signoz:signoz_aggregate_traces , signoz:signoz_get_field_keys , signoz:signoz_get_field_values , signoz:signoz_list_metrics , signoz:signoz_list_services , signoz:signoz_get_service_top_operations , signoz:signoz_get_trace_details ). Before running the workflow, confirm the...signoz-investigating-alertsby signozDiagnose why a SigNoz alert fired. The skill correlates the alert's own signal with neighbor signals around the fire window, and surfaces a ranked list of likely causes with supporting evidence. It is the companion to signoz-explaining-alerts — explain decodes the rule statically; investigate diagnoses a specific incident.signoz-managing-viewsby signozCreate, read, update, and delete SigNoz saved Explorer views via the SigNoz MCP server. A saved view is a reusable snapshot of an Explorer query on the Logs, Traces, or Metrics page — name + filters + panel type, scoped to one sourcePage . They are not dashboards and not alerts. --- **Source**: https://github.com/signoz/agent-skills/tree/HEAD/plugins/signoz/skills/signoz-clickhouse-query **Author**: signoz **Discovered via**: mcpservers.org
Related skills 6
caveman
Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.
secure-linux-web-hosting
Use when setting up, hardening, or reviewing a cloud server for self-hosting, including DNS, SSH, firewalls, Nginx, static-site hosting, reverse-proxying an app, HTTPS with Let's Encrypt or ACME clients, safe HTTP-to-HTTPS redirects, or optional post-launch network tuning such as BBR.
readme-i18n
Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.
lark-shared
Use when first setting up lark-cli, running auth login, switching user/bot identity (--as), handling permission denied or scope errors, needing to update lark-cli, or seeing _notice in JSON output.
improve-codebase-architecture
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
paper-context-resolver
Optional RigorPilot helper for README-first deep learning repo reproduction. Use only when the README and repository files leave a narrow reproduction-critical gap and the task is to resolve a specific paper detail such as dataset split, preprocessing, evaluation protocol, checkpoint mapping, or runtime assumption from primary paper sources while recording conflicts. Do not use for general paper summary, repo scanning, environment setup, command execution, title-only paper lookup, or replacin...