← 返回 Skills 市场
kesslerio

Apollo.io Sales Intelligence

作者 kesslerio · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1650
总下载
1
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install apollo-io
功能描述
Apollo.io Sales Intelligence enables lead discovery, contact and company enrichment, and prospecting using a database of 210M+ contacts and 35M+ companies.
使用说明 (SKILL.md)

Apollo.io Skill

Sales intelligence and lead discovery via Apollo.io's REST API.

Setup

  1. Get your API key from Apollo Settings → API
  2. Set environment variable: export APOLLO_API_KEY=your_key_here

Capabilities

People Search

Find prospects by job title, location, company, and more.

python \x3Cskill>/scripts/search_people.py --title "VP Engineering" --company Stripe

Person Enrichment

Enrich a person's data from email or LinkedIn URL.

python \x3Cskill>/scripts/enrich_person.py --email [email protected]
python \x3Cskill>/scripts/enrich_person.py --linkedin https://linkedin.com/in/johndoe

Company Search

Find companies by industry, size, location.

python \x3Cskill>/scripts/search_companies.py --industry "Software" --size "50-200"

Company Enrichment

Enrich company data by domain or name.

python \x3Cskill>/scripts/enrich_company.py --domain stripe.com

Usage

The agent will use these scripts automatically when you ask about:

  • Finding contacts at specific companies
  • Looking up email addresses or phone numbers
  • Researching company details
  • Prospecting by job title/industry

API Reference

  • Apollo API Docs
  • Base URL: https://api.apollo.io/v1
  • Auth: X-Api-Key header
安全使用建议
This skill's code matches its stated purpose (Apollo.io people/company search and enrichment) and only needs your Apollo API key. However, the package metadata does not list APOLLO_API_KEY while SKILL.md and the Python files do — that's an inconsistency. Before installing: (1) verify the skill's source and owner (the repository/homepage in SKILL.md points to a GitHub path you should inspect), (2) review the code yourself (it only calls api.apollo.io) to ensure there are no additional network calls, (3) only provide an APOLLO_API_KEY you control and revoke it if you stop using the skill, and (4) ask the publisher to correct the registry metadata so required credentials are declared explicitly. If you can't confirm the origin or the author won't fix the metadata, treat the skill as higher risk.
功能分析
Type: OpenClaw Skill Name: apollo-io Version: 1.0.0 The OpenClaw Apollo.io skill bundle is benign. It provides a Python client and scripts for interacting with the Apollo.io API for sales intelligence. The skill correctly requires and uses the `APOLLO_API_KEY` environment variable to authenticate with the official `https://api.apollo.io/v1` endpoint. There is no evidence of data exfiltration to unauthorized endpoints, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation. All code and documentation (`SKILL.md`, `README.md`, `apollo.py`, `scripts/*.py`) align with the stated purpose of lead discovery and contact/company enrichment.
能力评估
Purpose & Capability
The code and SKILL.md clearly implement an Apollo.io client (people/company search and enrichment) and legitimately require an APOLLO_API_KEY. However, the registry metadata at the top of the submission lists no required environment variables or primary credential while SKILL.md declares APOLLO_API_KEY. That mismatch is an incoherence between what the skill claims in metadata and what it actually needs.
Instruction Scope
SKILL.md instructs the agent/user to set APOLLO_API_KEY and run the included Python scripts. The runtime instructions and scripts are scoped to calling Apollo's API (https://api.apollo.io/v1) and formatting results. The scripts do not read unrelated system files, do not call unexpected external endpoints, and do not request other secrets.
Install Mechanism
There is no install spec and no remote downloads; the skill is delivered as local Python scripts. It requires Python and the 'requests' library (not declared in an install step), which is a low-risk, expected dependency for this kind of skill.
Credentials
The only secret required by the implementation is APOLLO_API_KEY (used as X-Api-Key). That is proportionate to the stated purpose. The concern is that the registry-level 'Requirements' block provided earlier lists no required env vars or primary credential while SKILL.md and code require APOLLO_API_KEY — an inconsistency that could mislead users about what they must supply and which secret the skill will access.
Persistence & Privilege
The skill does not request permanent/always-on presence, does not modify other skills or system configs, and follows normal user-invocable/autonomous invocation defaults. It does not request elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install apollo-io
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /apollo-io 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial ClawHub release
元数据
Slug apollo-io
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Apollo.io Sales Intelligence 是什么?

Apollo.io Sales Intelligence enables lead discovery, contact and company enrichment, and prospecting using a database of 210M+ contacts and 35M+ companies. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1650 次。

如何安装 Apollo.io Sales Intelligence?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install apollo-io」即可一键安装,无需额外配置。

Apollo.io Sales Intelligence 是免费的吗?

是的,Apollo.io Sales Intelligence 完全免费(开源免费),可自由下载、安装和使用。

Apollo.io Sales Intelligence 支持哪些平台?

Apollo.io Sales Intelligence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Apollo.io Sales Intelligence?

由 kesslerio(@kesslerio)开发并维护,当前版本 v1.0.0。

💬 留言讨论