# Airbyte AI Agent Skills

Airbyte publishes official AI agent skills for its tools, services, and developer workflows. Open source data replication platform and context layer for AI agents.

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

Official page: https://skillscout.sh/official/airbytehq/
Markdown page: https://skillscout.sh/official/airbytehq/airbytehq_skills_skillscout.md
Vendor website: https://airbyte.io/

## Prompt for your agent

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

### airbytehq/airbyte-agent-cli

Includes 1 official skill: airbyte-agent.

Install:

```bash
npx skills add airbytehq/airbyte-agent-cli -y
```

Source: https://github.com/airbytehq/airbyte-agent-cli

### airbytehq/quickstarts

Includes 1 official skill: dispute-fighter.

Install:

```bash
npx skills add airbytehq/quickstarts -y
```

Source: https://github.com/airbytehq/quickstarts

## Individual skills

### airbyte-agent

Official Airbyte skill from airbytehq/airbyte-agent-cli.

Install:

```bash
npx skills add airbytehq/airbyte-agent-cli@airbyte-agent -y
```

Package: airbytehq/airbyte-agent-cli
Source: https://github.com/airbytehq/airbyte-agent-cli/tree/main/skills/airbyte-agent

### dispute-fighter

Official Airbyte skill from airbytehq/quickstarts.

Install:

```bash
npx skills add airbytehq/quickstarts@dispute-fighter -y
```

Package: airbytehq/quickstarts
Source: https://github.com/airbytehq/quickstarts/tree/main/agents_examples/agent_skills/dispute-fighter

## airbytehq/airbyte-agent-cli package overview

Includes 1 official skill: airbyte-agent.

### Top skills in this package

- airbyte-agent: Official Airbyte skill from airbytehq/airbyte-agent-cli.

### Install

Install the full package:

```bash
npx skills add airbytehq/airbyte-agent-cli -y
```

Install a specific skill:

```bash
npx skills add airbytehq/airbyte-agent-cli@airbyte-agent -y
```

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

Source: https://github.com/airbytehq/airbyte-agent-cli#readme
