Agent skill
apollo
Interact with Apollo.io REST API (people/org enrichment, search, lists).
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/apollo-moltbot-skills
Metadata
Additional technical details for this skill
- clawdbot
-
{ "os": [ "darwin", "linux" ], "emoji": "\ud83d\udef0\ufe0f" }
SKILL.md
Apollo.io
Interact with Apollo.io via REST API.
Config
Create config/apollo.env (example at config/apollo.env.example):
APOLLO_BASE_URL(usuallyhttps://api.apollo.io)APOLLO_API_KEY
Scripts load this automatically.
Commands
Low-level helpers
- GET:
skills/apollo/scripts/apollo-get.sh "/api/v1/users"(endpoint availability may vary) - People search (new):
skills/apollo/scripts/apollo-people-search.sh "vp marketing" 1 5 - POST (generic):
skills/apollo/scripts/apollo-post.sh "/api/v1/mixed_people/api_search" '{"q_keywords":"vp marketing","page":1,"per_page":5}'
Enrichment (common)
- Enrich website/org by domain:
skills/apollo/scripts/apollo-enrich-website.sh "apollo.io" - Get complete org info (bulk):
skills/apollo/scripts/apollo-orgs-bulk.sh "6136480939c707388501e6b9"
Notes
- Apollo authenticates via
X-Api-Keyheader (these scripts send it automatically). - Some endpoints require a master API key and a paid plan (Apollo returns
403in that case). - Rate limiting is common (e.g. 600/hour on many endpoints); handle
429responses.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?