← Back to Skills Marketplace
kesslerio

Apollo.io Sales Intelligence

by kesslerio · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1650
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install apollo-io
Description
Apollo.io Sales Intelligence enables lead discovery, contact and company enrichment, and prospecting using a database of 210M+ contacts and 35M+ companies.
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install apollo-io
  3. After installation, invoke the skill by name or use /apollo-io
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial ClawHub release
Metadata
Slug apollo-io
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1650 downloads so far.

How do I install Apollo.io Sales Intelligence?

Run "/install apollo-io" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Apollo.io Sales Intelligence free?

Yes, Apollo.io Sales Intelligence is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Apollo.io Sales Intelligence support?

Apollo.io Sales Intelligence is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Apollo.io Sales Intelligence?

It is built and maintained by kesslerio (@kesslerio); the current version is v1.0.0.

💬 Comments