Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
**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.
User asks: Find med spas and aesthetics businesses in Florida registered in the last 6 months and export up to 100 leads
- 1Calls GET /leads with positiveKeywords covering med spa variations, stateInclude FL, and registrationDateFrom rel:6m to preview matching results
- 2Checks credit balance via GET /me to confirm sufficient credits for the export
- 3Calls POST /leads/export with the same filters, maxLeads 100, and a maxCredits cap
- 4Saves the returned CSV file and reports credits used and remaining balance
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.