← Back to Skills Marketplace
roger52027

ecommerce-lead-contacts

by eccompass.ai · GitHub ↗ · v1.0.9 · MIT-0
cross-platform ✓ Security Clean
176
Downloads
0
Stars
0
Active Installs
10
Versions
Install in OpenClaw
/install ecommerce-lead-contacts
Description
Free, instant access to verified LinkedIn Profiles and business emails for 14M+ e-commerce stores. Capabilities: Input the store URL to retrieve decision-mak...
README (SKILL.md)

Ecommerce Lead Contacts

Free, one-click access to verified LinkedIn profiles and business emails for 14M+ ecommerce stores. Input the store URL and instantly retrieve decision-maker contact information.

Data Coverage

Powered by EcCompass AI — one of the world's largest DTC databases — this skill delivers free, monthly-updated verified contacts for 14M+ global ecommerce stores.

Metric Value
Total domains 14,000,000+
Countries 200+
Platforms Shopify, WooCommerce, Wix, Squarespace, and more
Lead Contacts Verified LinkedIn profiles and business emails
Update frequency      Monthly

Part of EcCompass Skill Set

This Sub-skill is built by ECcompass.ai. Focused Sub-skills let you use only what you need, combine flexibly, and get clean outputs.

Prefer all-in-one? Install Ecommerce Website Data — includes all Sub-Skills with the same free API token.

All features below are already available in Ecommerce Website Data. The "Status" column indicates standalone Sub-Skill availability.

Section Sub-Skill Description Status
Site Search Supplier Lead Filter Filter sites by category, traffic, tech stack — surface the most qualified leads.     In dev
Competitor Discovery Find every player in your niche before they find you. In dev
Merchant Discovery Find top-rated merchants carrying what you're looking for. In dev
Site Analysis Lead Contacts (You are here)    Get LinkedIn profile and business email for any domain. Live
Historical GMV Track GMV over time — spot growth trajectories and plateaus. In dev
Tech Stack Reveal plugins, themes, builders, and integrations. In dev
Traffic Monitor Understand visits, page views, and peer rankings. In dev
Product Analysis See categories, catalogue size, and pricing range. In dev
Social Media Gauge social footprint and audience growth. In dev
Market Analysis   Builder Platform Monitor Track market share shifts between Shopify, WooCommerce, etc. In dev
Plugin Install Trends See which plugins are gaining traction. In dev
Category Popularity Spot which product categories are heating up. In dev

Usage Notes

  • Contact verification — All emails and LinkedIn profiles are verified and updated monthly.
  • Single domain per request — Only one store URL can be queried at a time. For multiple domains, make separate requests.
  • Data only, no automation — This tool retrieves contact info only. It does not send emails or LinkedIn messages automatically.

Setup

100% Free. One-minute setup.

  1. Sign up at https://eccompass.ai
  2. Go to Dashboard → API Access → Create Token
  3. Set the environment variable:
export APEX_TOKEN="your_token_here"

Quick Start

IMPORTANT: Always use the Python script for API calls. It has the correct base URL and authentication built in.

# Get LinkedIn contacts
python3 {baseDir}/scripts/query.py contacts ooni.com

API Base URL

https://api.eccompass.ai

CRITICAL: All API paths start with /public/api/v1/. The /public prefix is mandatory — without it, you will get an authentication error. Never omit /public from the path.

API Endpoints

GET https://api.eccompass.ai/public/api/v1/contacts/{domain}

curl -H "APEX_TOKEN: $APEX_TOKEN" https://api.eccompass.ai/public/api/v1/contacts/ooni.com

Returns verified LinkedIn contacts for a domain's company: name, position, email, LinkedIn profile URL. Use for lead generation, decision-maker lookup, or outreach.

Requirements

  • Python 3.6+
  • Network access to api.eccompass.ai
  • APEX_TOKEN environment variable (get yours at eccompass.ai)

Documentation

License

Proprietary — EcCompass AI

Support

For questions, issues, or feature requests, visit EcCompass AI.

