Enrich leads and companies via Clearbit API. Get company and person data.
Scanned 2/12/2026
Install via CLI
openskills install openclaw/skills---
name: clearbit
description: Enrich leads and companies via Clearbit API. Get company and person data.
metadata: {"clawdbot":{"emoji":"✨","requires":{"env":["CLEARBIT_API_KEY"]}}}
---
# Clearbit
Data enrichment.
## Environment
```bash
export CLEARBIT_API_KEY="sk_xxxxxxxxxx"
```
## Enrich Person
```bash
curl "https://person.clearbit.com/v2/people/find?email=user@example.com" \
-u "$CLEARBIT_API_KEY:"
```
## Enrich Company
```bash
curl "https://company.clearbit.com/v2/companies/find?domain=example.com" \
-u "$CLEARBIT_API_KEY:"
```
## Combined Enrichment
```bash
curl "https://person.clearbit.com/v2/combined/find?email=user@example.com" \
-u "$CLEARBIT_API_KEY:"
```
## Reveal (IP to Company)
```bash
curl "https://reveal.clearbit.com/v1/companies/find?ip=8.8.8.8" \
-u "$CLEARBIT_API_KEY:"
```
## Links
- Dashboard: https://dashboard.clearbit.com
- Docs: https://clearbit.com/docs
No comments yet. Be the first to comment!
Interact with the Paperclip control plane API to manage tasks, coordinate with other agents, and follow company governance. Use when you need to check assignments, update task status, delegate work, post comments, set up or manage routines (recurring scheduled tasks), or call any Paperclip API endpoint. Do NOT use for the actual domain work itself (writing code, research, etc.) — only for Paperclip coordination.