# Apollo.io AI Agent Skills

Apollo.io publishes official AI agent skills for its tools, services, and developer workflows. Apollo's github repo. Be awed.

Browse 4 official AI agent skills across 1 Apollo.io repository, with install commands and source links.

Official page: https://skillscout.sh/official/apolloio/
Markdown page: https://skillscout.sh/official/apolloio/apolloio_skills_skillscout.md
Vendor website: https://www.apollo.io/

## Prompt for your agent

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

### apolloio/apollo-mcp-plugin

Connect Claude Code + Cowork to Apollo MCP via this plugin. Includes 4 official skills: prospect, enrich-lead, analytics, sequence-load.

Install:

```bash
npx skills add apolloio/apollo-mcp-plugin -y
```

Source: https://github.com/apolloio/apollo-mcp-plugin

## Individual skills

### prospect

Official Apollo.io skill from apolloio/apollo-mcp-plugin.

Install:

```bash
npx skills add apolloio/apollo-mcp-plugin@prospect -y
```

Package: apolloio/apollo-mcp-plugin
Source: https://github.com/apolloio/apollo-mcp-plugin/tree/HEAD/skills/prospect

### enrich-lead

Official Apollo.io skill from apolloio/apollo-mcp-plugin.

Install:

```bash
npx skills add apolloio/apollo-mcp-plugin@enrich-lead -y
```

Package: apolloio/apollo-mcp-plugin
Source: https://github.com/apolloio/apollo-mcp-plugin/tree/HEAD/skills/enrich-lead

### analytics

Official Apollo.io skill from apolloio/apollo-mcp-plugin.

Install:

```bash
npx skills add apolloio/apollo-mcp-plugin@analytics -y
```

Package: apolloio/apollo-mcp-plugin
Source: https://github.com/apolloio/apollo-mcp-plugin/tree/HEAD/skills/analytics

### sequence-load

Official Apollo.io skill from apolloio/apollo-mcp-plugin.

Install:

```bash
npx skills add apolloio/apollo-mcp-plugin@sequence-load -y
```

Package: apolloio/apollo-mcp-plugin
Source: https://github.com/apolloio/apollo-mcp-plugin/tree/HEAD/skills/sequence-load

## apolloio/apollo-mcp-plugin package overview

Connect Claude Code + Cowork to Apollo MCP via this plugin. Includes 4 official skills: prospect, enrich-lead, analytics, sequence-load.

### Top skills in this package

- prospect: Official Apollo.io skill from apolloio/apollo-mcp-plugin.
- enrich-lead: Official Apollo.io skill from apolloio/apollo-mcp-plugin.
- analytics: Official Apollo.io skill from apolloio/apollo-mcp-plugin.
- sequence-load: Official Apollo.io skill from apolloio/apollo-mcp-plugin.

### Install

Install the full package:

```bash
npx skills add apolloio/apollo-mcp-plugin -y
```

Install a specific skill:

```bash
npx skills add apolloio/apollo-mcp-plugin@prospect -y
```

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

Source: https://github.com/apolloio/apollo-mcp-plugin#readme
