templates/analytics/.builder/skills/apollo/SKILL.md
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.
npx skillsauth add BuilderIO/agent-native apolloInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
https://api.apollo.iox-api-key: $APOLLO_API_KEYAPOLLO_API_KEYserver/lib/apollo.ts| 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) |
| Route | Description |
| ------------------------ | ------------------------- |
| GET /api/apollo/search | Search contacts/companies |
# Search by email
pnpm action apollo-search [email protected]
# 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"
enrichPerson and enrichOrganization swallow errors and return null on failure (try/catch)/v1/mixed_people/search, /v1/people/match, /v1/mixed_companies/search, /v1/organizations/enrichresponse.pagination?.total_entriestools
Public booking flow — the state machine, animations, and URL/app-state sync.
tools
Trigger-based automations — reminders, follow-ups, webhooks — across the booking lifecycle.
tools
Team event types, round-robin assignment, collective bookings, host weights, and no-show calibration.
development
The pure `computeAvailableSlots` function — inputs, outputs, invariants, and debugging guide.