Apollo.io contact and company enrichment API. Enrich people with email, phone, title, company data. Enrich organizations with industry, revenue, employee count, funding. Search for prospects. Use when the user needs to enrich contacts, find emails, lookup company info, or search for leads.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install apollo-enrichment或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install apollo-enrichment⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/apollo-enrichment/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: apollo description: Apollo.io contact and company enrichment API. Enrich people with email, phone, title, company data. Enrich organizations with industry, revenue, employee count, funding. Search for prospects. Use when the user needs to enrich contacts, find emails, lookup company info, or search for leads. version: 1.3.0 author: captmarbles ---
Enrich contacts and companies using Apollo.io API.
```bash export APOLLO_API_KEY=your-api-key-here ```
All commands use the bundled apollo.py script in this skill's directory.
Get email, phone, title, and company data for a contact.
# By email
python3 apollo.py enrich --email "[email protected]"
# By name + company
python3 apollo.py enrich --name "John Smith" --domain "acme.com"
# Include personal email & phone
python3 apollo.py enrich --email "[email protected]" --reveal-email --reveal-phone
Enrich up to 10 people in one call.
# From JSON file with array of {email, first_name, last_name, domain}
python3 apollo.py bulk-enrich --file contacts.json
# Reveal personal contact info
python3 apollo.py bulk-enrich --file contacts.json --reveal-email --reveal-phone
contacts.json example:
[
{"email": "[email protected]"},
{"first_name": "Jane", "last_name": "Doe", "domain": "techcorp.io"}
]
Get industry, revenue, employee count, funding data.
python3 apollo.py company --domain "stripe.com"
Find prospects by criteria.
# By title and company
python3 apollo.py search --titles "CEO,CTO" --domain "acme.com"
# By title and location
python3 apollo.py search --titles "VP Sales" --locations "San Francisco"
# Limit results
python3 apollo.py search --titles "Engineer" --domain "google.com" --limit 10
# Exclude competitors (Hathora/Edgegap/Nakama)
python3 apollo.py search --titles "CTO" --exclude-competitors
Filtering Options:
--exclude-competitors or -x — Automatically filters out employees from Hathora, Edgegap, and Nakama (Heroic Labs)Person enrichment:
Company enrichment:
Apollo uses credits for enrichment. Check your usage at apollo.io/settings/credits.
安装 Apollo.io Enrichment 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/apollo-enrichment/ 目录(个人级,所有项目可用),或 .claude/skills/apollo-enrichment/(项目级)。重启 AI 客户端后,用 /apollo-enrichment 主动调用,或让 AI 根据上下文自动发现并使用。
Apollo.io Enrichment 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Apollo.io Enrichment 可免费安装使用。请查阅仓库了解许可证信息。
Apollo.io contact and company enrichment API. Enrich people with email, phone, title, company data. Enrich organizations with industry, revenue, employee count, funding. Search for prospects. Use when the user needs to enrich contacts, find emails, lookup company info, or search for leads.
Apollo.io Enrichment 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。