-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclaw.json
More file actions
52 lines (52 loc) · 1.36 KB
/
Copy pathclaw.json
File metadata and controls
52 lines (52 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "ecommerce-website-data",
"version": "1.2.18",
"description": "The most comprehensive ecommerce store database — search and analyze 10M+ ecommerce websites and Shopify stores. Get ecommerce data including revenue (GMV), traffic, tech stack, installed apps, social media followers, and decision-maker contacts. Covers Shopify, WooCommerce, Wix, BigCommerce, and more. Perfect for ecommerce competitor analysis, store research, and lead generation.",
"author": "eccompass.ai",
"license": "Proprietary",
"permissions": [
"network"
],
"credentials": {
"APEX_TOKEN": {
"description": "ECcompass API access token. Sign up at https://eccompass.ai, then go to Dashboard → API Access → Create Token.",
"required": true
}
},
"requires": {
"bins": [
"python3"
],
"env": [
"APEX_TOKEN"
]
},
"entry": "SKILL.md",
"tags": [
"ecommerce",
"ecommerce-store",
"ecommerce-website",
"ecommerce-data",
"shopify",
"shopify-store",
"online-store",
"analytics",
"competitor-analysis",
"market-intelligence",
"dtc",
"lead-generation"
],
"models": [
"claude-*",
"gpt-*",
"gemini-*",
"deepseek-*",
"qwen-*",
"glm-*",
"kimi-*",
"minimax-*"
],
"pricing": "free",
"support_url": "https://eccompass.ai",
"homepage": "https://eccompass.ai"
}