cd /news/ai-agents/agent-skills · home topics ai-agents article
[ARTICLE · art-16603] src=signoz.io pub= topic=ai-agents verified=true sentiment=↑ positive

Agent Skills

SigNoz released an open-source Agent Skills format that extends AI coding assistants with specialized knowledge for observability tasks. The skills, available through skills.sh or the Claude Code plugin marketplace, enable AI agents to automatically fetch SigNoz documentation and write ClickHouse queries without requiring manual prompting. The release includes two initial skills for searching SigNoz documentation and writing ClickHouse queries, allowing developers to interact with their observability data through natural language commands.

read1 min publishedMay 27, 2026

Agent Skills are an open format for extending AI coding assistants with specialized knowledge and capabilities. Once installed, your agent uses them whenever it detects a relevant task - no prompting required.

When you ask your AI assistant something like "export traces from my service to signoz" or "help me write a ClickHouse query," the agent automatically selects the appropriate skill and follows its instructions.

Installation

skills.sh

Install all SigNoz skills:

npx skills add SigNoz/agent-skills

Install a specific skill:

npx skills add SigNoz/agent-skills --skill signoz-docs
npx skills add SigNoz/agent-skills --skill signoz-clickhouse-query

Claude Code

Install through the Claude Code plugin marketplace:

/plugin marketplace add SigNoz/agent-skills
/plugin install signoz@signoz-skills

To update after new releases:

/plugin marketplace update signoz-skills
/reload-plugins

You can also enable auto-updates for the marketplace through the /plugin

interface under the Marketplaces tab.

Available Skills

signoz-searching-docs

Guides AI agents to fetch and explore SigNoz documentation. Use it when you need help with SigNoz setup, configuration, or feature usage.

View skill source →

signoz-writing-clickhouse-queries

Helps AI agents write and debug ClickHouse queries for SigNoz data. Use it when building custom dashboards, alerts, or performing ad-hoc analysis on your observability data.

View skill source →

Learn more

SigNoz Skills on skills.sh- browse available skills and install instructionsGitHub repository- source code and skill structure

── more in #ai-agents 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/agent-skills] indexed:0 read:1min 2026-05-27 ·