9.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.
Skill Snapshot
| 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. OpenClaw Skills integration. |
| owner | kesslerio |
| repository | kesslerio/apollo-io |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @kesslerio/apollo-io |
| last updated | Feb 7, 2026 |
Maintainer

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
- Get your API key from Apollo Settings → API
- Set environment variable:
export APOLLO_API_KEY=your_key_here
Capabilities
People Search
Find prospects by job title, location, company, and more.
python <skill>/scripts/search_people.py --title "VP Engineering" --company Stripe
Person Enrichment
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-Keyheader
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
- Clone/copy this skill to your OpenClaw
skills/directory - Get your API key from Apollo Settings → API
- Set the environment variable:
export APOLLO_API_KEY=your_key_here
Usage
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
In OpenClaw
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
- Apollo API Documentation
- Base URL:
https://api.apollo.io/v1 - Auth:
X-Api-Keyheader
Requirements
- Python 3.8+
requestslibrary- 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.
