Enrich contacts and companies via Apollo.io for prospecting and sales intelligence. Use this skill when the user asks about contact details, company research, or finding decision-makers.
Scanned 5/27/2026
Install via CLI
openskills install BuilderIO/agent-native---
name: apollo
description: >
Enrich contacts and companies via Apollo.io for prospecting and sales intelligence.
Use this skill when the user asks about contact details, company research, or finding decision-makers.
---
# Apollo.io Integration (Contact & Company Enrichment)
## Connection
- **Base URL**: `https://api.apollo.io`
- **Auth**: `x-api-key: $APOLLO_API_KEY`
- **Env vars**: `APOLLO_API_KEY`
- **Caching**: 10-minute in-memory cache, max 120 entries
## Server Lib & API Routes
- **File**: `server/lib/apollo.ts`
### Exported Functions
| Function | Description |
| ------------------------------------- | --------------------------------------------------- |
| `searchPeople(params)` | Search people by criteria |
| `enrichPerson(email)` | Enrich a contact by email (returns null on failure) |
| `searchOrganizations(query, params?)` | Search companies |
| `enrichOrganization(domain)` | Enrich company by domain (returns null on failure) |
### API Routes
| Route | Description |
| ------------------------ | ------------------------- |
| `GET /api/apollo/search` | Search contacts/companies |
## Script Usage
```bash
# Search by email
pnpm action apollo-search --email=user@example.com
# Search by company
pnpm action apollo-search --company=Example Inc
# Search by domain
pnpm action apollo-search --domain=example.com
# Find decision-makers
pnpm action apollo-search --company=Example Inc --title=CTO
# Search by name
pnpm action apollo-search --name="John Smith"
```
## Key Patterns & Gotchas
- `enrichPerson` and `enrichOrganization` swallow errors and return `null` on failure (try/catch)
- API uses POST for all searches and enrichment — POST responses are cached for 10 minutes
- API endpoints: `/v1/mixed_people/search`, `/v1/people/match`, `/v1/mixed_companies/search`, `/v1/organizations/enrich`
- Pagination info available via `response.pagination?.total_entries`
No comments yet. Be the first to comment!
End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.
Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
CodeTour `.tour`ファイルを作成 — ペルソナターゲット、ステップバイステップウォークスルー(実際のファイルとラインアンカー付き)。オンボーディングツアー、アーキテクチャウォークスルー、PRツアー、RCAツアー、構造化「これがどのように機能するかを説明」リクエストに使用。
showコマンド、コンフィグ階層、ワイルドカードマスク、ACL配置、インターフェースハイジーン、安全な変更ウィンドウ検証のためのCisco IOSおよびIOS-XEレビューパターン。