Agent skill
decision-maker-finder
Find 5 decision makers at a company via Apollo.io UI using Chrome DevTools MCP.
Filed under Prospecting and list building.
From ekatasingh1107/b2b-gtm-skills · 99 skills · 2 · pushed 2026-04-11
What it does when it runs
Find 5 decision makers at a company via Apollo.io UI using Chrome DevTools MCP. No enrichment, no credits used.
Read from the skill and the 1 file bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- chrome-devtools
- Hosts it reaches
- app.apollo.io
- brandx.com
- linkedin.com
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It does act, so it runs under whatever permissions your session already grants. - Actions present in the files
- network
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/ekatasingh1107/b2b-gtm-skills.git /tmp/b2b-gtm-skills git -C /tmp/b2b-gtm-skills sparse-checkout set "skills/capabilities/decision-maker-finder" mkdir -p ~/.claude/skills/decision-maker-finder cp -R "/tmp/b2b-gtm-skills/skills/capabilities/decision-maker-finder/." ~/.claude/skills/decision-maker-finder/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
Before you install: this skill will not complete its job on a bare agent. It needs chrome-devtools, which you have to obtain separately.
The skill
Source on GitHub ↗Reproduced in full from ekatasingh1107/b2b-gtm-skills/blob/eae8dd0bb98da1c8e84abd297066a87015dd860f/skills/capabilities/decision-maker-finder/SKILL.md, which is licensed MIT (repository). 966 words, 17 headings.
Decision Maker Finder
Finds 5 decision makers at a target company using Apollo.io UI via Chrome DevTools MCP. Search only, no enrichment, no credits consumed.
Prerequisites
agency.config.jsonat repo root withicp.segments[].titles,icp.segments[].seniority, andtools.lead_enrichment- Chrome DevTools MCP available (
mcp__chrome-devtools__*) - Apollo.io logged in on Chrome Beta
- Target company name and/or website
Phase 0: Intake
- Read
agency.config.jsonfrom the project root. - Extract:
icp.segments[]-- each segment'stitlesandseniorityarraystools.lead_enrichment.tool-- must be "apollo"tools.lead_enrichment.access-- must be "chrome_devtools"tools.lead_enrichment.contacts_per_company-- number of contacts to find (default: 5)tools.browser_automation-- Chrome DevTools MCP config
- Accept parameters:
company_name-- (required) the target companywebsite-- (optional) company website domaincompany_size-- (optional) if known, skip the size detection stepsegment-- (optional) which ICP segment to use for title targetingmax_contacts-- (optional) how many contacts to return (default: 5)
Phase 1: Company Size Detection
If company_size is not provided, determine it:
WebSearch:
- Search:
"{{company_name}}" "employees" OR "team size" OR "people" site:linkedin.com/company - Search:
"{{company_name}}" employees site:crunchbase.com - Search:
"{{company_name}}" "about us" "team"
Classify into size tiers:
- Early-stage: < 50 employees
- Mid-market: 50 - 500 employees
- Large: 500+ employees
Phase 2: Role Targeting
Based on company size, determine which titles to target:
Early-stage (< 50 employees)
Primary targets:
- Founder / Co-Founder -- they make all decisions
- CEO -- same person as founder in most cases
- Head of Marketing / Growth -- if they exist, they own the ecommerce stack
Rationale: Small companies have flat hierarchies. The founder decides on agency partnerships.
Mid-market (50 - 500 employees)
Primary targets:
- Head of Ecommerce / Director of Ecommerce -- owns the Shopify store
- VP Marketing / Head of Marketing -- owns the growth budget
- Head of Digital / Director of Digital -- owns the online experience
- CMO -- if the company has one, they approve agency spend
Rationale: Mid-market companies have functional leads. Target the person who owns the ecommerce P&L or the marketing budget.
Large (500+ employees)
Primary targets:
- VP of Ecommerce / VP of Digital -- senior enough to approve budgets
- Director of Ecommerce -- operational decision maker
- Head of D2C / Head of Online -- if they have a dedicated D2C function
- SVP Marketing -- if no dedicated ecommerce leadership
Rationale: Large companies have multiple layers. Target VP+ who can approve agency contracts without escalating.
Cross-reference these defaults with the icp.segments[].titles and icp.segments[].seniority arrays from config to ensure alignment with the agency's actual target persona.
Phase 3: Contact Search via Apollo.io (Chrome DevTools MCP)
Use Chrome DevTools MCP to search Apollo.io UI. This is the ONLY path. No API, no WebSearch fallback.
Chrome DevTools MCP Workflow:
mcp__chrome-devtools__navigate_pagetohttps://app.apollo.io/- Verify logged-in state
- Navigate to People Search
mcp__chrome-devtools__fillcompany filter with{{company_name}}mcp__chrome-devtools__filltitle filter with target titles from Phase 2- Apply seniority filters matching ICP config
mcp__chrome-devtools__clicksearch/apply filtersmcp__chrome-devtools__wait_forresults to loadmcp__chrome-devtools__take_snapshotto read results
Extract from each result:
- Name
- Title
- Company
- LinkedIn profile URL (Apollo shows this)
IMPORTANT:
- Pick 5 decision makers per company
- DO NOT click "Enrich" or "Access Email" on Apollo (no credits used)
- DO NOT use Apollo enrichment features
- We only use Apollo for SEARCH, not enrichment
- Email discovery happens via Snov.io (separate skill)
If fewer than 5 results: accept what Apollo returns. Note the shortfall.
Phase 4: Contact Data Assembly
For each found contact, record:
- Name: Full name from Apollo search results
- Title: Current title at the target company
- Company: Company name
- LinkedIn URL: Direct profile link from Apollo
- Email: NOT from Apollo. Will be found via
email-validator(Snov.io) skill. - Phone: NOT from Apollo. Will be found via
phone-finder(Lemlist) skill.
DO NOT attempt to enrich or find emails at this stage. That's handled by downstream skills.
Phase 5: Prioritize Contacts
Rank the found contacts:
- Title match score: How closely does their title match the target titles? Exact match = 10, partial match = 5, related = 3.
- Seniority alignment: Does their seniority match the company size rules? Aligned = 10, adjacent = 5.
- Recency: Recently joined (< 6 months) = bonus, as they may be actively building their vendor stack.
Sort by total priority score, descending.
Phase 6: Output
Return structured JSON:
{
"company": "BrandX",
"website": "https://brandx.com",
"company_size": "Mid-market (120 employees)",
"size_tier": "mid-market",
"targeting_rationale": "Mid-market company, targeting Head/Director of Ecommerce or VP Marketing.",
"contacts": [
{
"name": "Jane Doe",
"title": "Head of Ecommerce",
"linkedin_url": "https://linkedin.com/in/janedoe",
"confidence": "HIGH",
"method_used": "apollo_chrome_devtools",
"priority_score": 27,
"notes": "Joined 4 months ago. Likely building her vendor stack."
}
],
"recommended_contact": "Jane Doe -- Head of Ecommerce, highest priority score",
"searched_at": "2026-03-16T09:30:00Z"
}
Phase 7: Log to CRM
Use crm-writer to log the decision maker data to the Pipeline tab. Write: company, contact name, title, LinkedIn URL, confidence, found_at timestamp.
No approval gate. Contacts are logged directly.
Example Usage
Trigger phrases:
- "Find the decision maker at [company]"
- "Who should I reach out to at [company]?"
- "Find the right contact at [company]"
- "Get me the founder of [company]"
- "Find the Head of Ecommerce at [company]"
User: Find the decision maker at BrandX
Assistant: [reads config, determines company size = mid-market, targets Head of Ecommerce / VP Marketing, searches via Apollo Chrome DevTools MCP, returns 5 prioritized contacts]
User: Who should I email at this 10-person startup?
Assistant: [size = early-stage, targets Founder/CEO, searches via Apollo Chrome DevTools MCP, returns contacts]
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- decision-maker-identification by louisblythe · 143
- geo-query-finder by OpenClaudia · 677
- competitor-pr-finder by Varnan-Tech · 626
- domain-expired-opportunity-finder by Varnan-Tech · 626
- pricing-finder by Varnan-Tech · 626
- vc-finder by Varnan-Tech · 626
- campaign-angle-finder by Othmane-Khadri · 290
- company-finder by Othmane-Khadri · 290
Need help setting it up?
This page tells you what decision-maker-finder does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.