# Honeycomb AI Agent Skills

Honeycomb publishes official AI agent skills for its tools, services, and developer workflows. Honeycomb is the observability platform that enables engineering teams to find and solve problems they couldn't before.

Browse 12 official AI agent skills across 2 Honeycomb repositories, with install commands and source links.

Official page: https://skillscout.sh/official/honeycombio/
Markdown page: https://skillscout.sh/official/honeycombio/honeycombio_skills_skillscout.md
Vendor website: https://www.honeycomb.io/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/honeycombio/honeycombio_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Honeycomb skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

## Skills packages

### honeycombio/agent-skill

Includes 11 official skills: query-patterns, create-honeycomb-board, production-investigation, otel-instrumentation, observability-fundamentals, metrics-queries.

Install:

```bash
npx skills add honeycombio/agent-skill -y
```

Source: https://github.com/honeycombio/agent-skill

### honeycombio/partners

Includes 1 official skill: mcp.

Install:

```bash
npx skills add honeycombio/partners -y
```

Source: https://github.com/honeycombio/partners

## Individual skills

### query-patterns

Official Honeycomb skill from honeycombio/agent-skill.

Install:

```bash
npx skills add honeycombio/agent-skill@query-patterns -y
```

Package: honeycombio/agent-skill
Source: https://github.com/honeycombio/agent-skill/tree/HEAD/honeycomb/skills/query-patterns

### create-honeycomb-board

Official Honeycomb skill from honeycombio/agent-skill.

Install:

```bash
npx skills add honeycombio/agent-skill@create-honeycomb-board -y
```

Package: honeycombio/agent-skill
Source: https://github.com/honeycombio/agent-skill/tree/HEAD/honeycomb/skills/create-honeycomb-board

### production-investigation

Official Honeycomb skill from honeycombio/agent-skill.

Install:

```bash
npx skills add honeycombio/agent-skill@production-investigation -y
```

Package: honeycombio/agent-skill
Source: https://github.com/honeycombio/agent-skill/tree/HEAD/honeycomb/skills/production-investigation

### otel-instrumentation

Official Honeycomb skill from honeycombio/agent-skill.

Install:

```bash
npx skills add honeycombio/agent-skill@otel-instrumentation -y
```

Package: honeycombio/agent-skill
Source: https://github.com/honeycombio/agent-skill/tree/HEAD/honeycomb/skills/otel-instrumentation

### observability-fundamentals

Official Honeycomb skill from honeycombio/agent-skill.

Install:

```bash
npx skills add honeycombio/agent-skill@observability-fundamentals -y
```

Package: honeycombio/agent-skill
Source: https://github.com/honeycombio/agent-skill/tree/HEAD/honeycomb/skills/observability-fundamentals

### metrics-queries

Official Honeycomb skill from honeycombio/agent-skill.

Install:

```bash
npx skills add honeycombio/agent-skill@metrics-queries -y
```

Package: honeycombio/agent-skill
Source: https://github.com/honeycombio/agent-skill/tree/HEAD/honeycomb/skills/metrics-queries

### otel-migration

Official Honeycomb skill from honeycombio/agent-skill.

Install:

```bash
npx skills add honeycombio/agent-skill@otel-migration -y
```

Package: honeycombio/agent-skill
Source: https://github.com/honeycombio/agent-skill/tree/HEAD/honeycomb/skills/otel-migration

### slos-and-triggers

Official Honeycomb skill from honeycombio/agent-skill.

Install:

```bash
npx skills add honeycombio/agent-skill@slos-and-triggers -y
```

Package: honeycombio/agent-skill
Source: https://github.com/honeycombio/agent-skill/tree/HEAD/honeycomb/skills/slos-and-triggers

### verify-recent-trace

Official Honeycomb skill from honeycombio/agent-skill.

Install:

```bash
npx skills add honeycombio/agent-skill@verify-recent-trace -y
```

Package: honeycombio/agent-skill
Source: https://github.com/honeycombio/agent-skill/tree/HEAD/honeycomb/skills/verify-recent-trace

### otel-genai-instrumentation

Official Honeycomb skill from honeycombio/agent-skill.

Install:

```bash
npx skills add honeycombio/agent-skill@otel-genai-instrumentation -y
```

Package: honeycombio/agent-skill
Source: https://github.com/honeycombio/agent-skill/tree/HEAD/honeycomb/skills/otel-genai-instrumentation

### beeline-migration

Official Honeycomb skill from honeycombio/agent-skill.

Install:

```bash
npx skills add honeycombio/agent-skill@beeline-migration -y
```

Package: honeycombio/agent-skill
Source: https://github.com/honeycombio/agent-skill/tree/HEAD/honeycomb/skills/beeline-migration

### mcp

Official Honeycomb skill from honeycombio/partners.

Install:

```bash
npx skills add honeycombio/partners@mcp -y
```

Package: honeycombio/partners
Source: https://github.com/honeycombio/partners/tree/main/embrace/online-boutique/mcp

## honeycombio/agent-skill package overview

Includes 11 official skills: query-patterns, create-honeycomb-board, production-investigation, otel-instrumentation, observability-fundamentals, metrics-queries.

### Top skills in this package

- query-patterns: Official Honeycomb skill from honeycombio/agent-skill.
- create-honeycomb-board: Official Honeycomb skill from honeycombio/agent-skill.
- production-investigation: Official Honeycomb skill from honeycombio/agent-skill.
- otel-instrumentation: Official Honeycomb skill from honeycombio/agent-skill.
- observability-fundamentals: Official Honeycomb skill from honeycombio/agent-skill.
- metrics-queries: Official Honeycomb skill from honeycombio/agent-skill.
- otel-migration: Official Honeycomb skill from honeycombio/agent-skill.
- slos-and-triggers: Official Honeycomb skill from honeycombio/agent-skill.

### Install

Install the full package:

```bash
npx skills add honeycombio/agent-skill -y
```

Install a specific skill:

```bash
npx skills add honeycombio/agent-skill@query-patterns -y
```

Use the package when you want your agent to choose the relevant skill from this official repository.

Source: https://github.com/honeycombio/agent-skill#readme