Usage Guidance
This skill appears to do what it claims: it runs a local Python CLI that queries api.eccompass.ai using an APEX_TOKEN. Before installing, verify the EcCompass service (https://eccompass.ai) is legitimate and that you trust the API token provider. Keep your APEX_TOKEN secret (do not paste into public chat or share), and consider using a scoped or read-only token if EcCompass supports it. If you want extra assurance, review scripts/query.py locally (it’s included) and run it in an isolated environment (container) first to confirm behavior. Note the small metadata mismatch: the token is required but not marked as the 'primary' credential in the package metadata — this is likely cosmetic, not malicious.
Capability Analysis
Type: OpenClaw Skill Name: ecommerce-lead-contacts Version: 1.0.9 The skill bundle provides a legitimate interface for the EcCompass AI API, allowing users to retrieve e-commerce store analytics and lead contact information. The core logic in `scripts/query.py` is a straightforward API client using standard Python libraries, and the instructions in `SKILL.md` correctly guide the agent to use the tool for its stated purpose without any signs of prompt injection or malicious intent.
Capability Assessment
Purpose & Capability
Name/description (lead contacts) aligns with required binary (python3), network permission, and the single required env var APEX_TOKEN which the code uses to call https://api.eccompass.ai. Minor inconsistency: the package metadata does not declare APEX_TOKEN as the primary credential even though it is the sole required env var.
Instruction Scope
SKILL.md instructs the agent to call the EcCompass API (via provided Python script or curl) and to set APEX_TOKEN. The instructions do not ask the agent to read unrelated files, harvest local data, or transmit data to endpoints other than api.eccompass.ai.
Install Mechanism
No install spec is provided (instruction-only entry), which minimizes installer risk. There is a bundled Python CLI script (scripts/query.py) that the agent is told to run directly; nothing in the repo downloads or executes third-party payloads.
Credentials
The skill requires a single API token (APEX_TOKEN) which is proportionate to calling a third-party API. The code reads only APEX_TOKEN from the environment and sends it to api.eccompass.ai. As noted above, the metadata omits marking APEX_TOKEN as the 'primary' credential, a small metadata mismatch but not a functional concern.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system configs, and contains no background persistence or automatic installation steps. Autonomous invocation is allowed (platform default) but not combined with other red flags.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ecommerce-lead-contacts
  3. After installation, invoke the skill by name or use /ecommerce-lead-contacts
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.9
- Updated branding from "ECcompass" to "EcCompass AI" throughout documentation. - Minor formatting adjustments in tables and text for clarity. - Changed "Tech Stack Detection" to "Tech Stack" in the features list. - Improved support and license links for consistency.
v1.0.8
- Version bump from 1.0.6 to 1.0.8. - No file or content changes detected in this release.
v1.0.7
No visible file changes detected between versions 1.0.6 and 1.0.7. - No updates or modifications were made in this release. - All features and documentation remain unchanged from the previous version.
v1.0.6
- Updated to version 1.0.6. - Minor documentation adjustments for clarity and formatting in the feature comparison table. - No functional or API changes.
v1.0.5
- Minor formatting adjustments in SKILL.md for improved readability. - No changes to core functionality, API usage, or requirements. - Updated whitespace and spacing in tables and section headers. - Content and instructions remain unchanged.
v1.0.4
- Updated markdown table formatting to use consistent colon alignment for improved readability. - No changes to functionality, features, API, or requirements. - Version bump to 1.0.4; documentation updated only.
v1.0.3
- Updated the description of the skill set section for clarity and simplicity. - Revised the roadmap table to clarify which features are live and which are still in development. - Streamlined explanations about Sub-skills and all-in-one installation options. - No functional changes were made; content changes only.
v1.0.2
- Introduced modular skill structure, designating this as a Sub-Skill within the EcCompass toolkit. - Added "Part of EcCompass Modular Toolkit" section, clarifying integration with the broader Ecommerce Website Data tool. - Included a detailed Roadmap outlining current and planned Sub-Skills and their status. - Updated documentation to guide users on choosing modular vs all-in-one installation. - No changes to core features or API functionality.
v1.0.1
- Added a new "Go Deeper" section highlighting the related skill ecommerce-website-data and cross-promoting additional store analytics capabilities. - No core feature or API changes; all usage, setup, and endpoints remain the same.
v1.0.0
- Initial release: free access to verified LinkedIn profiles and business emails for 14M+ ecommerce stores. - Retrieve decision-maker contacts by submitting a store URL; supports one domain per request. - Data covers 200+ countries and major ecommerce platforms, updated monthly. - Contacts provided include name, position, email, and LinkedIn profile URL. - Requires signup at eccompass.ai and a personal API token (APEX_TOKEN). - API documentation, usage examples, and support available via eccompass.ai.
Metadata
Slug ecommerce-lead-contacts
Version 1.0.9
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 10
Frequently Asked Questions

What is ecommerce-lead-contacts?

Free, instant access to verified LinkedIn Profiles and business emails for 14M+ e-commerce stores. Capabilities: Input the store URL to retrieve decision-mak... It is an AI Agent Skill for Claude Code / OpenClaw, with 176 downloads so far.

How do I install ecommerce-lead-contacts?

Run "/install ecommerce-lead-contacts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ecommerce-lead-contacts free?

Yes, ecommerce-lead-contacts is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does ecommerce-lead-contacts support?

ecommerce-lead-contacts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ecommerce-lead-contacts?

It is built and maintained by eccompass.ai (@roger52027); the current version is v1.0.9.

💬 Comments