Ecommerce Listing Optimizer Lite
基于产品信息自动生成优化的亚马逊商品标题、卖点和关键词。
下载 571
自动监控价格、库存与订单,支持多平台同步,提升运营效率。
openclaw skills install @fuczy/clawd-ecommerce-automation命令、参数、文件名以原文为准
自动化您的整个店铺,每周节省 20+ 小时
✅ 使用此技能当您需要:
❌ 不要使用此技能当您:
典型节省时间:
我们的成本:每月 10–30 美元
投资回报率:50:1+(回本时间 <1 天)
| 平台 | 功能 | 状态 |
|---|---|---|
| Shopify | 商品、订单、库存、客户 | ✅ 完全支持 |
| WooCommerce | 商品、订单、库存 | ✅ 完全支持 |
| Amazon Seller Central | 库存、价格、订单 | ✅ 完全支持 |
| eBay | 商品列表、订单、库存 | ✅ 完全支持 |
| BigCommerce | 商品、订单 | ✅ 完全支持 |
| 自定义 API(任意平台) | 通过自定义集成扩展 | ✅ 完全支持 |
创建 ecommerce-config.yaml 文件:
store:
platform: "shopify"
api_key: "shpat_xxxxx"
store_url: "https://your-store.myshopify.com"
monitors:
- name: "竞争对手价格监控"
competitors:
- url: "https://competitor.com/product-1"
css_selector: ".price"
- url: "https://competitor.com/product-2"
css_selector: ".price"
rules:
- if: "competitor_price < my_price * 0.9"
action: "alert"
channel: "email"
to: "pricing@yourcompany.com"
- if: "competitor_price > my_price * 1.1"
action: "alert"
channel: "slack"
# 我们定价过低!
schedule: "*/30 * * * *" # 每 30 分钟执行一次# 加载配置
clawhub workflow load ecommerce-config.yaml
# 启动监控
clawhub workflow start "竞争对手价格监控"
# 查看状态
clawhub workflow status提醒将通过您配置的渠道发送(邮件、Slack、Telegram、短信)。
自动跟踪竞争对手价格:
price_monitor:
products:
- sku: "ABC-123"
my_price: 49.99
competitors:
- name: "Amazon"
url: "https://amazon.com/dp/..."
selector: "#priceblock_ourprice"
- name: "eBay"
url: "https://ebay.com/itm/..."
selector: ".notranslate"
rules:
- if: "min_competitor_price < my_price * 0.95"
action: "recommend_price_match"
- if: "max_competitor_price > my_price * 1.2"
action: "alert_price_gap" # 我们定价太低!自动调价功能(可选):
多平台库存一致性管理:
inventory_sync:
sources:
- platform: "shopify"
location: "main_warehouse"
- platform: "amazon"
fulfillment: "FBA"
sync_rules:
- if: "shopify_stock < 10"
action: "alert_low_stock"
- if: "amazon_stock != shopify_stock"
action: "recalculate_available"
# 从发货清单中重新计算可用库存优势:
自动处理订单:
order_processor:
triggers:
- event: "order.created"
platform: "shopify"
steps:
- validate: "检查库存是否充足"
- fulfill: "发送至第三方物流 / 代发供应商"
- notify: "向客户发送发货确认"
- track: "将运单号导入 Shopify"
fallbacks:
- if inventory insufficient: "加入缺货待订"
- if fulfillment fails: "通知运营团队"支持的操作:
每日竞争对手洞察报告:
competitor_analysis:
competitors:
- name: "品牌 A"
product_urls: ["...", "..."]
data_points:
- price_history (追踪价格变化)
- review_count (监控评价数量增长)
- best_sellers_rank
- 新品发布情况
report:
schedule: "0 8 * * *" # 每天上午 8 点
format: ["email", "slack", "pdf"]
summary: |
本周:平均降价 5 次,每次约 -$3.20
3 个竞争对手补货热门商品
新竞争者进入该品类:品牌 X智能库存通知机制:
stock_alerts:
checks:
- product: "SKU-123"
threshold: 20
when_below: "notify_purchasing"
- product: "SKU-456"
threshold: 5
when_below: "pause_advertising"
channels:
purchasing: "purchasing@company.com"
marketing: "marketing@company.com"
slack: "#inventory-alerts"根据需求、竞争对手和库存水平自动调整价格:
dynamic_pricing:
product: "SUMMER-DRESS-001"
base_price: 79.99
factors:
- competitor_price: "weight: 0.5"
- stock_level: "if stock > 100: -5%; if stock < 10: +10%"
- seasonality: "peak_season: +20%"
- conversion_rate: "if cvr < 2%: -$5"
bounds:
min_price: 49.99
max_price: 129.99
update_frequency: "every 2 hours"一个产品,多平台同步:
sync_product:
source: "Shopify / Products / ID-123"
targets:
- platform: "amazon"
listing: "创建/更新亚马逊商品信息"
price_adjustment: "+15%(含亚马逊费用)"
- platform: "ebay"
listing: "创建/更新eBay商品信息"
price_adjustment: "+10%"
- platform: "google_shopping"
listing: "更新商家中心信息"
inventory_reserve: 5 # 在 Shopify 中保留 5 个库存单位自动恢复被放弃的购物车:
cart_recovery:
trigger: "checkout.abandoned"
delay: "1 小时"
steps:
- email: "发送带 10% 折扣的提醒邮件"
- if_no_response_24h:
sms: "最后机会,免运费"
- if_no_response_48h:
alert: "需要人工审核"
expected_recovery_rate: "15% → 每月增加 $2,000 收入"safeguards:
max_daily_price_changes: 10 # 防止价格频繁变动
min_profit_margin: 15%
blackout_hours: "22:00-06:00" # 夜间不进行任何修改
approval_required: "价格变动超过 20% 时需审批"audit_log:
- record: "记录所有价格变更,包含变更前后的数值"
- report: "每周发送汇总报告邮件"
- rollback: "一键回滚至之前的状态"sync-shopify-amazon.yaml:
workflow:
name: "Shopify-Amazon 同步"
schedule: "*/5 * * * *" # 每 5 分钟执行一次
steps:
- fetch_shopify:
agent: "shopify-agent"
task: "获取所有库存大于 0 的商品"
- fetch_amazon:
agent: "amazon-agent"
task: "获取所有 FBA 库存信息"
- compare:
agent: "diff-agent"
task: "对比各平台之间的库存差异"
- sync:
agent: "sync-agent"
task: "将 Shopify 的库存信息同步至亚马逊"
depends_on: [compare]scrape-competitors.yaml:
workflow:
name: "竞品价格爬取"
schedule: "0 */3 * * *" # 每 3 小时执行一次
steps:
- scrape:
agent: "browser-agent"
tasks:
- "https://competitor1.com/product-a" → ".price"
- "https://competitor1.com/product-b" → ".price"
# ... 最多支持 50 个商品
- normalize:
agent: "data-processor"
task: "清洗价格数据,移除货币符号,转换为浮点数"
- compare:
agent: "analyst"
task: "与自身价格对比,识别偏差"
- alert:
agent: "alerter"
task: "向定价团队发送报告"openclub agents 并配置速率限制clawhub workflow pause "Shopify-Amazon Sync"
clawhub workflow resume "Shopify-Amazon Sync"_自动化电商运营。无需扩编即可实现增长。_ 🚀
已收录 1 个 Skill