skills$openclaw/apollo-io
kesslerio9.1k

by kesslerio

apollo-io – OpenClaw Skill

apollo-io is an OpenClaw Skills integration for coding workflows. Apollo.io sales intelligence integration for lead discovery, contact enrichment, and company research. Search 210M+ contacts and 35M+ companies. Use when finding prospects, enriching contact data, or researching companies. Keywords: apollo, sales intelligence, lead gen, prospecting, contact enrichment, email finder, company search.

9.1k stars6.9k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameapollo-io
descriptionApollo.io sales intelligence integration for lead discovery, contact enrichment, and company research. Search 210M+ contacts and 35M+ companies. Use when finding prospects, enriching contact data, or researching companies. Keywords: apollo, sales intelligence, lead gen, prospecting, contact enrichment, email finder, company search. OpenClaw Skills integration.
ownerkesslerio
repositorykesslerio/apollo-io
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @kesslerio/apollo-io
last updatedFeb 7, 2026

Maintainer

kesslerio

kesslerio

Maintains apollo-io in the OpenClaw Skills directory.

View GitHub profile
File Explorer
9 files
.
scripts
enrich_company.py
3.0 KB
enrich_person.py
3.3 KB
search_companies.py
3.0 KB
search_people.py
2.6 KB
_meta.json
292 B
apollo.py
5.4 KB
README.md
1.7 KB
SKILL.md
1.8 KB
SKILL.md

name: apollo-io description: Apollo.io sales intelligence integration for lead discovery, contact enrichment, and company research. Search 210M+ contacts and 35M+ companies. Use when finding prospects, enriching contact data, or researching companies. Keywords: apollo, sales intelligence, lead gen, prospecting, contact enrichment, email finder, company search. homepage: https://github.com/artopenclaw/skills/apollo-io metadata: openclaw: emoji: 🎯 requires: env: - APOLLO_API_KEY install: []

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

People Search

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

python <skill>/scripts/search_people.py --title "VP Engineering" --company Stripe

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

python <skill>/scripts/enrich_person.py --email john@example.com
python <skill>/scripts/enrich_person.py --linkedin https://linkedin.com/in/johndoe

Company Search

Find companies by industry, size, location.

python <skill>/scripts/search_companies.py --industry "Software" --size "50-200"

Company Enrichment

Enrich company data by domain or name.

python <skill>/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
README.md

Apollo.io Skill for OpenClaw

Sales intelligence and lead discovery via Apollo.io's REST API. Search 210M+ contacts and 35M+ companies directly from your OpenClaw workspace.

Features

  • 🔍 People Search — Find prospects by job title, company, keywords
  • 👤 Person Enrichment — Get contact details from email or LinkedIn URL
  • 🏢 Company Search — Discover companies by industry, size, location
  • 📊 Company Enrichment — Get company intel from domain or name

Installation

  1. Clone/copy this skill to your OpenClaw skills/ directory
  2. Get your API key from Apollo Settings → API
  3. Set the environment variable:
    export APOLLO_API_KEY=your_key_here
    

Command Line

# Search for VP Engineering at Stripe
python scripts/search_people.py --title "VP Engineering" --company Stripe

# Enrich a contact from email
python scripts/enrich_person.py --email john@example.com

# Search for healthcare companies
python scripts/search_companies.py --industry "Healthcare" --size "51-200"

# Enrich company from domain
python scripts/enrich_company.py --domain stripe.com

Once installed, just ask naturally:

  • "Find me VP Engineering contacts at Stripe"
  • "Enrich this email: john@example.com"
  • "Look up company info for stripe.com"
  • "Search for healthcare companies with 50-200 employees"

API Reference

Requirements

  • Python 3.8+
  • requests library
  • Apollo.io API key (paid plan required for API access)

License

Apache 2.0 — see LICENSE

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install apollo-io?

Run openclaw add @kesslerio/apollo-io in your terminal. This installs apollo-io into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/kesslerio/apollo-io. Review commits and README documentation before installing.