LaunchKit · 2026
Back to Skills

apollo

Interact with Apollo.io REST API (people/org enrichment, search, lists).

3
4.6k downloads
by @jhumanj

Setup & Installation

openclaw skills install @jhumanj/apollo

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install apollo

What This Skill Does

Scripts for calling the Apollo.io REST API to search for people, enrich contact and organization data, and manage lists. Authenticates via API key and wraps common endpoints into shell commands.

Wraps Apollo's verbose REST calls into single shell commands, reducing the setup needed to query enrichment and search endpoints from a terminal or script.

When to use it

  • Look up firmographic data for a company by domain
  • Search for leads by job title or keyword
  • Bulk-fetch organization details by Apollo ID
  • Enrich a prospect's contact record before outreach
  • Audit which Apollo endpoints are accessible on your plan

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: enrich company data for stripe.com

AGENT
  1. 1Load APOLLO_API_KEY and APOLLO_BASE_URL from config/apollo.env
  2. 2Call apollo-enrich-website.sh with domain argument "stripe.com"
  3. 3Send GET request to Apollo enrichment endpoint with X-Api-Key header
  4. 4Parse and return JSON response with org firmographics
OUTPUT

JSON object with company name, industry, headcount, funding, and related metadata

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

APOLLO_API_KEY environment variableApollo.io account (paid plan required for some endpoints)