LaunchKit · 2026
Back to Skills

smb-sales-boost-leads

Query and manage leads from the SMB Sales Boost B2B lead database.

0
360 downloads
by @tomsonx232

Setup & Installation

openclaw skills install @tomsonx232/smb-sales-boost-leads

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install smb-sales-boost-leads

Version History

v1.3.0Mar 14, 2026 - Version note by skill developer:

**Changelog for smb-sales-boost-leads v1.3.0** - Added support for new subscription plans: Starter, Growth, and Scale; legacy Pro/Agency plans removed. - Introduced a credit-based export system for Starter, Growth, and Scale plans, with detailed per-credit pricing info. - Added documentation for purchasing credits and subscriptions via API (programmatic purchase). - Enhanced lead filtering: new fields such as `search` (full-text), `updateReasonFilter`, support for relative dates, and additional phone/email filters. - Expanded and clarified rate limits, including new programmatic purchase and claim key limits. - Updated/revised descriptions of lead "Last Updated," credit usage, and export logic for greater clarity.

What This Skill Does

Connects to the SMB Sales Boost API to search, filter, and export B2B leads for newly registered small and medium US businesses. Two databases are available: home improvement contractors (phone numbers, star ratings) and general businesses (phone, email, website data, registration dates). Includes AI keyword generation, filter presets, and scheduled email delivery to sales teams.

Natural language queries are translated into multi-variation wildcard API calls automatically, avoiding the manual effort of constructing URL-encoded filter strings with keyword permutations.

When to use it

  • Finding newly registered dental practices in Texas updated in the past week
  • Exporting filtered aesthetics leads as CSV with a credit spending cap
  • Splitting daily fresh leads evenly across a sales team via scheduled email
  • Generating wildcard keyword lists with AI for a target industry vertical
  • Saving recurring search filters as presets for repeated outreach campaigns

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Find med spas and aesthetics businesses in Florida registered in the last 6 months and export up to 100 leads

AGENT
  1. 1Calls GET /leads with positiveKeywords covering med spa variations, stateInclude FL, and registrationDateFrom rel:6m to preview matching results
  2. 2Checks credit balance via GET /me to confirm sufficient credits for the export
  3. 3Calls POST /leads/export with the same filters, maxLeads 100, and a maxCredits cap
  4. 4Saves the returned CSV file and reports credits used and remaining balance
OUTPUT

CSV file of up to 100 Florida med spa and aesthetics leads registered in the last 6 months, with credit usage summary

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

SMB Sales Boost API key (smbk_ prefix, generated from Dashboard > API tab)Active SMB Sales Boost subscription (Starter, Growth, Scale, Platinum, or Enterprise)