‹ 首页

find-lookalikes

@othmane-khadri · 收录于 5 天前 · 上游提交 1 个月前

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 安装 校验哈希
npx oh-my-skill add othmane-khadri/yalc-the-gtm-operating-system/find-lookalikes
/ 通过 bash 安装
curl -fsSL https://oh-my-skill.com/install.sh | bash -s -- othmane-khadri/yalc-the-gtm-operating-system/find-lookalikes
/ 已经装过?验证本机副本,不用重装
npx oh-my-skill verify othmane-khadri/yalc-the-gtm-operating-system/find-lookalikes
安装目标可用 --agent / --scope 或 --to 明确指定;省略时只会在唯一已存在的 agent 目录上自动选择,零命中或多命中会停止并提示。content_hash 缺失或不一致均拒装。
268GitHub stars
~437最小装载
~573含声明引用
~573文本包总量
索引托管

怎么用

商店整理自技能原文 · 版本 ffc6e37 · 表述以原文为准
它做什么

安装后,你提供一个公司域名,Claude 会调用 PredictLeads 找到相似公司,保存为结果集,方便后续丰富或筛选。

什么时候触发

当你说“查找类似公司”并提供域名,或说“显示类似客户”、“扩展这家公司”等时触发。

装好后可以这样说
Claude 将搜索相似公司列表。
Claude 会查找相似公司。
触发相似公司查找。
技能原文 SKILL.md作者撰写 · MIT · ffc6e37

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 via enrich-with-signals, (b) qualify them via qualify-leads?"
Notes
  • Requires PREDICTLEADS_API_KEY in ~/.gtm-os/.env.
  • Cached 7 days per seed domain.
  • ~1 PredictLeads credit per call.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

登录即可评论;带「已验证安装」的,是发布者名下有本店的安装或持有记录。