find-lookalikes
Find companies similar to a seed domain via PredictLeads' similar_companies endpoint and persist them as a result set ready for enrichment or qualification. Use when the user says 'find lookalikes for [domain]', 'companies similar to [name]', 'show me lookalike accounts', 'expand from this company', or 'discover similar prospects'. Side-effecting — calls PredictLeads API and writes to local cache.
适合你,如果正在寻找与现有客户相似的新公司作为销售目标。
npx oh-my-skill add othmane-khadri/yalc-the-gtm-operating-system/find-lookalikescurl -fsSL https://oh-my-skill.com/install.sh | bash -s -- othmane-khadri/yalc-the-gtm-operating-system/find-lookalikesnpx oh-my-skill verify othmane-khadri/yalc-the-gtm-operating-system/find-lookalikes怎么用
商店整理自技能原文 · 版本 ffc6e37 · 表述以原文为准安装后,你提供一个公司域名,Claude 会调用 PredictLeads 找到相似公司,保存为结果集,方便后续丰富或筛选。
当你说“查找类似公司”并提供域名,或说“显示类似客户”、“扩展这家公司”等时触发。
技能原文 SKILL.md
Find Lookalikes
I'll wrap signals:similar. Ask for a seed domain, shell out to PredictLeads, dedupe + cache, and surface the lookalike list as a result set.
When This Skill Applies
- "find lookalikes for [domain]"
- "companies similar to [name]"
- "show me lookalike accounts"
- "expand from this company"
- "discover similar prospects"
NOT this skill (use prospect-discovery-pipeline instead):
- "find prospects like our best client" — that's the full 5-phase orchestrator (lookalikes → ICP filter → CMO finder → signals → variants).
NOT this skill (use enrich-with-signals instead):
- "enrich these companies with PredictLeads signals" — that pulls jobs/news/funding/tech for an EXISTING list.
Workflow
Step 0 — Ask for seed domain
"What's the seed domain or company URL?"
Step 1 — Validate (basic domain format)
Step 2 — Shell out
cd ~/Desktop/gtm-os && set -a && source .env.local && set +a && \ npx tsx src/cli/index.ts signals:similar --domain <domain>
Single-command side-effecting → shell out per the benchmark.
Step 3 — Parse output
The CLI emits the lookalike list + result set id + cache hit/miss flags.
Step 4 — Render
See references/example-output.md.
Step 5 — Offer follow-ups
"Want me to (a) enrich these with signals viaenrich-with-signals, (b) qualify them viaqualify-leads?"
Notes
- Requires
PREDICTLEADS_API_KEYin~/.gtm-os/.env. - Cached 7 days per seed domain.
- ~1 PredictLeads credit per call.