ecommerceBuild and operate online stores with payment security, inventory management, marketplace integration, and conversion optimization.
Install via ClawdBot CLI:
clawdbot install ivangdavila/ecommerce| Topic | File |
|-------|------|
| Code traps that break production | code-traps.md |
| Platform comparison (costs, features) | platforms.md |
| Operations (stock, shipping, returns) | operations.md |
| Growth (CRO, upsells, LTV, benchmarks) | growth.md |
These break production and cost real money. See code-traps.md for full patterns.
payment_intent_id, check before processing. Webhooks retry.UPDATE ... WHERE stock > 0 with rowsAffected check, not read-then-write.stripe-signature or equivalent. Reject unsigned requests.For Spain-specific costs (IVA, OSS, carriers), see platforms.md.
This skill helps with:
This skill does NOT:
Generated Mar 1, 2026
A small business wants to build an ecommerce website with secure payments and inventory tracking. This skill guides them through selecting a platform like Shopify or WooCommerce based on budget and SKU count, implementing server-side price calculations, and setting up webhook verification to prevent fraud.
An established store experiences high cart abandonment. This skill helps by recommending checkout recovery email sequences, implementing sticky add-to-cart buttons for mobile, and ensuring fast load times (LCP <2.5s) to improve user experience and boost sales.
A seller lists products on platforms like Amazon and eBay alongside their own website. This skill advises using dedicated sync tools to avoid manual updates, preventing stock race conditions with proper database queries, and monitoring reorder points to maintain availability.
A store faces issues with duplicate payments or fraudulent orders. This skill emphasizes implementing payment idempotency by storing payment intent IDs, verifying webhook signatures, and validating stock at the payment moment to ensure reliable and secure transactions.
A business plans to sell to customers in Spain and other EU countries. This skill provides guidance on handling IVA taxes, using the OSS scheme, selecting local carriers, and adding structured data for SEO to meet legal and operational requirements.
Sells products directly to customers through an owned online store, bypassing intermediaries. This skill helps with building the store architecture, optimizing conversion rates, and managing inventory to maximize profit margins and customer loyalty.
Operates by listing products on third-party platforms like Amazon or Etsy. This skill assists with integrating marketplace sync tools, avoiding inventory race conditions, and optimizing listings to increase visibility and sales across multiple channels.
Offers recurring deliveries of curated products to subscribers. This skill supports managing subscription billing securely, tracking order processing times to prevent delays, and implementing upsell tactics to enhance customer lifetime value (LTV).
π¬ Integration Tip
Always verify webhook signatures and implement server-side price calculations to prevent security breaches and ensure accurate transactions.
Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip, monitoring competitor pricing, tracking price history, identifying arbitrage opportunities, or setting automated price alerts.
Shopify integration - currently under maintenance. Contact founders@maton.ai for assistance.
Find and compare products online (Google Shopping) and locally (stores near you). Auto-selects best products based on price, ratings, availability, and preferences. Generates shopping list with buy links and store locations. Use when asked to shop for products, find best deals, compare prices, or locate items locally. Supports budget constraints (low/medium/high or "$X"), preference filtering (brand, features, color), and dual-mode search (online + local stores).
Monitor CamelCamelCamel price drop alerts via RSS and send Telegram notifications when items go on sale. Use when setting up automatic price tracking for Amazon products with CamelCamelCamel price alerts.
Navigate Amazon for buying, selling, and affiliating using price tracking, listing optimization, deal analysis, and affiliate link management.
Manage Shopify store data including orders, products, variants, customers, inventory, fulfillments, refunds, returns, and transactions via the Admin REST API.