skills$openclaw/clearbit
mrgoodb5.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

nameclearbit
descriptionEnrich leads and companies via Clearbit API. Get company and person data. OpenClaw Skills integration.
ownermrgoodb
repositorymrgoodb/clearbit
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @mrgoodb/clearbit
last updatedFeb 7, 2026

Maintainer

mrgoodb

mrgoodb

Maintains clearbit in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
269 B
SKILL.md
900 B
SKILL.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:"
curl "https://reveal.clearbit.com/v1/companies/find?ip=8.8.8.8" \
  -u "$CLEARBIT_API_KEY:"
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.