← 返回 Skills 市场
shenghoo123-png

跨境电商选品工具

作者 shenghoo123-png · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
110
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cross-border-ecommerce-kay
功能描述
提供跨境电商关键词分析、利润计算及AI Listing生成,支持亚马逊、eBay平台,助力精准选品与定价优化。
使用说明 (SKILL.md)

cross-border-ecommerce — 跨境电商选品工具

痛点

  • 手动调研竞品数据费时费力,格式不统一
  • 亚马逊/eBay平台费用计算复杂,容易算错利润
  • AI Listing生成需要借助ChatGPT,提示词调优耗时
  • 关键词研究工具价格昂贵(Ahrefs月费$99+)

场景

  • 输入"wireless earbuds",秒级获取搜索量、竞争度、趋势
  • 计算产品成本$10、运费$3、售价$35的亚马逊FBA利润率
  • 基于产品名+竞品数据,AI一键生成优化标题+5点描述
  • 批量分析多个关键词,快速筛选高价值利基市场

定价

  • 免费:关键词分析(10次/天)+ 利润计算器
  • Pro 29元:无限关键词分析 + 竞品抓取 + AI Listing生成
  • Team 99元:批量分析(100关键词)+ API调用 + 数据导出

指令格式

关键词分析

cross-border keyword \x3C关键词>              # 分析单个关键词
cross-border keyword \x3C关键词> --json      # JSON格式输出

批量关键词分析

cross-border keywords \x3C关键词1,关键词2,...>  # 批量分析

利润计算

cross-border profit --cost 10 --shipping 3 --price 35 --platform amazon
cross-border profit --cost 50 --shipping 8 --price 199 --platform ebay --fba
cross-border suggest-price --cost 25 --margin 30 --platform amazon

AI Listing生成

cross-border listing "\x3C产品名称>"           # 生成AI Listing
cross-border listing "\x3C产品名称>" --market US --platform amazon

示例输出

关键词分析

$ cross-border keyword "yoga mat"

📊 瑜伽垫 关键词分析
━━━━━━━━━━━━━━━━━━━━
🔍 搜索量: 67,000/月
📈 竞争度: 68% (中等)
📊 趋势: 稳定
💰 参考竞价: $1.50
🔗 相关词: exercise mat, pilates mat, non slip yoga mat

利润计算

$ cross-border profit --cost 15 --shipping 4 --price 49.99 --platform amazon --fba

💰 亚马逊 FBA 利润分析
━━━━━━━━━━━━━━━━━━━━
📦 产品成本: $15.00
🚢 运费: $4.00
🏭 平台费: $7.50
💳 推荐费 (15%): $7.50
📊 总成本: $34.00
💵 售价: $49.99
━━━━━━━━━━━━━━━━━━━━
✅ 利润: $15.99
📈 利润率: 32.0% (优秀)

技术栈

  • Python 3.9+ / Flask 3.0
  • OpenAI API(可选,用于AI Listing生成)
  • 关键词数据库(内置热门品类模拟数据)

适用平台

  • Amazon(全站点)
  • eBay
  • Shopify(DTC选品参考)
安全使用建议
This package appears to do what it claims: keyword mocks, competitor mocks, profit math, and optional OpenAI-based listing generation. Things to consider before installing/running: - OPENAI_API_KEY is optional but if you provide it the app will send product/keyword data to OpenAI — only supply it if you trust the code and runtime environment. - The README/Docker examples mention MySQL/Redis and show an insecure default password in an example; those are optional but avoid using insecure defaults in production. - setup.sh only installs flask and flask-cors; run pip install -r requirements.txt (in a venv) before using features that need openai/redis/pymysql. - The competitor scraper and keyword analyzer currently use simulated/mock data; they do not perform live scraping by default. - Run the service in an isolated environment (virtualenv or container) and inspect the code if you plan to provide real API keys or expose it to the internet. If you want, I can point out exact lines where OpenAI is used and suggest a minimal, safe command to run it in offline/mock mode.
功能分析
Type: OpenClaw Skill Name: cross-border-ecommerce-kay Version: 1.0.0 The bundle is a legitimate tool for cross-border e-commerce analysis, providing a Flask web interface and a CLI for keyword research, profit calculation, and AI-based product listing generation. The code (app.py, cli.py, and services/) primarily uses mock data for its analysis features as disclosed in the README.md, with optional integration for the OpenAI API in services/ai_listing.py. No evidence of data exfiltration, malicious execution, or unauthorized persistence was found. While app.py defaults to Flask's debug mode (a minor security vulnerability), the overall intent and implementation are consistent with the stated purpose of a development MVP.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The code, README and SKILL.md all align: keyword analysis, competitor mock data, profit calculator and optional OpenAI-based listing generation. The skill does not request unrelated credentials. Minor inconsistency: requirements.txt includes DB/Redis libraries and Docker examples show MySQL/Redis usage (optional), but runtime code uses mock data by default; real integrations are optional and documented.
Instruction Scope
Runtime instructions (CLI and HTTP API) and SKILL.md stay within the described domain. The code does not read arbitrary system files or attempt to collect unrelated environment data. If an OPENAI_API_KEY is provided the service will call OpenAI; otherwise it falls back to mock data.
Install Mechanism
No registry install spec is provided (low risk). A setup.sh exists but installs only flask and flask-cors rather than the full requirements.txt. There are no external download URLs or archive extracts; all source is included in the package. You should update the install steps to pip install -r requirements.txt before use.
Credentials
The package metadata declares no required env vars, which is consistent with the tool working in mock mode; however the code optionally uses OPENAI_API_KEY (to call OpenAI) and docs show optional DB/Redis environment settings. Requiring an OpenAI key is proportional to the optional AI Listing feature but you should not supply keys unless you trust the runtime environment.
Persistence & Privilege
No special persistence or elevated privileges are requested. always:false and agent-autonomy defaults are fine. The skill does not modify other skills or system-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cross-border-ecommerce-kay
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cross-border-ecommerce-kay 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
cross-border-ecommerce-kay 1.0.0 — 跨境电商选品工具上线! - 提供关键词分析、利润计算、AI Listing生成等一站式跨境电商工具 - 支持亚马逊、eBay等主流平台费用计算与利率分析 - 快速获取关键词搜索量、竞争度及趋势,辅助选品决策 - 集成AI一键生成产品标题和描述,提高上新效率 - 多档定价,包含免费额度及批量分析、API等高级功能
元数据
Slug cross-border-ecommerce-kay
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

跨境电商选品工具 是什么?

提供跨境电商关键词分析、利润计算及AI Listing生成,支持亚马逊、eBay平台,助力精准选品与定价优化。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 跨境电商选品工具?

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

跨境电商选品工具 是免费的吗?

是的,跨境电商选品工具 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

跨境电商选品工具 支持哪些平台?

跨境电商选品工具 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 跨境电商选品工具?

由 shenghoo123-png(@shenghoo123-png)开发并维护,当前版本 v1.0.0。

💬 留言讨论