← 返回 Skills 市场
SMB Sales Boost — B2B Lead Database of SMBs for Cold Outreach & GTM
作者
Tomsonx232
· GitHub ↗
· v1.9.0
· MIT-0
709
总下载
0
收藏
1
当前安装
10
版本数
在 OpenClaw 中安装
/install smb-sales-boost-leads
功能描述
Query and manage leads from the SMB Sales Boost B2B lead database. Search newly registered businesses, filter by location/industry/keywords, export leads, ma...
安全使用建议
This skill appears to do what it claims: it needs your SMB_SALES_BOOST_API_KEY to call the API and will save exported lead files (which contain PII) to disk. Before installing or using it: 1) Only provide a key you trust to this skill and avoid embedding a long-lived key in shared environments; 2) Override the default output directory (--output-dir) to a secure location you control and clean exports when done; 3) Always confirm with the agent before performing purchases or exports that consume credits (the API can create real Stripe checkout sessions and charges); 4) Be mindful of rate limits and credit usage (new leads and exports may incur costs); 5) Note the skill source is listed as unknown and there is no homepage—if provenance matters, obtain the skill from a known/published provider or inspect the code yourself before use.
功能分析
Type: OpenClaw Skill
Name: smb-sales-boost-leads
Version: 1.9.0
The skill bundle provides a legitimate and well-documented interface for the SMB Sales Boost B2B lead generation service. The included Python client (smb_api.py) is written with security best practices, specifically implementing safeguards against path traversal (via os.path.basename and extension allowlisting) and shell injection (by using the requests library for structured API calls). The SKILL.md instructions provide clear guidance for the AI agent, including explicit requirements to obtain user confirmation before executing financial transactions (Stripe charges) or handling PII, and it contains no evidence of malicious intent, data exfiltration, or prompt injection attacks.
能力标签
能力评估
Purpose & Capability
Name/description match the declared requirements and included code. The only required credential is SMB_SALES_BOOST_API_KEY which is appropriate for an API client that queries and exports leads. No unrelated env vars or binaries are requested.
Instruction Scope
SKILL.md instructs the agent to request and reuse the API key, call the documented API endpoints, and save exports to an output directory. It explicitly warns that exports contain PII and that programmatic purchase endpoints create real Stripe charges and must be confirmed with the user. This is within scope but requires care: the skill will download and write exported lead files (containing phone numbers/emails) to disk by default, and it exposes endpoints that can initiate paid purchases — the agent MUST confirm with the user before using purchase endpoints or exporting large numbers of new leads.
Install Mechanism
No install spec is present (instruction-only skill with bundled code). There are no downloads from arbitrary URLs or install steps that write/execute additional code. The included smb_api.py is a straightforward API client.
Credentials
Only SMB_SALES_BOOST_API_KEY is required and declared as the primary credential. That is proportional to the stated functionality. No unrelated secrets or multiple credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request elevated platform privileges. It writes exported files to an output directory (default /mnt/user-data/outputs), which is expected behavior for an exporter but is something the user should control to avoid leaving PII in public/unprotected locations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install smb-sales-boost-leads - 安装完成后,直接呼叫该 Skill 的名称或使用
/smb-sales-boost-leads触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
SMB Sales Boost — B2B Lead Database of SMBs for Cold Outreach & GTM 是什么?
Query and manage leads from the SMB Sales Boost B2B lead database. Search newly registered businesses, filter by location/industry/keywords, export leads, ma... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 709 次。
如何安装 SMB Sales Boost — B2B Lead Database of SMBs for Cold Outreach & GTM?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install smb-sales-boost-leads」即可一键安装,无需额外配置。
SMB Sales Boost — B2B Lead Database of SMBs for Cold Outreach & GTM 是免费的吗?
是的,SMB Sales Boost — B2B Lead Database of SMBs for Cold Outreach & GTM 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SMB Sales Boost — B2B Lead Database of SMBs for Cold Outreach & GTM 支持哪些平台?
SMB Sales Boost — B2B Lead Database of SMBs for Cold Outreach & GTM 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SMB Sales Boost — B2B Lead Database of SMBs for Cold Outreach & GTM?
由 Tomsonx232(@tomsonx232)开发并维护,当前版本 v1.9.0。
推荐 Skills