apollo-find-companies

apollo-find-companies is a skill for Claude Code from matteotitta/genesys-skills. It costs 31 tokens per session (1,831 once invoked), scanned A, original, MIT.

A company-search tool that finds businesses by industry, size, location, technology, funding, revenue, or hiring activity.

In plain words
What is it for?
Use it to define a target market, find account-based marketing prospects, identify recently funded businesses, or locate companies using a competitor’s technology.
Why use it?
It helps you build a list of suitable target companies without researching each company one at a time.

Skill for Claude Code

Written for Claude Code: effort in frontmatter. Also seen: positional $N argument.

Good fit Use it to define a target market, find account-based marketing prospects, identify recently funded businesses, or locate companies using a competitor’s technology.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/matteotitta/genesys-skills/apollo-find
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 matteotitta/genesys-skills --skill apollo-find
Clone the repo
git clone --depth 1 https://github.com/matteotitta/genesys-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 apollo-find-companies

README.md
[![agentmods](https://agentmods.dev/badge/skills/matteotitta/genesys-skills/apollo-find/github.svg)](https://agentmods.dev/skills/matteotitta/genesys-skills/apollo-find)
Your own site
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/apollo-find"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/apollo-find/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 apollo-find-companies

Your own site · 80×15
<a href="https://agentmods.dev/skills/matteotitta/genesys-skills/apollo-find"><img src="https://agentmods.dev/badge/skills/matteotitta/genesys-skills/apollo-find.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,831 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.00031 $0.01831
Opus 5 $0.00015 $0.00915
Sonnet 5 $0.00006 $0.00366
Haiku 4.5 $0.00003 $0.00183

Measured 9d ago against content hash 1f53613ef346, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

apollo-find-companies 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 9d 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.

skills/primitives/outbound/research/list-building/apollo-find/SKILL.md · 195 lines

How it starts

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

/apollo-find-companies -- Target account discovery via Apollo

Search 70M+ companies by industry, size, funding, tech stack, revenue, and hiring activity. Always free — no Apollo credits consumed.

Imported via: /steal analysis of workflows.io Apollo x Claude Playbook (2026-04-08)


When to use

  • Building a target account list for a new campaign
  • Finding companies in a specific industry or vertical
  • Identifying companies using a competitor's tech stack (displacement plays)
  • Finding recently funded companies (buying signal)
  • Researching companies actively hiring for specific roles (intent signal)
  • Expanding into a new market or vertical
  • Building TAM lists from ICP criteria

When NOT to use

  • Researching a specific known company -> /company-context
  • Finding people at companies -> /clay-search (with Apollo fallback)
  • Enriching a company for full profile -> /deepline-enrich or Apollo MCP directly
  • Building full prospect lists with people -> /build-tam

Credit usage

FREE. Company search does not consume Apollo credits. Search freely.

Company enrichment is separate and costs credits. Use /deepline-enrich for that.


Framework

Step 1: Gather search criteria

Ask the user for their search parameters. At minimum, get one of:

Parameter Maps to Example
Company name q_organization_name Apollo
Domain(s) q_organization_domains_list ['apollo.io', 'notion.so']
Industry keywords q_organization_keyword_tags ['SaaS', 'fintech', 'AI']
HQ location organization_locations ['San Francisco, CA', 'United States']
Exclude locations organization_not_locations ['China', 'Russia']
Employee count organization_num_employees_ranges ['50,200', '201,500']
Revenue range revenue_range { min: 1000000, max: 50000000 }
Tech stack currently_using_any_of_technology_uids ['salesforce', 'hubspot']
Total funding total_funding_range { min: 5000000, max: 50000000 }
Latest funding amount latest_funding_amount_range { min: 1000000, max: 10000000 }
Latest funding date latest_funding_date_range { min: '2025-01-01', max: '2026-04-08' }
Hiring for roles q_organization_job_titles ['SDR', 'Account Executive']
Hiring in locations organization_job_locations ['London', 'remote']
Active job postings organization_num_jobs_range { min: 5, max: 100 }
Number of results per_page 25 (default)

Read the full file on GitHub · 195 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. 9d ago First seen · 195 lines · 131 tokens per session scan A 1f53613ef346

Subscribe to this mod's changes

apollo-find-companies is a skill published in the GitHub repository matteotitta/genesys-skills (36 stars, last pushed 1mo ago), licensed MIT. It adds 31 tokens to every session and 1,831 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

gingiris-b2b-growth

🇺🇸 B2B SaaS Growth — PLG vs SLG Playbook — Diagnose whether your problem is distribution, pricing, or PMF. PLG/SLG selection by ACV and sales cycle, the 5-stage path from $0 to $10M ARR, NRR discipline, affiliate & channel motion, enterprise tiering. Built from HeyGen, Deel, Vercel, Supabase, Snowflake patterns.…

Gingiris-1031/gingiris-skills · 484 tokens

gr-b2b-growth

A guide to growing a business-to-business software product from early user research to large-scale sales. B2B software is sold to companies rather than individual consumers.

Gingiris-1031/gingiris-skills · 83 tokens

go-to-market-playbook

A reusable Go-to-Market strategy template for both B2B and B2C launches. Covers positioning, messaging, ICP definition, channel selection, and competitive analysis frameworks. By @WeiYipei.

Gingiris-1031/gingiris-skills · 48 tokens

gingiris-go-global

🇺🇸 AI Product / SaaS Go-Global Complete SOP — From competitor research to launch to monetization. A full-cycle playbook covering Phase 0-5 (market validation, positioning, first 100 users, user interviews, beta-to-growth) plus open-source launch, Product Hunt, Reddit, SEO/GEO, conversion, and org principles.…

Gingiris-1031/gingiris-skills · 534 tokens

gr-competitor-research

Your competitor just launched. You have no idea how they grew so fast. Should you reverse-engineer their website? Track their social media? Map their growth flywheel? This gives you the complete SOP — from Wayback Machine snapshots to X/Twitter propagation analysis to growth flywheel scoring. Built from 150+ AI…

Gingiris-1031/gingiris-skills · 582 tokens

ai-launch-playbook

Launch your AI product to global attention — the playbook behind Manus, Devin, and AFFiNE's breakout launches. Covers AI-specific GTM strategy, hype cycle management, waitlist tactics, and multi-market rollout for maximum day-one impact.

Gingiris-1031/gingiris-skills · 54 tokens