Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
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.
User asks: enrich company data for stripe.com
- 1Load APOLLO_API_KEY and APOLLO_BASE_URL from config/apollo.env
- 2Call apollo-enrich-website.sh with domain argument "stripe.com"
- 3Send GET request to Apollo enrichment endpoint with X-Api-Key header
- 4Parse and return JSON response with org firmographics
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.