Install
| Flag | Meaning |
|---|---|
-g | Install globally (all projects on this machine) |
-y | Skip confirmation prompts |
npx.
Skills
| Skill | Workflow | Trigger examples |
|---|---|---|
huntr-icp-list-build | ICP list build | ”build a company list”, “ICP search”, “paginate company-search” |
huntr-outbound-pipeline | Outbound pipeline | ”outbound pipeline”, “find emails at these companies”, “company to person to email” |
huntr-account-research | Account research | ”account brief”, “research this company before a call”, “buyer research” |
huntr-signal-scanner | Signal scanner | ”hiring signals”, “tech stack scan”, “score accounts from jobs” |
huntr-account-penetration | Account penetration | ”find decision-makers at”, “who is the CISO at”, “penetrate this account” |
huntr-workflow-review | All workflows | ”review my Huntr code”, “audit this integration”, “preflight before I run at scale” |
Prerequisites
.env templates and add .env to .gitignore.
Optional but recommended for review and live schema checks: connect Huntr MCP in your editor.
Example prompts
ICP list“Use huntr-icp-list-build: US SaaS companies with 50–200 employees in Software Development. Export JSON.”Outbound
“Use huntr-outbound-pipeline: VP Engineering at the first 20 companies from my ICP query. Node.js script with rate limiting.”Account brief
“Use huntr-account-research: pre-meeting brief on Linear for an engineering productivity vendor. Structured schema output.”Review
“huntr-workflow-review: check this script before I run it on 10k companies.”
Repository
Source: github.com/tryhuntr/huntr-skillsClaude Code plugin
The repo includes.claude-plugin/plugin.json for Claude Code plugin discovery. The npx skills add command is the recommended install path for Cursor and other agents.
Next step
- Workflows — recipe reference for each skill
- Huntr MCP — live API tools in your editor
- Quickstart — first API call