← 返回 Skills 市场
xingfan0828

Foreign Trade Leads

作者 Xingfan0828 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
139
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install foreign-trade-leads
功能描述
从 Google Maps 抓取 B2B 外贸潜在客户名单。用于找海外分销商、批发商、采购商、本地商家线索;触发词包括“获客”“找客户”“Google Maps客户”“外贸客户名单”。
使用说明 (SKILL.md)

Foreign Trade Leads

Use this skill when the user asks to collect overseas B2B leads from Google Maps.

Do

  • Confirm the product keyword, target country/region, and target count.
  • Prefer Google Maps first for local distributors, wholesalers, retailers, and importers.
  • Run the bundled script instead of rewriting the scraper.
  • Save output as CSV in the current workspace.

Inputs to confirm

  • Product keyword in English, e.g. shower head distributor
  • Region, e.g. USA, California, Germany
  • Count, e.g. 30, 50, 100

Command

Run:

python3 scripts/get_google_maps_leads.py "\x3Ckeyword>" "\x3Cregion>" \x3Ccount>

Example:

python3 scripts/get_google_maps_leads.py "shower head distributor" "USA" 50

Output

The script writes a CSV with these columns:

  • name
  • phone
  • address
  • website
  • email

Notes

  • Google Maps may rate-limit or block scraping.
  • Use moderate target sizes and avoid aggressive repeated runs.
  • If Chrome/driver is unavailable, stop and report the environment issue.
安全使用建议
This skill runs a headless Selenium/Chrome scraper that will open Google Maps pages and save results to a CSV in the workspace. Before installing or running: ensure you have Chrome, Chromedriver and the selenium Python package available; run it in an isolated environment (it executes arbitrary Python code); confirm scraping Google Maps is acceptable under your legal/compliance rules and Google’s Terms of Service; avoid large/automated runs to reduce blocking risk; sanitize inputs (don’t pass untrusted strings that could produce unexpected file paths) and review the script if you need additional throttling or output path protections.
能力评估
Purpose & Capability
Name/description (scraping Google Maps for B2B leads) matches the provided script and SKILL.md. The script collects name/phone/address/website and writes CSV as claimed. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to run the bundled scraper and to stop if Chrome/driver is unavailable — this is scoped to the stated purpose. Minor issues: the script constructs output filenames from keyword/location without sanitization (could allow unexpected file paths), and it provides only basic rate-limiting (random sleeps) — the instructions do not require or enforce safer throttling or legal/ToS checks.
Install Mechanism
No install spec is provided (instruction-only), which minimizes disk installs, but the script depends on external runtime components (Chrome/Chromedriver and the selenium package) that are not declared. SKILL.md mentions the Chrome/driver requirement but does not provide an install path.
Credentials
The skill requests no environment variables or credentials. That is proportional to a local scraper. There are no hidden env accesses in the code.
Persistence & Privilege
always:false and no special privileges are requested. The skill does not modify other skills or system configuration; it simply runs a script and writes a local CSV.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install foreign-trade-leads
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /foreign-trade-leads 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release: Google Maps B2B lead scraping skill
元数据
Slug foreign-trade-leads
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Foreign Trade Leads 是什么?

从 Google Maps 抓取 B2B 外贸潜在客户名单。用于找海外分销商、批发商、采购商、本地商家线索;触发词包括“获客”“找客户”“Google Maps客户”“外贸客户名单”。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 Foreign Trade Leads?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install foreign-trade-leads」即可一键安装,无需额外配置。

Foreign Trade Leads 是免费的吗?

是的,Foreign Trade Leads 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Foreign Trade Leads 支持哪些平台?

Foreign Trade Leads 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Foreign Trade Leads?

由 Xingfan0828(@xingfan0828)开发并维护,当前版本 v1.0.0。

💬 留言讨论