ecommerce-lead-contacts

v1.0.9

Free, instant access to verified LinkedIn Profiles and business emails for 14M+ e-commerce stores. Capabilities: Input the store URL to retrieve decision-mak...

0· 63·0 current·0 all-time
byeccompass.ai@roger52027
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

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

latestvk97c0ywwxq9y7j1ry7khe7en75840308

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

Binspython3
EnvAPEX_TOKEN

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.

MetricValue
Total domains14,000,000+
Countries200+
PlatformsShopify, WooCommerce, Wix, Squarespace, and more
Lead ContactsVerified 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.

SectionSub-SkillDescriptionStatus
Site SearchSupplier Lead FilterFilter sites by category, traffic, tech stack — surface the most qualified leads.    In dev
Competitor DiscoveryFind every player in your niche before they find you.In dev
Merchant DiscoveryFind top-rated merchants carrying what you're looking for.In dev
Site AnalysisLead Contacts (You are here)   Get LinkedIn profile and business email for any domain.Live
Historical GMVTrack GMV over time — spot growth trajectories and plateaus.In dev
Tech StackReveal plugins, themes, builders, and integrations.In dev
Traffic MonitorUnderstand visits, page views, and peer rankings.In dev
Product AnalysisSee categories, catalogue size, and pricing range.In dev
Social MediaGauge social footprint and audience growth.In dev
Market Analysis  Builder Platform MonitorTrack market share shifts between Shopify, WooCommerce, etc.In dev
Plugin Install TrendsSee which plugins are gaining traction.In dev
Category PopularitySpot 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.

Files

7 total
Select a file
Select a file to preview.

Comments

Loading comments…