Skills clearbit
Clearbit — person enrichment, company enrichment, prospecting, and reveal (identify website visitors).
install
source · Clone the upstream repo
git clone https://github.com/openclaw/skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/aiwithabidi/clearbit" ~/.claude/skills/openclaw-skills-clearbit && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/openclaw/skills "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/skills/aiwithabidi/clearbit" ~/.openclaw/skills/openclaw-skills-clearbit && rm -rf "$T"
manifest:
skills/aiwithabidi/clearbit/SKILL.mdsource content
🔮 Clearbit
Clearbit — person enrichment, company enrichment, prospecting, and reveal (identify website visitors).
Requirements
| Variable | Required | Description |
|---|---|---|
| ✅ | Clearbit API key (or HubSpot Clearbit key) |
Quick Start
# Enrich person by email python3 {{baseDir}}/scripts/clearbit.py enrich-person --email <value> # Enrich company by domain python3 {{baseDir}}/scripts/clearbit.py enrich-company --domain <value> # Combined person + company lookup python3 {{baseDir}}/scripts/clearbit.py combined-lookup --email <value> # Prospect/search for leads python3 {{baseDir}}/scripts/clearbit.py prospect --query "JSON filter object" # Reveal company by IP address python3 {{baseDir}}/scripts/clearbit.py reveal --ip <value> # Find company domain by name python3 {{baseDir}}/scripts/clearbit.py name-to-domain --name <value>
Output Format
All commands output JSON by default.
Script Reference
| Script | Description |
|---|---|
| Main CLI — all commands in one tool |
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation