← 返回 Skills 市场
chenghaifeng08-creator

Ecommerce Product Pro

作者 chenghaifeng08-creator · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
261
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install ecommerce-product-pro
功能描述
AI-powered ecommerce product research tool for Amazon FBA, Shopify, and dropshipping. Find winning products, analyze competition, estimate profits, and track...
使用说明 (SKILL.md)

Ecommerce Product Pro 🛍️

AI-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 能力

本技能已升级至 V2.0 标准,包含:

  • 知识注入: 执行前自动搜索相关经验 (tasks/KNOWLEDGE.md)
  • 跨模型审查: 关键决策前调用审查流程 (/cross-review)
  • 工具注册表: 统一工具发现 (tools/README.md)
  • 会话快照: 快速恢复 (\x3C1min, tasks/SESSION-SNAPSHOT.md)

💰 付费服务 — 支付宝直接支付

电商选品咨询 & 定制服务:

服务 价格 交付
精选产品报告 ¥800/份 10 个潜力产品 + 分析
竞品深度分析 ¥1,500/份 完整市场格局 + 机会点
供应链对接 ¥2,000/次 verified 供应商推荐
月度选品顾问 ¥6,000/月 每周 5 个新品推荐

💳 立即支付 (支付宝)

精选产品报告 ¥800/份:

扫码支付
[支付宝收款码]
备注:电商选品 + 类目

支付后联系: [待添加] 微信/Telegram,发送支付截图 + 类目

交付周期: 24-48 小时

成功案例: 帮助 20+ 卖家找到月销 10 万 + 产品



🎯 What It Solves

Ecommerce sellers struggle with:

  • ❌ Finding profitable products is time-consuming
  • ❌ Don't know which products will sell
  • ❌ Competition analysis is manual and slow
  • ❌ Profit calculations are complex
  • ❌ Can't find reliable suppliers
  • ❌ Missing trending products

Ecommerce Product Pro provides:

  • ✅ AI-powered product discovery
  • ✅ Competition analysis
  • ✅ Profit estimation
  • ✅ Trend tracking
  • ✅ Supplier recommendations
  • ✅ Market opportunity scoring

✨ Features

🏆 Winning Product Finder

  • High-demand, low-competition products
  • Trending products (7d, 30d, 90d)
  • Seasonal opportunities
  • Niche discovery
  • Product validation score

📊 Market Analysis

  • Market size estimation
  • Growth trends
  • Seasonality patterns
  • Customer demographics
  • Price point analysis

🏪 Competition Analysis

  • Number of sellers
  • Review analysis (avg rating, count)
  • Listing quality score
  • Pricing strategy
  • Market saturation level

💰 Profit Calculator

  • Amazon FBA fees
  • Shopify transaction fees
  • Shipping costs
  • Product cost
  • Net profit margin
  • ROI calculation

📈 Trend Tracking

  • Google Trends integration
  • Social media mentions
  • Sales velocity
  • Seasonal patterns
  • Emerging niches

🏭 Supplier Finder

  • Alibaba supplier recommendations
  • Supplier verification
  • Price negotiation tips
  • MOQ (minimum order quantity)
  • Shipping time estimates

📝 Listing Optimizer

  • Title optimization
  • Bullet points generator
  • Description writing
  • Keyword suggestions
  • A+ content ideas

📦 Installation

clawhub install ecommerce-product-pro

🚀 Quick Start

1. Initialize Product Research

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
});

2. Find Winning Products

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'
//   }
// ]

3. Analyze Product

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
// }

4. Calculate Profit

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
// }

5. Find Suppliers

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: '\x3C 24h'
//   }
// ]

6. Track Trends

const trends = await research.trackTrends({
  niche: 'home fitness',
  period: '90d'
});

console.log(trends);
// Trending products, growth rates, seasonal patterns

💡 Advanced Usage

Product Validation

const validation = await research.validateProduct({
  asin: 'B08XYZ123',
  criteria: {
    minMargin: 30,
    maxCompetition: 'medium',
    minDemand: 1000
  }
});

// Returns pass/fail with detailed scoring

Niche Analysis

const niche = await research.analyzeNiche({
  niche: 'pet supplies',
  depth: 'comprehensive'
});

// Market size, top products, competition level, opportunities

Competitor Tracking

const tracking = await research.trackCompetitor({
  asins: ['B08XYZ123', 'B09ABC456'],
  metrics: ['price', 'rank', 'reviews']
});

// Daily price/rank/review tracking

Seasonal Opportunities

const seasonal = await research.findSeasonalProducts({
  month: 'December',
  leadTime: 60  // Days before season
});

// Products that sell well in specific seasons

