v1.9.0
SMB Sales Boost Leads v1.9.0 Changelog
- Added highest-tier (Platinum and Enterprise) monthly credit purchase limits to the documentation.
- Expanded account profile details to include new fields: totalLeadsExported, monthlyLeadsExported, and autoTopUp configuration details.
- Clarified that credit pricing table now includes max purchase per transaction for all plan tiers.
- No functional code changes; documentation improvements only.
v1.8.0
SMB Sales Boost Skill v1.8.0
- Updated metadata to specify required environment variables (SMB_SALES_BOOST_API_KEY) using the "openclaw" format.
- Clarified description regarding the required API key and the handling of purchase endpoints.
- No functional or interface changes to endpoint usage or data flow.
- Documentation and metadata improvements for compatibility and integration.
v1.7.0
Listed required credentials in YAML description
v1.6.0
**smb-sales-boost-leads v1.6.0 changelog**
- SKILL.md updated to clarify required credentials: now explicitly states that the SMB_SALES_BOOST_API_KEY environment variable is required.
- Added warnings that exports include PII and must be handled with care.
- Programmatic purchase endpoints are now explicitly documented as generating real Stripe charges, with a clear instruction to always confirm with the user before executing.
- No functional or file changes in code; documentation only.
v1.5.0
SMB Sales Boost Leads Skill v1.5.0
- Added metadata for API key requirements and environment variable guidance in the manifest.
- Introduced tags for discoverability and clarified data sensitivity regarding exported PII.
- Documented export file storage location and instructions for handling lead exports securely.
- No changes to core functionality or endpoints.
v1.4.0
**Version 1.4.0 Changelog**
- Updated credit system: Credits are now required for both querying (GET /leads) and exporting leads, not just exports.
- Added control parameters: New `maxCredits` and `maxResults` options allow for credit-optimized querying and exporting.
- Enhanced re-query/export logic: Previously-exported leads can now be re-queried or re-exported at no credit cost.
- Expanded plan/cost details: Credit pricing, monthly credits, and per-transaction limits now shown by plan; additional support for purchasing and auto top-ups.
- Updated rate limits and AI endpoint details for improved clarity.
- Added notes on how search handles wildcards and space-to-wildcard matching for URLs.
v1.3.0
**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.
v1.2.0
- Added detailed explanation of rate limits for AI features and email schedule triggers, including new AI auto-refine endpoints.
- Clarified database differences: Home Improvement now noted as phone-only, Other database supports both phone and email leads for multi-channel outreach.
- Updated rate limit section to list individual endpoint limits for exports, AI category suggestions, AI keyword generation, and more.
- Minor clarifications to parameter descriptions for improved usability and accuracy.
v1.1.0
v1.1.0
Security hardening and improved search examples. Replaced curl-based API examples with a reusable Python client (smb_api.py) to eliminate shell injection risks from user-provided input. Added filename sanitization for export file writes — basename extraction, extension allowlisting, and scoped output directory — to prevent path traversal vulnerabilities. Added * wildcard keyword support with multi-term search examples across diverse industries (dental, med spa, auto repair, pet services, bakery/catering, fitness). Updated openapi.json with wildcard pattern matching documentation for positiveKeywords and negativeKeywords parameters.
v1.0.0
Initial release. Full API coverage for SMB Sales Boost lead database — search/filter/export newly registered US businesses, AI-powered category suggestions, keyword generation, filter presets, email schedules, and export management. Supports both Home Improvement and General Business databases with 40+ filter parameters including location, keywords, ratings, and contact freshness via Last Updated date.