# Outscraper AI Agent Skills

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

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

Official page: https://skillscout.sh/official/outscraper/
Markdown page: https://skillscout.sh/official/outscraper/outscraper_skills_skillscout.md
Vendor website: https://outscraper.com/

## Prompt for your agent

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

### outscraper/outscraper-mcp-server

Includes 3 official skills: async-company-research, lead-enrichment-pipeline, local-market-scout.

Install:

```bash
npx skills add outscraper/outscraper-mcp-server -y
```

Source: https://github.com/outscraper/outscraper-mcp-server

## Individual skills

### async-company-research

Official Outscraper skill from outscraper/outscraper-mcp-server.

Install:

```bash
npx skills add outscraper/outscraper-mcp-server@async-company-research -y
```

Package: outscraper/outscraper-mcp-server
Source: https://github.com/outscraper/outscraper-mcp-server/tree/main/examples/skills/async-company-research

### lead-enrichment-pipeline

Official Outscraper skill from outscraper/outscraper-mcp-server.

Install:

```bash
npx skills add outscraper/outscraper-mcp-server@lead-enrichment-pipeline -y
```

Package: outscraper/outscraper-mcp-server
Source: https://github.com/outscraper/outscraper-mcp-server/tree/main/examples/skills/lead-enrichment-pipeline

### local-market-scout

Official Outscraper skill from outscraper/outscraper-mcp-server.

Install:

```bash
npx skills add outscraper/outscraper-mcp-server@local-market-scout -y
```

Package: outscraper/outscraper-mcp-server
Source: https://github.com/outscraper/outscraper-mcp-server/tree/main/examples/skills/local-market-scout

## outscraper/outscraper-mcp-server package overview

Includes 3 official skills: async-company-research, lead-enrichment-pipeline, local-market-scout.

### Top skills in this package

- async-company-research: Official Outscraper skill from outscraper/outscraper-mcp-server.
- lead-enrichment-pipeline: Official Outscraper skill from outscraper/outscraper-mcp-server.
- local-market-scout: Official Outscraper skill from outscraper/outscraper-mcp-server.

### Install

Install the full package:

```bash
npx skills add outscraper/outscraper-mcp-server -y
```

Install a specific skill:

```bash
npx skills add outscraper/outscraper-mcp-server@async-company-research -y
```

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

Source: https://github.com/outscraper/outscraper-mcp-server#readme
