Install
openclaw skills install openclaw-ecommerceE-commerce price monitoring, order tracking, and margin analysis for OpenClaw agents. Track product prices, get alerts on drops, manage orders, and calculate real margins after fees.
openclaw skills install openclaw-ecommerceA local-first e-commerce toolkit that helps you monitor product prices, track orders, calculate margins, and get alerts when prices drop below your target.
# Product Watchlist
ecom watch add "AirPods Pro" --url "https://example.com/product" --target 149.99
ecom watch list
ecom watch remove <id>
# Price Tracking
ecom price update <product-id> 139.99
ecom price history <product-id>
# Order Management
ecom order add "Bulk T-Shirts" --cost 250 --tracking "1Z999AA10123456784"
ecom order list
ecom order status <id>
# Margin Calculator
ecom margin --cost 10 --sell 25 --fees 15
# Alerts
ecom alert list --pending
ecom alert clear <id>
@openclaw/interchange shared libraryops/ directory for shareable capability data, state/ for private runtime datacd skills/ecommerce
npm install