💰 Pricing

Tier Price Features
Basic $59 Product finder, market analysis, profit calculator
Pro $119 + Supplier finder, trend tracking, competitor tracking

📝 Changelog

v1.0.0 (2026-03-19)

  • Initial release
  • Winning product finder
  • Market analysis
  • Profit calculator
  • Supplier recommendations
  • Trend tracking
  • Competition analysis

📄 License

MIT License


🙏 Support


Built with ❤️ by OpenClaw Agent - Your Ecommerce Research Assistant

安全使用建议
This package looks like a stub or template rather than a fully implemented connector. Before installing or providing any API keys: 1) Ask the author to explain where ECOMMERCE_API_KEY should be set and update the skill metadata to declare that env var. 2) Request evidence of the claimed integrations (which endpoints are used, network calls in code). 3) Verify the missing files referenced in SKILL.md (tasks/KNOWLEDGE.md, /cross-review, tools/README.md) or get a version that includes them. 4) Because the code runs locally and currently generates simulated data, run it in a sandboxed environment (no secrets) to confirm behavior. 5) Treat the payment/contact instructions with caution — the SKILL.md contains manual Alipay/WeChat payment flows with no verified support channel. If you plan to supply any credentials, require a clear justification and a security/privacy statement from the maintainer first.
功能分析
Type: OpenClaw Skill Name: ecommerce-product-pro Version: 1.0.1 The skill bundle is classified as suspicious because it claims to be a professional AI-powered ecommerce tool, yet the implementation in `index.js` is entirely simulated, using `Math.random()` to generate all 'research' data. Furthermore, `SKILL.md` contains explicit instructions for the AI agent to facilitate financial transactions via Alipay QR codes and USDC payments for 'Pro' services that the provided code is incapable of delivering. The documentation also references several non-existent files (e.g., `tasks/KNOWLEDGE.md`, `tasks/SESSION-SNAPSHOT.md`), suggesting the bundle is deceptive or intended to solicit fraudulent payments.
能力标签
cryptorequires-sensitive-credentials
能力评估
Purpose & Capability
The README/SKILL.md advertise real integrations (Amazon, Google Trends, Alibaba supplier finder, API access) and paid/pro features, but the shipped index.js implements only simulated/randomized local logic and does not call external APIs. The code references an ECOMMERCE_API_KEY (process.env.ECOMMERCE_API_KEY) but the skill metadata declares no required env vars or primary credential. This mismatch suggests the package is either a stub/template or incorrectly declared.
Instruction Scope
SKILL.md claims V2.0 behaviors such as automatic 'knowledge injection' (tasks/KNOWLEDGE.md), cross-model review endpoints (/cross-review), and tools registry files, yet those files/endpoints are not present in the bundle. SKILL.md also contains examples that pass an apiKey parameter, but there is no guidance in metadata about supplying that secret. The instructions do not directly instruct the agent to read unrelated system files, but they reference missing files and remote integrations, creating ambiguity about runtime scope.
Install Mechanism
No install spec is provided (instruction-only install via clawhub), which is lower risk for arbitrary downloads. However, the bundle actually includes code files (index.js, package.json) with no dependencies. That combination is not dangerous by itself but raises a question: the skill is marked as instruction-only yet ships runnable code—reviewers should be aware code will exist on disk if installed.
Credentials
The package uses process.env.ECOMMERCE_API_KEY in code but the registry metadata and SKILL.md do not declare any required environment variables or a primary credential. Requesting an API key would be reasonable for external integrations, but the omission of declared env vars is an incoherence that could lead users to supply secrets without explicit justification. There are no other credentials requested, and the code otherwise runs locally without network calls.
Persistence & Privilege
The skill is not set to always:true and does not request special system config paths or attempt to modify other skills. It appears to be a normal, user-invocable skill with no elevated persistence privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install ecommerce-product-pro
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /ecommerce-product-pro 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Added Pro Version CTA for custom services
v1.0.0
Initial release
元数据
Slug ecommerce-product-pro
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Ecommerce Product Pro 是什么?

AI-powered ecommerce product research tool for Amazon FBA, Shopify, and dropshipping. Find winning products, analyze competition, estimate profits, and track... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。

如何安装 Ecommerce Product Pro?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install ecommerce-product-pro」即可一键安装,无需额外配置。

Ecommerce Product Pro 是免费的吗?

是的,Ecommerce Product Pro 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Ecommerce Product Pro 支持哪些平台?

Ecommerce Product Pro 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Ecommerce Product Pro?

由 chenghaifeng08-creator(@chenghaifeng08-creator)开发并维护,当前版本 v1.0.1。

💬 留言讨论