‹ 首页

research-prospect

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

Run ad-hoc web research on a prospect (company URL or person) — Firecrawl scrapes the marketing site, key pages (pricing, careers, blog), and surfaces a brief. Read-only. Use when the user says 'research this prospect', 'tell me about [company]', 'do a deep dive on [domain]', 'pull a brief on this lead', or 'crawl the marketing site for [name]'. Side-effecting on the Firecrawl side (API call), no local DB writes.

适合你,如果需要在接触客户前快速了解对方公司情况

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

怎么用

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

当你提供公司网址或人名时,Claude会用Firecrawl抓取该公司的营销网站、定价、招聘、博客等页面,生成一份摘要简报。只读不写入数据库。

什么时候触发

当用户说出“研究这个潜在客户”、“告诉我关于某公司”或“深入了解某域名”等话时触发。

装好后可以这样说
Claude会要求提供公司网址。
Claude会抓取网站生成简报。
会生成关键事实表格。
技能原文 SKILL.md作者撰写 · MIT · ffc6e37

Research Prospect

I'll wrap research. Take a URL, run a Firecrawl scrape against the canonical pages, and produce a brief.

When This Skill Applies
  • "research this prospect"
  • "tell me about [company]"
  • "do a deep dive on [domain]"
  • "pull a brief on this lead"
  • "crawl the marketing site for [name]"

NOT this skill (use enrich-with-signals instead):

  • "pull buying signals" — that's structured PredictLeads data, not narrative research.

NOT this skill (use personalize-message with --enrich instead):

  • "personalize a message for them" — that auto-pulls research as part of the personalization.
Workflow
Step 0 — Ask for the URL
"What's the company URL or LinkedIn profile?"
Step 1 — Validate URL
Step 2 — Shell out
cd ~/Desktop/gtm-os && set -a && source .env.local && set +a && \
  npx tsx src/cli/index.ts research --url <url>
Step 3 — Parse output

CLI emits a brief markdown summary + key facts table.

Step 4 — Render the brief verbatim

Don't summarize the summary — pass through what the CLI returns.

Step 5 — Offer follow-ups
"Want me to (a) personalize a message for someone at this company via personalize-message, (b) check buying signals via enrich-with-signals?"
Notes
  • Requires FIRECRAWL_API_KEY in ~/.gtm-os/.env.
  • Firecrawl call cost varies by depth (default: 1 credit per ~5 pages).
  • Read-only on the local DB — research output is rendered in chat, not persisted.
按 MIT 许可原样转载,未经改动 · 在 GitHub 查看 →

评论

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