← Back to Skills Marketplace
Foreign Trade Leads
by
Xingfan0828
· GitHub ↗
· v1.0.0
· MIT-0
139
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install foreign-trade-leads
Description
从 Google Maps 抓取 B2B 外贸潜在客户名单。用于找海外分销商、批发商、采购商、本地商家线索;触发词包括“获客”“找客户”“Google Maps客户”“外贸客户名单”。
README (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
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.
Usage Guidance
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install foreign-trade-leads - After installation, invoke the skill by name or use
/foreign-trade-leads - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial public release: Google Maps B2B lead scraping skill
Metadata
Frequently Asked Questions
What is Foreign Trade Leads?
从 Google Maps 抓取 B2B 外贸潜在客户名单。用于找海外分销商、批发商、采购商、本地商家线索;触发词包括“获客”“找客户”“Google Maps客户”“外贸客户名单”。 It is an AI Agent Skill for Claude Code / OpenClaw, with 139 downloads so far.
How do I install Foreign Trade Leads?
Run "/install foreign-trade-leads" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Foreign Trade Leads free?
Yes, Foreign Trade Leads is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Foreign Trade Leads support?
Foreign Trade Leads is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Foreign Trade Leads?
It is built and maintained by Xingfan0828 (@xingfan0828); the current version is v1.0.0.
More Skills