5.3k★by mrgoodb
clearbit – OpenClaw Skill
clearbit is an OpenClaw Skills integration for data analytics workflows. Enrich leads and companies via Clearbit API. Get company and person data.
5.3k stars6.4k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026data analytics
Skill Snapshot
| name | clearbit |
| description | Enrich leads and companies via Clearbit API. Get company and person data. OpenClaw Skills integration. |
| owner | mrgoodb |
| repository | mrgoodb/clearbit |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @mrgoodb/clearbit |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
2 files
.
_meta.json
269 BSKILL.md
900 BSKILL.md
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
export CLEARBIT_API_KEY="sk_xxxxxxxxxx"
Enrich Person
curl "https://person.clearbit.com/v2/people/find?email=user@example.com" \
-u "$CLEARBIT_API_KEY:"
Enrich Company
curl "https://company.clearbit.com/v2/companies/find?domain=example.com" \
-u "$CLEARBIT_API_KEY:"
Combined Enrichment
curl "https://person.clearbit.com/v2/combined/find?email=user@example.com" \
-u "$CLEARBIT_API_KEY:"
Reveal (IP to Company)
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
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install clearbit?
Run openclaw add @mrgoodb/clearbit in your terminal. This installs clearbit into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/mrgoodb/clearbit. Review commits and README documentation before installing.
