# Segment AI Agent Skills

Segment publishes official AI agent skills for its tools, services, and developer workflows.

Browse 3 official AI agent skills across 1 Segment repository, with install commands and source links.

Official page: https://skillscout.sh/official/segmentio/
Markdown page: https://skillscout.sh/official/segmentio/segmentio_skills_skillscout.md
Vendor website: https://segment.com/

## Prompt for your agent

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

### segmentio/action-destinations

Includes 3 official skills: implement-destination, openapi-analyze, web-analyze.

Install:

```bash
npx skills add segmentio/action-destinations -y
```

Source: https://github.com/segmentio/action-destinations

## Individual skills

### implement-destination

Official Segment skill from segmentio/action-destinations.

Install:

```bash
npx skills add segmentio/action-destinations@implement-destination -y
```

Package: segmentio/action-destinations
Source: https://github.com/segmentio/action-destinations/tree/main/.claude/skills/implement-destination

### openapi-analyze

Official Segment skill from segmentio/action-destinations.

Install:

```bash
npx skills add segmentio/action-destinations@openapi-analyze -y
```

Package: segmentio/action-destinations
Source: https://github.com/segmentio/action-destinations/tree/main/.claude/skills/openapi-analyze

### web-analyze

Official Segment skill from segmentio/action-destinations.

Install:

```bash
npx skills add segmentio/action-destinations@web-analyze -y
```

Package: segmentio/action-destinations
Source: https://github.com/segmentio/action-destinations/tree/main/.claude/skills/web-analyze

## segmentio/action-destinations package overview

Includes 3 official skills: implement-destination, openapi-analyze, web-analyze.

### Top skills in this package

- implement-destination: Official Segment skill from segmentio/action-destinations.
- openapi-analyze: Official Segment skill from segmentio/action-destinations.
- web-analyze: Official Segment skill from segmentio/action-destinations.

### Install

Install the full package:

```bash
npx skills add segmentio/action-destinations -y
```

Install a specific skill:

```bash
npx skills add segmentio/action-destinations@implement-destination -y
```

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

Source: https://github.com/segmentio/action-destinations#readme
