Crossborder Ecom Hub

# crossborder-ecom-hub - 跨境电商多平台管理技能

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "Crossborder Ecom Hub" with this command: npx skills add lvjunjie-byte/crossborder-ecom-hub

crossborder-ecom-hub - 跨境电商多平台管理技能

🌏 技能描述

CrossBorder Ecom Hub 是一个专业的跨境电商多平台管理技能,帮助卖家统一管理 TikTok、Amazon、Shopee、Lazada 等多个电商平台的商品、订单、库存和定价。

核心功能

  1. 多平台商品同步 - 一键将商品从一个平台同步到其他所有平台
  2. 统一订单管理 - 聚合所有平台订单,提供统一视图和分析
  3. 智能定价系统 - 根据各平台竞争情况自动调整价格
  4. 实时库存同步 - 确保多平台库存一致性,防止超卖
  5. 数据分析报表 - 销售、利润、库存等多维度分析
  6. 飞书多维表格集成 - 自动同步数据到飞书 Bitable

支持平台

  • 🎵 TikTok Shop
  • 📦 Amazon Seller Central
  • 🛍️ Shopee
  • 🏪 Lazada

📦 安装

# 使用 skillhub 安装(推荐)
skillhub install crossborder-ecom-hub

# 或使用 clawhub 安装
clawhub install crossborder-ecom-hub

⚡ 快速开始

1. 初始化配置

crossborder-ecom init

这会创建配置文件 ~/.crossborder-ecom/config.json

2. 配置 API 密钥

编辑配置文件,添加各平台 API 密钥:

{
  "platforms": {
    "tiktok": {
      "apiKey": "your_tiktok_api_key",
      "apiSecret": "your_tiktok_api_secret"
    },
    "amazon": {
      "accessKey": "your_amazon_access_key",
      "secretKey": "your_amazon_secret_key",
      "region": "us-east-1"
    },
    "shopee": {
      "partnerId": "your_shopee_partner_id",
      "apiKey": "your_shopee_api_key"
    },
    "lazada": {
      "apiKey": "your_lazada_api_key",
      "apiSecret": "your_lazada_api_secret"
    }
  },
  "feishu": {
    "appId": "your_feishu_app_id",
    "appSecret": "your_feishu_app_secret",
    "bitableToken": "your_bitable_token"
  }
}

3. 检查平台连接

crossborder-ecom platform --status

4. 开始同步商品

crossborder-ecom sync --all --feishu

📖 使用文档

商品同步

# 同步所有商品
crossborder-ecom sync --all

# 从 TikTok 同步到 Amazon
crossborder-ecom sync --from tiktok --to amazon

# 同步指定商品
crossborder-ecom sync --product-ids prod_1,prod_2,prod_3

# 同步并更新飞书多维表格
crossborder-ecom sync --all --feishu

订单管理

# 列出所有订单
crossborder-ecom order --list

# 按平台过滤
crossborder-ecom order --list --platform tiktok

# 按状态过滤
crossborder-ecom order --list --status pending

# 按日期范围
crossborder-ecom order --list --date-from 2024-01-01 --date-to 2024-01-31

# 导出订单
crossborder-ecom order --list --export

智能定价

# 分析竞争价格
crossborder-ecom pricing --analyze

# 生成定价建议
crossborder-ecom pricing --suggest

# 应用定价策略
crossborder-ecom pricing --apply --strategy competitive

# 指定利润率
crossborder-ecom pricing --apply --margin 35 --strategy aggressive

定价策略说明:

  • competitive - 竞争性定价(跟随市场均价)
  • aggressive - 激进定价(低价抢占市场)
  • conservative - 保守定价(保证高利润)

库存管理

# 同步多平台库存
crossborder-ecom inventory --sync

# 检查库存状态
crossborder-ecom inventory --check

# 设置低库存预警
crossborder-ecom inventory --check --alert 5

# 更新库存
crossborder-ecom inventory --update

数据报表

# 销售报表
crossborder-ecom report --sales

# 库存报表
crossborder-ecom report --inventory

# 利润分析
crossborder-ecom report --profit

# 平台对比
crossborder-ecom report --platform

# 指定周期
crossborder-ecom report --sales --period monthly

# 导出报表
crossborder-ecom report --sales --export ./reports/

平台管理

# 列出已配置平台
crossborder-ecom platform --list

# 添加平台
crossborder-ecom platform --add tiktok

# 移除平台
crossborder-ecom platform --remove shopee

# 检查平台状态
crossborder-ecom platform --status

🔧 配置说明

环境变量

也可以通过环境变量配置:

# 平台 API 密钥
export TIKTOK_API_KEY=your_key
export AMAZON_ACCESS_KEY=your_key
export SHOPEE_API_KEY=your_key
export LAZADA_API_KEY=your_key

# 飞书配置
export FEISHU_APP_ID=your_app_id
export FEISHU_APP_SECRET=your_app_secret
export FEISHU_BITABLE_TOKEN=your_token

飞书多维表格配置

  1. 在飞书开放平台创建应用:https://open.feishu.cn/
  2. 获取 App ID 和 App Secret
  3. 创建多维表格,获取 Bitable Token
  4. 在配置文件中填写相关信息

飞书多维表格会自动创建以下数据表:

  • 商品管理
  • 订单管理
  • 库存管理
  • 定价建议
  • 数据报表

💰 定价策略

Starter - $299/月

  • 2 个平台集成
  • 100 个商品同步
  • 基础订单管理
  • 飞书多维表格同步

Professional - $599/月 ⭐ 推荐

  • 4 个平台集成
  • 1000 个商品同步
  • 智能定价系统
  • 实时库存同步
  • 数据分析报表

Enterprise - $999/月

  • 无限平台集成
  • 无限商品同步
  • AI 智能定价
  • 优先技术支持
  • 自定义 API 集成

📊 收益模型

目标:$30,000/月(100 用户)

假设用户分布:

  • 30 个 Starter 用户:30 × $299 = $8,970/月
  • 50 个 Professional 用户:50 × $599 = $29,950/月
  • 20 个 Enterprise 用户:20 × $999 = $19,980/月

总计:$58,900/月


🛠️ 技术栈

  • Node.js 18+
  • TypeScript(可选)
  • 各平台官方 API
  • 飞书开放平台 API
  • Commander.js(CLI)
  • Axios(HTTP 请求)
  • Day.js(日期处理)
  • Chalk(终端美化)
  • Ora(加载动画)

📝 待开发功能

以下功能已预留接口,可根据需求扩展:

  • TikTok API 完整实现
  • Amazon SP-API 完整实现
  • Shopee API 完整实现
  • Lazada API 完整实现
  • 平台间商品分类映射
  • 自动化定时任务
  • Webhook 通知
  • 多语言支持
  • 更多报表类型
  • AI 销售预测

🤝 贡献

欢迎提交 Issue 和 Pull Request!

GitHub: https://github.com/openclaw/crossborder-ecom-hub


📄 许可证

Commercial License


📞 支持


🚀 开始您的跨境电商统一管理之旅!

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Youtube Podcast Generator

Extracts the original text of Youtube video and converts it into a multi-voice AI podcast using a local Node.js API and FFmpeg. It also can show you the text...

Registry SourceRecently Updated
General

ERPClaw

AI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842,...

Registry SourceRecently Updated
General

Whisper AI Audio to Text Transcriber

Turn raw transcripts into structured summaries, meeting minutes, and action items.

Registry SourceRecently Updated
General

Task Planner

- **name**: Task Planner. Use when you need task planner capabilities. Triggers on: task planner.

Registry SourceRecently Updated