Official SigNoz skills for Claude Code, Codex, Cursor, and the skills.sh ecosystem.
| Skill | Description |
|---|---|
| signoz-clickhouse-query | Optimized ClickHouse queries for SigNoz OpenTelemetry traces and logs. |
| signoz-docs | SigNoz docs guidance for instrumentation, setup, querying, alerts, and APIs. |
/plugin marketplace add SigNoz/agent-skills
/plugin install signoz@signoz-skillsUpdate:
/plugin marketplace update
/plugin update signoz@signoz-skillsThe plugin ships a
PreToolUsehook that auto-allowsWebFetchtosignoz.iodomains. This does not affectBash-based network calls (curl,wget), which follow the normal permission flow.
- Open the repository in Codex (restart if already running).
- Run
/pluginsand installsignozfrom theSigNozmarketplace.
To use in another repo, copy plugins/signoz into the target repo's plugins/ directory and add a marketplace entry in $REPO_ROOT/.agents/plugins/marketplace.json.
Not yet on the public Cursor Marketplace. Install via a Team Marketplace:
- Add
https://github.com/SigNoz/agent-skillsas a team marketplace inSettings -> Plugins. - Install the
signozplugin from the marketplace panel.
npx skills add SigNoz/agent-skills # all skills
npx skills add SigNoz/agent-skills --skill signoz-docs # specific skill
npx skills add SigNoz/agent-skills --skill signoz-clickhouse-query # specific skill.
├── .agents/plugins/marketplace.json # Codex marketplace
├── .claude-plugin/marketplace.json # Claude Code marketplace
├── .cursor-plugin/marketplace.json # Cursor marketplace
├── plugins/signoz/
│ ├── .codex-plugin/plugin.json # Codex plugin manifest
│ ├── .claude-plugin/plugin.json # Claude Code plugin manifest
│ ├── .cursor-plugin/plugin.json # Cursor plugin manifest
│ ├── hooks/ # Auto-allow hooks
│ └── skills/
│ ├── signoz-clickhouse-query/
│ └── signoz-docs/
└── README.md
| ID | Value |
|---|---|
| Marketplace | signoz-skills |
| Plugin | signoz |
| Repository | SigNoz/agent-skills |
| Versioning | CalVer (YYYY.MM.DD) — auto-bumped |
See CONTRIBUTING.md.
MIT. See LICENSE.