Foreign Trade Leads

v1.0.0

从 Google Maps 抓取 B2B 外贸潜在客户名单。用于找海外分销商、批发商、采购商、本地商家线索;触发词包括“获客”“找客户”“Google Maps客户”“外贸客户名单”。

0· 126·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xingfan0828/foreign-trade-leads.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Foreign Trade Leads" (xingfan0828/foreign-trade-leads) from ClawHub.
Skill page: https://clawhub.ai/xingfan0828/foreign-trade-leads
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install foreign-trade-leads

ClawHub CLI

Package manager switcher

npx clawhub@latest install foreign-trade-leads
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk9789xtqv02k1jaa9e917p3gb1843yyy
126downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

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 "<keyword>" "<region>" <count>

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.

Comments

Loading comments...