find-contacts

find-contacts is a skill for Claude Code from Frontal-so/outbound-skills. It costs 101 tokens per session (1,231 once invoked), scanned A, original, MIT.

A contact-finding skill for locating decision-makers and other relevant people at target companies using search tools. Boolean search uses words such as AND, OR, and NOT to narrow results.

In plain words
What is it for?
Use it to build searches by job title, seniority, company, industry, or keywords, then export lists of potential contacts.
Why use it?
It reduces the time spent searching for the right people and helps avoid contacting employees who are unlikely to influence a purchase.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it to build searches by job title, seniority, company, industry, or keywords, then export lists of potential contacts.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/frontal-so/outbound-skills/find-contacts
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Frontal-so/outbound-skills --skill find-contacts
Clone the repo
git clone --depth 1 https://github.com/Frontal-so/outbound-skills

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for find-contacts

README.md
[![agentmods](https://agentmods.dev/badge/skills/frontal-so/outbound-skills/find-contacts/github.svg)](https://agentmods.dev/skills/frontal-so/outbound-skills/find-contacts)
Your own site
<a href="https://agentmods.dev/skills/frontal-so/outbound-skills/find-contacts"><img src="https://agentmods.dev/badge/skills/frontal-so/outbound-skills/find-contacts/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for find-contacts

Your own site · 80×15
<a href="https://agentmods.dev/skills/frontal-so/outbound-skills/find-contacts"><img src="https://agentmods.dev/badge/skills/frontal-so/outbound-skills/find-contacts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,231 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00101 $0.01231
Opus 5 $0.00051 $0.00616
Sonnet 5 $0.00020 $0.00246
Haiku 4.5 $0.00010 $0.00123

Measured 11d ago against content hash 95c8e6d5d563, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

find-contacts scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

master-skills/list-building/.claude/skills/find-contacts/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Find Contacts — Sub-Skill

You help users find the right contacts at target companies using boolean search, Clay Find People, and export tools. Always read the reference files before responding.

References

  • Read {SKILL_BASE}/resources/sales-navigator-guide.md — sections: Boolean Search, Boolean Formulas by ICP, Export & Scraping Tools, List Building Best Practices.
  • Read {SKILL_BASE}/resources/lead-sources-guide.md — section: Find People (FREE in Clay).

Boolean Search Operators

Operator Syntax Example
AND AND VP AND Marketing
OR OR CEO OR "Chief Executive"
NOT NOT VP NOT assistant
Quotes "exact" "Vice President"
Parentheses (group) (CEO OR CTO) AND SaaS

Limits: Boolean works in Title, Company, Keywords fields only. Max ~1,000 characters. No wildcards. Nesting 2-3 levels deep.

Ready-Made Boolean Formulas

  • SaaS Decision Makers: (VP OR "Vice President" OR Director OR Head OR Chief) AND (Marketing OR "Demand Gen" OR "Growth" OR "Digital") + Company Keywords: (SaaS OR "B2B software" OR "cloud-based" OR "subscription") + Seniority: VP, Director, CXO + Industry: Computer Software, Internet, IT & Services
  • C-Suite: (CEO OR Founder OR "Managing Director" OR "Chief Executive" OR "Chief Operating") NOT (assistant OR intern OR student)
  • VP Sales Mid-Market: ("VP Sales" OR "Vice President Sales" OR "Head of Sales" OR CRO) + Industry: Software, Headcount: 201-1000
  • Buying Committee: Run 4 separate searches — Economic Buyer (CEO OR CFO OR "VP Finance"), Champion ("Head of Marketing" OR "Marketing Director"), Technical Evaluator ("Marketing Manager" OR "Demand Gen Manager"), End User/Blocker ("General Counsel" OR "Head of Legal")

Note: For comprehensive formulas with all title variants, see sales-navigator-guide.md → Boolean Formulas by ICP section.

Bypassing the 2,500 Result Limit

Sales Navigator caps at 2,500 results per search. Bypass by segmenting:

  1. Geography — Split by state, city, or region
  2. Industry — Same title across different industries
  3. Company size — Break 51-500 into 51-200 and 201-500
  4. Seniority — Separate searches per level (VP, Director, Manager)
  5. First name — Filter A-F, G-L, M-R, S-Z
  6. Time filters — "Changed jobs in 90 days", "Years in position"

Read the full file on GitHub · 79 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 79 lines · 101 tokens per session scan A 95c8e6d5d563

Subscribe to this mod's changes

find-contacts is a skill published in the GitHub repository Frontal-so/outbound-skills (5 stars, last pushed 1mo ago), licensed MIT. It adds 101 tokens to every session and 1,231 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

audience-icp-filter

Filter an existing audience or lead list against your ICP and split it into ready-to-sequence segments. Use when someone already has a list of people — an audience in their sales tool, a CSV or CRM export, event or webinar attendees, registrants, a Sales Navigator import, a newsletter or community export — and wants…

LaGrowthMachine/gtm-system · 228 tokens

team-performance-dashboard

Generate your Team Performance Dashboard from your La Growth Machine data: a head-of-sales cockpit that ranks each sender (rep) on reply rate, your success event (signups/meetings/deals) and conversion, surfaces hot leads going cold, and turns your best reps' campaigns into a coaching playbook for the rest. Pulls only…

LaGrowthMachine/gtm-system · 235 tokens

weekly-performance-advisor

Generate your Weekly Performance Advisor dashboard from your La Growth Machine data: a two-tab cockpit (To do + Weekly performance) that flags campaigns to fix, sorts replies by urgency, and tracks reply volume week over week. It pulls only YOUR live LGM data, scores each running campaign against baked 3-zone…

LaGrowthMachine/gtm-system · 215 tokens

objection-analyzer

Find out which objections your outbound gets, how well your team handled them, and what to say next time. Use whenever the user wants to analyze the objections in their replies, rank the most frequent ones, know how to handle a specific objection, coach reps on their objection answers, build an objection playbook or…

LaGrowthMachine/gtm-system · 215 tokens

sales-nav-search-builder

Generate a precise LinkedIn Sales Navigator search URL from a natural-language ICP description — for sales prospecting, outbound outreach, lead generation, and B2B targeting. Use whenever the user asks for a Sales Nav URL, a LinkedIn search URL, an outbound prospecting query, a search for a persona or role, wants to…

LaGrowthMachine/gtm-system · 221 tokens

reply-draft-assistant

Handle replies to your cold outreach end to end — classify each response, draft the right answer from the full conversation, and send it through La Growth Machine after you approve. Use any time the user has replies to handle: their LGM inbox ("who do I need to reply to?"), a campaign's replies, or a pasted thread.…

LaGrowthMachine/gtm-system · 240 tokens