# Comet AI Agent Skills

Comet publishes official AI agent skills for its tools, services, and developer workflows. Comet builds the infrastructure teams use to develop, evaluate, and improve modern AI applications.

Browse 8 official AI agent skills across 3 Comet repositories, with install commands and source links.

Official page: https://skillscout.sh/official/comet-ml/
Markdown page: https://skillscout.sh/official/comet-ml/comet-ml_skills_skillscout.md
Vendor website: https://www.comet.com/site/

## Prompt for your agent

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/comet-ml/comet-ml_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Comet 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

### comet-ml/opik-skills

Includes 5 official skills: opik, opik-instrument, opik-evaluate, opik-diagnose, opik-explain.

Install:

```bash
npx skills add comet-ml/opik-skills -y
```

Source: https://github.com/comet-ml/opik-skills

### comet-ml/opik-claude-code-plugin

Includes 2 official skills: agent-ops, opik.

Install:

```bash
npx skills add comet-ml/opik-claude-code-plugin -y
```

Source: https://github.com/comet-ml/opik-claude-code-plugin

### comet-ml/cost-intelligence-proxy

Includes 1 official skill: opik-cipx.

Install:

```bash
npx skills add comet-ml/cost-intelligence-proxy -y
```

Source: https://github.com/comet-ml/cost-intelligence-proxy

## Individual skills

### opik

Official Comet skill from comet-ml/opik-skills.

Install:

```bash
npx skills add comet-ml/opik-skills@opik -y
```

Package: comet-ml/opik-skills
Source: https://github.com/comet-ml/opik-skills/tree/HEAD/skills/opik

### opik-instrument

Official Comet skill from comet-ml/opik-skills.

Install:

```bash
npx skills add comet-ml/opik-skills@opik-instrument -y
```

Package: comet-ml/opik-skills
Source: https://github.com/comet-ml/opik-skills/tree/HEAD/skills/opik-instrument

### opik-evaluate

Official Comet skill from comet-ml/opik-skills.

Install:

```bash
npx skills add comet-ml/opik-skills@opik-evaluate -y
```

Package: comet-ml/opik-skills
Source: https://github.com/comet-ml/opik-skills/tree/HEAD/skills/opik-evaluate

### opik-diagnose

Official Comet skill from comet-ml/opik-skills.

Install:

```bash
npx skills add comet-ml/opik-skills@opik-diagnose -y
```

Package: comet-ml/opik-skills
Source: https://github.com/comet-ml/opik-skills/tree/HEAD/skills/opik-diagnose

### opik-explain

Official Comet skill from comet-ml/opik-skills.

Install:

```bash
npx skills add comet-ml/opik-skills@opik-explain -y
```

Package: comet-ml/opik-skills
Source: https://github.com/comet-ml/opik-skills/tree/HEAD/skills/opik-explain

### agent-ops

Official Comet skill from comet-ml/opik-claude-code-plugin.

Install:

```bash
npx skills add comet-ml/opik-claude-code-plugin@agent-ops -y
```

Package: comet-ml/opik-claude-code-plugin
Source: https://github.com/comet-ml/opik-claude-code-plugin/tree/HEAD/skills/agent-ops

### opik

Official Comet skill from comet-ml/opik-claude-code-plugin.

Install:

```bash
npx skills add comet-ml/opik-claude-code-plugin@opik -y
```

Package: comet-ml/opik-claude-code-plugin
Source: https://github.com/comet-ml/opik-claude-code-plugin/tree/HEAD/skills/opik

### opik-cipx

Official Comet skill from comet-ml/cost-intelligence-proxy.

Install:

```bash
npx skills add comet-ml/cost-intelligence-proxy@opik-cipx -y
```

Package: comet-ml/cost-intelligence-proxy
Source: https://github.com/comet-ml/cost-intelligence-proxy/tree/main/skills/opik-cipx

## comet-ml/opik-skills package overview

Includes 5 official skills: opik, opik-instrument, opik-evaluate, opik-diagnose, opik-explain.

### Top skills in this package

- opik: Official Comet skill from comet-ml/opik-skills.
- opik-instrument: Official Comet skill from comet-ml/opik-skills.
- opik-evaluate: Official Comet skill from comet-ml/opik-skills.
- opik-diagnose: Official Comet skill from comet-ml/opik-skills.
- opik-explain: Official Comet skill from comet-ml/opik-skills.

### Install

Install the full package:

```bash
npx skills add comet-ml/opik-skills -y
```

Install a specific skill:

```bash
npx skills add comet-ml/opik-skills@opik -y
```

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

Source: https://github.com/comet-ml/opik-skills#readme
