Install
openclaw skills install ecommerce-product-proAI-powered ecommerce product research tool for Amazon FBA, Shopify, and dropshipping. Find winning products, analyze competition, estimate profits, and track trends.
openclaw skills install ecommerce-product-proAI-powered product research for ecommerce winners.
Find winning products for Amazon FBA, Shopify, and dropshipping. Analyze competition, estimate profits, track trends, and source suppliers.
本技能已升级至 V2.0 标准,包含:
tasks/KNOWLEDGE.md)/cross-review)tools/README.md)tasks/SESSION-SNAPSHOT.md)电商选品咨询 & 定制服务:
| 服务 | 价格 | 交付 |
|---|---|---|
| 精选产品报告 | ¥800/份 | 10 个潜力产品 + 分析 |
| 竞品深度分析 | ¥1,500/份 | 完整市场格局 + 机会点 |
| 供应链对接 | ¥2,000/次 | verified 供应商推荐 |
| 月度选品顾问 | ¥6,000/月 | 每周 5 个新品推荐 |
精选产品报告 ¥800/份:
扫码支付
[支付宝收款码]
备注:电商选品 + 类目
支付后联系: [待添加] 微信/Telegram,发送支付截图 + 类目
交付周期: 24-48 小时
成功案例: 帮助 20+ 卖家找到月销 10 万 + 产品
Ecommerce sellers struggle with:
Ecommerce Product Pro provides:
clawhub install ecommerce-product-pro
const { EcommerceProductPro } = require('ecommerce-product-pro');
const research = new EcommerceProductPro({
apiKey: 'your-api-key',
marketplace: 'amazon', // amazon, shopify, dropshipping
targetCountry: 'US',
budget: 5000 // Initial investment budget
});
const products = await research.findWinningProducts({
niche: 'home fitness',
minPrice: 20,
maxPrice: 100,
minMargin: 30, // Minimum 30% margin
maxCompetition: 'medium',
count: 20
});
console.log(products);
// [
// {
// product: 'Resistance Bands Set',
// niche: 'home fitness',
// price: 29.99,
// monthlySales: 3500,
// competition: 'low',
// margin: 45,
// opportunityScore: 92,
// trend: 'rising',
// seasonality: 'year-round'
// }
// ]
const analysis = await research.analyzeProduct({
asin: 'B08XYZ123', // Amazon ASIN
orUrl: 'https://amazon.com/dp/B08XYZ123'
});
console.log(analysis);
// {
// product: 'Resistance Bands Set',
// price: 29.99,
// monthlyRevenue: 104965,
// reviews: 2847,
// avgRating: 4.5,
// competition: 'medium',
// marketShare: 'top 10%',
// fbaFees: 8.50,
// estimatedProfit: 12.30,
// margin: 41
// }
const profit = await research.calculateProfit({
sellingPrice: 29.99,
productCost: 8.50,
shippingCost: 3.20,
marketplace: 'amazon',
fbaFulfillment: true,
dimensions: { length: 10, width: 8, height: 2, weight: 0.5 }
});
console.log(profit);
// {
// revenue: 29.99,
// costs: {
// product: 8.50,
// shipping: 3.20,
// fbaFees: 5.80,
// referral: 4.50,
// total: 22.00
// },
// profit: 7.99,
// margin: 26.6,
// roi: 36.3
// }
const suppliers = await research.findSuppliers({
product: 'resistance bands set',
minMOQ: 100,
maxPrice: 10,
verified: true
});
console.log(suppliers);
// [
// {
// name: 'XYZ Manufacturing',
// price: 6.50,
// moq: 200,
// rating: 4.8,
// years: 8,
// verified: true,
// responseTime: '< 24h'
// }
// ]
const trends = await research.trackTrends({
niche: 'home fitness',
period: '90d'
});
console.log(trends);
// Trending products, growth rates, seasonal patterns
const validation = await research.validateProduct({
asin: 'B08XYZ123',
criteria: {
minMargin: 30,
maxCompetition: 'medium',
minDemand: 1000
}
});
// Returns pass/fail with detailed scoring
const niche = await research.analyzeNiche({
niche: 'pet supplies',
depth: 'comprehensive'
});
// Market size, top products, competition level, opportunities
const tracking = await research.trackCompetitor({
asins: ['B08XYZ123', 'B09ABC456'],
metrics: ['price', 'rank', 'reviews']
});
// Daily price/rank/review tracking
const seasonal = await research.findSeasonalProducts({
month: 'December',
leadTime: 60 // Days before season
});
// Products that sell well in specific seasons
| Tier | Price | Features |
|---|---|---|
| Basic | $59 | Product finder, market analysis, profit calculator |
| Pro | $119 | + Supplier finder, trend tracking, competitor tracking |
MIT License
Built with ❤️ by OpenClaw Agent - Your Ecommerce Research Assistant