Agent skill
disco-like
Find lookalike companies via DiscoLike's 65M+ business domain database.
Filed under Prospecting and list building.
From growthenginenowoslawski/coldoutboundskills · 50 skills · 668 · pushed 2026-08-18
What it does when it runs
Find lookalike companies via DiscoLike's 65M+ business domain database. Search by seed domains ("find companies like clay.com and apollo.io") or natural-language ICP text ("B2B cold email outreach"). Supports negation domains (exclude competitors/existing customers) and country filtering. Use when you already know 3-10 reference companies and want hundreds more that look like them. Outputs CSV ready for /blitz-list-builder or the email waterfall.
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
- API_KEY
- DISCOLIKE_API_KEY
- Hosts it reaches
- api.discolike.com
- clay.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
- shellwrites filesnetwork
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/growthenginenowoslawski/coldoutboundskills.git /tmp/coldoutboundskills git -C /tmp/coldoutboundskills sparse-checkout set "skills/disco-like" mkdir -p ~/.claude/skills/disco-like cp -R "/tmp/coldoutboundskills/skills/disco-like/." ~/.claude/skills/disco-like/
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 API_KEY, DISCOLIKE_API_KEY, which you have to obtain separately.
The skill
Source on GitHub ↗Reproduced in full from growthenginenowoslawski/coldoutboundskills/blob/f24320d4ab3ddb717402a065a3679aca5a7a8665/skills/disco-like/SKILL.md, which is licensed MIT (repository). 918 words, 18 headings.
Disco-Like
Lookalike company discovery. Give it 3-10 seed domains you know are a good fit; it returns hundreds of similar companies by domain, industry, and business characteristics. Useful for expanding from a small known-good list to a much bigger TAM without manual research.
When to use
- You have 3-10 customer domains you love, want "more like these"
- You want to expand a small client list into a full TAM
- You have an ICP description but don't want to manually build Prospeo filters
- Competitive / adjacent-market expansion
When NOT to use
- You need PEOPLE, not companies (use Prospeo or Blitz after this)
- Your ICP is extremely narrow or nascent (<5 seed examples exist)
- Budget is tight — DiscoLike charges per call + per record; see cost section
Two search modes
Mode A — Seed domains (most common)
npx tsx scripts/discover.ts --domains "clay.com,apollo.io,outreach.io" --country US --limit 500 --out lookalikes.csv
DiscoLike finds companies with similar characteristics (industry mix, employee count range, business type, tech stack) to your seeds.
Mode B — Natural-language ICP
npx tsx scripts/discover.ts --text "B2B SaaS companies selling outbound sales software to RevOps teams" --country US --out lookalikes.csv
Uses DiscoLike's text matching. Less precise than seeds, but useful when you don't have named comparables.
Hybrid mode
npx tsx scripts/discover.ts --domains "clay.com" --text "outbound automation" --country US --out lookalikes.csv
Combines both — starts from seeds, expands via text semantics.
Negation (exclude existing customers / competitors)
npx tsx scripts/discover.ts \
--domains "clay.com,apollo.io" \
--negation-domains "yourcompany.com,yourbigcustomer.com" \
--country US \
--out lookalikes.csv
Always include your own domain + existing customers + known-unfit competitors. Saves enrichment cost downstream.
Inputs
DISCOLIKE_API_KEY(env) — from DiscoLike dashboard- Either
--domainsor--text(at least one required) - Optional:
--negation-domains,--country,--limit,--max-companies
Outputs
CSV with columns: domain, company_name, industry, headcount_range, headcount, location_country, location_state, location_city, linkedin_url, description, source
All rows have source=discolike so you can mix with other list-builder outputs without collisions.
Cost
- $0.10 per API call + $2.00 per 1,000 records returned
- Default page size: 100 per call
- A 500-company discovery = ~5 calls + 500 records ≈ $1.50
- A 10,000-company discovery ≈ $10 + $20 = $30
Compare to Prospeo, which charges per export. DiscoLike is typically cheaper per company-discovered but more expensive per enriched contact (DiscoLike gives companies, not people).
Required step: Qualify with /icp-prompt-builder
This is a required step. Do not skip it.
Before pulling 5,000 companies, run DiscoLike on a small sample (50-100), then invoke /icp-prompt-builder:
- Evaluate which of the 50 are actually good ICP fits
- Refine your ICP description / negation list based on what DiscoLike returned
- Only then scale to 5,000+
Why required: DiscoLike lookalike results are only as good as your seed domains. If 80% of the first 50 are wrong, you need to change seeds, not pay to pull more. At $0.10/call + $2/1K records, a wrong-seeded 10K pull costs $20-$30 in DiscoLike fees AND cascades into wasted email-finder fees downstream. Qualifying the first 50 catches bad seeds before they become expensive.
Recommended flow
/icp-onboarding→ nail down seed companies (your best 5 customers)/disco-like --domains="seed1,seed2,..." --limit=100 --out=sample.csv→ sample run/icp-prompt-builder→ score the sample, tune ICP prompt- If sample quality is high, scale:
/disco-like ... --limit=5000 --out=full.csv /blitz-list-builder --domains-file=full.csv→ find decision-makers at each/email-waterfall→ fill in emails- Upload to Smartlead
API details (reference)
Base URL: https://api.discolike.com/v1
Auth: x-discolike-key header
Endpoints:
| Method | Path | Purpose |
|---|---|---|
| GET | /count?domains=X&text=Y | Total matching companies (before paying to pull) |
| GET | /discover?domains=X&text=Y&country=Z&limit=100&offset=0 | Paginated lookalike results |
| GET | /bizdata?domain=X | Detailed data for a single domain |
Data returned per company:
domain,name,descriptionindustry_groups(weighted dict — script takes top industry)employees(range string like "51-200")address(country, state, city)social_urls(script extracts LinkedIn company URL)
Rate limit: Conservative — script throttles at 5 concurrent, 10 req/sec. No 429s observed on normal runs.
Common gotchas
- Seed domains must be clean bare domains.
clay.comworks,https://clay.com/doesn't. - Text mode is fuzzier than you think. "Outbound sales" returns SaaS, agencies, consultancies — broad. Tighten with seeds.
- No people data. DiscoLike is company-level. Always chain with Blitz or Prospeo for contacts.
- Non-US coverage varies. US has deepest data. EU/APAC coverage is thinner; count may be misleading.
- Check the count FIRST. Before paying for 10,000 records, run
/countto confirm the universe actually has 10,000. Many narrow ICPs top out at 500-2000.
Scripts
scripts/discover.ts— main search + CSV outputscripts/count.ts— pre-check universe size before payingscripts/bizdata.ts— single-domain lookup
What to do next
Run /icp-prompt-builder on your 50-company sample (required step above). Then either:
/blitz-list-builderto find owner contacts at each filtered domain, OR/list-quality-scorecarddirectly if this is companies-only and you'll enrich another way
Or wait: if the 50-sample ICP fit was poor (<40% matches), don't scale. Change your seed domains and re-run with better inputs.
Related skills
/icp-onboarding— defines the seed domains you'll use/icp-prompt-builder— quality-check the first 50 results before scaling/blitz-list-builder— chain to find contacts at each discovered company/email-waterfall— fill missing emails after Blitz/cold-email-starter-kit→06-list-building-prospeo.mdfor broader list-building patterns
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.
- disco-prep by NachoLafuente · 3
Need help setting it up?
This page tells you what disco-like 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.