openclaw-ecommerce
E-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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/frank-bot07/openclaw-ecommerceOpenClaw E-commerce Skill
A local-first e-commerce toolkit that helps you monitor product prices, track orders, calculate margins, and get alerts when prices drop below your target.
Commands
# 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>
Features
- Price Watchlists — Add products with target prices, get alerted when they drop
- Price History — Track price changes over time per product
- Order Tracking — Log orders with cost, tracking numbers, and status
- Margin Calculator — Calculate real profit margins after platform fees, shipping, and costs
- Alert System — Automatic alerts when watched prices hit your target
- Interchange Files — Publishes product and alert data as .md files for other agents to consume
Architecture
- SQLite database (WAL mode) for all product, price, order, and alert data
- Generic price scraper (no API keys required for v1)
- Interchange .md files generated via
@openclaw/interchangeshared library ops/directory for shareable capability data,state/for private runtime data
Installation
cd skills/ecommerce
npm install
Use Cases
- Monitor competitor pricing for your products
- Track cost-of-goods for dropshipping or POD businesses
- Calculate break-even prices including all fees
- Get notified when raw materials or supplies drop in price
- Keep an audit trail of all orders and shipments
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-frank-bot07-openclaw-ecommerce": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Model Switchboard
Skill by frank-bot07
nano-banana-2
Gemini image generation, editing, and search-grounded image creation via gemini-3.1-flash-image-preview (Nano Banana 2). USE FOR: - Generating images from text prompts (text-to-image) - Editing or transforming an existing image with text instructions - Generating images grounded in live web/image search results Requires GEMINI_API_KEY environment variable. See rules/setup.md for configuration and rules/security.md for output handling guidelines.
Openclaw Voice
Skill by frank-bot07
Openclaw Crm
Skill by frank-bot07
Openclaw Monitor
Skill by frank-bot07