{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clearbit",
    "name": "Clearbit",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/aiwithabidi/clearbit",
    "canonicalUrl": "https://clawhub.ai/aiwithabidi/clearbit",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clearbit",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clearbit",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/clearbit.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clearbit"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clearbit",
    "agentPageUrl": "https://openagent3.xyz/skills/clearbit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clearbit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clearbit/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "🔮 Clearbit",
        "body": "Clearbit — person enrichment, company enrichment, prospecting, and reveal (identify website visitors)."
      },
      {
        "title": "Requirements",
        "body": "VariableRequiredDescriptionCLEARBIT_API_KEY✅Clearbit API key (or HubSpot Clearbit key)"
      },
      {
        "title": "Quick Start",
        "body": "# Enrich person by email\npython3 {{baseDir}}/scripts/clearbit.py enrich-person --email <value>\n\n# Enrich company by domain\npython3 {{baseDir}}/scripts/clearbit.py enrich-company --domain <value>\n\n# Combined person + company lookup\npython3 {{baseDir}}/scripts/clearbit.py combined-lookup --email <value>\n\n# Prospect/search for leads\npython3 {{baseDir}}/scripts/clearbit.py prospect --query \"JSON filter object\"\n\n# Reveal company by IP address\npython3 {{baseDir}}/scripts/clearbit.py reveal --ip <value>\n\n# Find company domain by name\npython3 {{baseDir}}/scripts/clearbit.py name-to-domain --name <value>"
      },
      {
        "title": "Output Format",
        "body": "All commands output JSON by default."
      },
      {
        "title": "Script Reference",
        "body": "ScriptDescription{baseDir}/scripts/clearbit.pyMain CLI — all commands in one tool"
      },
      {
        "title": "Credits",
        "body": "Built by M. Abidi | agxntsix.ai\nYouTube | GitHub\nPart of the AgxntSix Skill Suite for OpenClaw agents.\n\n📅 Need help setting up OpenClaw for your business? Book a free consultation"
      }
    ],
    "body": "🔮 Clearbit\n\nClearbit — person enrichment, company enrichment, prospecting, and reveal (identify website visitors).\n\nRequirements\nVariable\tRequired\tDescription\nCLEARBIT_API_KEY\t✅\tClearbit API key (or HubSpot Clearbit key)\nQuick Start\n# Enrich person by email\npython3 {{baseDir}}/scripts/clearbit.py enrich-person --email <value>\n\n# Enrich company by domain\npython3 {{baseDir}}/scripts/clearbit.py enrich-company --domain <value>\n\n# Combined person + company lookup\npython3 {{baseDir}}/scripts/clearbit.py combined-lookup --email <value>\n\n# Prospect/search for leads\npython3 {{baseDir}}/scripts/clearbit.py prospect --query \"JSON filter object\"\n\n# Reveal company by IP address\npython3 {{baseDir}}/scripts/clearbit.py reveal --ip <value>\n\n# Find company domain by name\npython3 {{baseDir}}/scripts/clearbit.py name-to-domain --name <value>\n\nOutput Format\n\nAll commands output JSON by default.\n\nScript Reference\nScript\tDescription\n{baseDir}/scripts/clearbit.py\tMain CLI — all commands in one tool\nCredits\n\nBuilt by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.\n\n📅 Need help setting up OpenClaw for your business? Book a free consultation"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/aiwithabidi/clearbit",
    "publisherUrl": "https://clawhub.ai/aiwithabidi/clearbit",
    "owner": "aiwithabidi",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clearbit",
    "downloadUrl": "https://openagent3.xyz/downloads/clearbit",
    "agentUrl": "https://openagent3.xyz/skills/clearbit/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clearbit/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clearbit/agent.md"
  }
}