> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryhuntr.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Huntr Skills

> Install ready-made GTM workflows for Codex, Claude Code, Cursor, and other compatible AI agents.

Huntr Skills give your AI agent repeatable GTM workflows powered by the [Huntr MCP server](/build-with-ai/huntr-mcp).

<Note>
  **MCP provides the tools. Skills explain how to combine them.** Connect Huntr MCP so your agent can call company search, people search, enrichment, LinkedIn activity, web, and research tools. Install Huntr Skills so it can plan, price, approve, execute, and persist complete workflows consistently.
</Note>

## What the skills do

Describe the result you need in plain language. The selected skill:

1. inspects the live Huntr MCP tools and current pricing;
2. distinguishes supported filters, post-qualification checks, and unsupported requirements;
3. builds an ordered tool plan;
4. shows the maximum cost and waits for approval;
5. creates CSV output before paid execution;
6. updates and flushes CSV after every individual result;
7. preserves failures, empty results, duplicates, and unfinished rows;
8. returns completed files, coverage, cost, caveats, and a resume point.

## Install

Install all skills globally:

```bash theme={null}
npx skills add tryhuntr/huntr-skills -g -y
```

Install only the universal Huntr skill:

```bash theme={null}
npx skills add tryhuntr/huntr-skills --skill huntr-gtm -g -y
```

After installation, start a new agent session. Then [connect Huntr MCP](/build-with-ai/huntr-mcp) with your API key.

<CardGroup cols={2}>
  <Card title="View the GitHub repository" icon="github" href="https://github.com/tryhuntr/huntr-skills">
    Browse every `SKILL.md`, installation instructions, and the latest workflow catalog.
  </Card>

  <Card title="Connect Huntr MCP" icon="plug" href="/build-with-ai/huntr-mcp">
    Configure Huntr tools in Codex, Claude Code, Cursor, or another MCP client.
  </Card>
</CardGroup>

## Choose a skill

### Huntr GTM

Use when you want to describe the finished data or research outcome and let Huntr create the complete plan.

```text theme={null}
Use $huntr-gtm to find US fintech companies, identify VP Marketing leaders,
enrich available work emails, segment by employee count, and save every result to CSV.
```

[View skill on GitHub](https://github.com/tryhuntr/huntr-skills/tree/main/skills/huntr-gtm)

### Build Target List

Start from a company ICP and finish with matching accounts, target buyers, and optional work emails.

```text theme={null}
Use $huntr-build-target-list to find 75 US cybersecurity companies with
50–500 employees, then find two sales leaders at each and their work emails.
```

[View skill on GitHub](https://github.com/tryhuntr/huntr-skills/tree/main/skills/huntr-build-target-list)

### Accounts to Contacts

Start with an existing company list and find selected roles at each account.

```text theme={null}
Use $huntr-accounts-to-contacts on accounts.csv. Find up to three CISOs,
security directors, or heads of security at every company.
```

[View skill on GitHub](https://github.com/tryhuntr/huntr-skills/tree/main/skills/huntr-accounts-to-contacts)

### Find and Enrich Contact

Resolve people from names, companies, domains, or LinkedIn URLs, then append professional profile fields and optional work emails.

```text theme={null}
Use $huntr-find-and-enrich-contact on contacts.csv. Resolve missing LinkedIn
profiles, append current roles, and find available work emails.
```

Huntr does not provide personal email or personal mobile-phone enrichment.

[View skill on GitHub](https://github.com/tryhuntr/huntr-skills/tree/main/skills/huntr-find-and-enrich-contact)

### Enrich Company List

Append selected company intelligence to domains, company names, LinkedIn URLs, or a company CSV.

Available groups include LinkedIn firmographics, available funding metadata, technology stack, public contact routes, active jobs, and recent LinkedIn company posts.

```text theme={null}
Use $huntr-enrich-company-list on companies.csv. Add LinkedIn firmographics,
technology stacks, public contact routes, active jobs, and recent posts.
```

[View skill on GitHub](https://github.com/tryhuntr/huntr-skills/tree/main/skills/huntr-enrich-company-list)

### LinkedIn Engagers to Leads

Collect reactions and comments from one LinkedIn post, deduplicate people, filter them, and optionally enrich profiles and work emails.

```text theme={null}
Use $huntr-linkedin-engagers-to-leads on this post. Collect reactions and
comments, keep VP Sales and above, and enrich profiles and work emails.
```

[View skill on GitHub](https://github.com/tryhuntr/huntr-skills/tree/main/skills/huntr-linkedin-engagers-to-leads)

### Intent List to Contacts

Turn website visitors, event attendees, product activity, scored accounts, or another intent-style CSV into a prioritized contact list.

```text theme={null}
Use $huntr-intent-list-to-contacts on visitors.csv. Prioritize repeat visitors,
enrich matching RevOps leaders, and find two RevOps contacts at other qualified companies.
```

[View skill on GitHub](https://github.com/tryhuntr/huntr-skills/tree/main/skills/huntr-intent-list-to-contacts)

## Cost approval

Skills fetch current prices through Huntr instead of relying on prices written in the skill files.

Before paid execution, the agent presents:

* the interpreted request;
* supported and unsupported criteria;
* the ordered Huntr tool plan;
* maximum calls and rows;
* expected CSV files;
* likely cost when useful;
* maximum cost;
* current balance.

The maximum cost is a hard ceiling. A material scope change requires another quote and approval.

## CSV and resume behavior

CSV is both the output and the durable workflow state.

* The agent creates files in its writable workspace or a destination you specify.
* Every planned row starts as `pending`.
* Every individual Huntr result is written and flushed immediately.
* One-to-many outputs use linked files such as companies, people, engagements, jobs, posts, and summary CSVs.
* Empty, failed, ambiguous, duplicate, skipped, and unsupported rows remain visible.
* API keys and authorization headers are never stored.

If execution is interrupted, invoke the skill again and point it to the existing CSV files. It rechecks pricing and balance, requests approval for remaining work, and processes only unfinished rows.

## Supported and unsupported criteria

Skills classify each requirement before execution:

| Classification     | Meaning                                                                |
| ------------------ | ---------------------------------------------------------------------- |
| Native             | Directly supported by a Huntr search filter or tool input              |
| Post-qualification | Candidates must be discovered and checked with another Huntr tool      |
| Supported output   | Returned by enrichment or research, but unavailable as a search filter |
| Unsupported        | Not reliably available through the connected Huntr MCP tools           |

For example, an exact funding amount is not a native company-search filter. Huntr can discover candidate companies and investigate available funding metadata afterward, but missing public data remains uncertain.

Huntr Skills do not send campaigns, write to CRMs, or operate external sequencers. They prepare the supported data and hand it off as CSV.

## Next steps

* [Connect Huntr MCP](/build-with-ai/huntr-mcp)
* [Choose the right API workflow](/concepts/choose-your-workflow)
* [Browse Huntr Skills on GitHub](https://github.com/tryhuntr/huntr-skills)
