ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

clearbit

Enrich leads and companies via Clearbit API. Get company and person data.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/mrgoodb/clearbit
Or

Clearbit

Data enrichment.

Environment

export CLEARBIT_API_KEY="sk_xxxxxxxxxx"

Enrich Person

curl "https://person.clearbit.com/v2/people/[email protected]" \
  -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/[email protected]" \
  -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

Metadata

Author@mrgoodb
Stars1401
Views0
Updated2026-02-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-mrgoodb-clearbit": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.