返回顶部
E

Ecommerce

Build and operate online stores with payment security, inventory management, marketplace integration, and conversion optimization.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
3,629
下载量
8
收藏
概述
安装方式
版本历史

Ecommerce

## Quick Reference | 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` | ## Critical Code Traps These break production and cost real money. See `code-traps.md` for full patterns. 1. **Payment idempotency** — Store `payment_intent_id`, check before processing. Webhooks retry. 2. **Inventory race conditions** — `UPDATE ... WHERE stock > 0` with `rowsAffected` check, not read-then-write. 3. **Frontend price trust** — Backend recalculates everything. Never trust client totals. 4. **Webhook signatures** — Verify `stripe-signature` or equivalent. Reject unsigned requests. 5. **Stock validation timing** — Verify at payment moment, not just add-to-cart. ## Core Rules ### When Building Stores - Calculate ALL prices server-side — discounts, shipping, taxes, totals - Queue transactional emails — never inline in checkout flow - Add structured data (Schema.org Product) and canonical URLs from day one - Implement webhook signature verification before going live ### When Operating Stores - Monitor stock thresholds, not just zero — alert at reorder point - Track orders stuck in "processing" >24h — detect before customer complains - Log payment failures with context — card decline reasons matter for recovery ### When Optimizing - Checkout recovery: 1h, 24h, 72h sequence — discount on email 3, not 1 - Free shipping threshold: current AOV + 20-30% - Mobile: sticky add-to-cart, Apple Pay/Google Pay, LCP <2.5s ## Platform Decision Tree - **Budget <€500/mo, <100 SKUs**: Shopify Basic or WooCommerce self-hosted - **Multi-marketplace**: Dedicated sync tool (not manual updates) - **>1000 SKUs or ERP**: WooCommerce/custom with PIM integration For Spain-specific costs (IVA, OSS, carriers), see `platforms.md`. ## Scope This skill helps with: - Store architecture and payment integration - Inventory and order management logic - Marketplace listing optimization - Conversion rate tactics with benchmarks - Legal/fiscal guidance for EU/Spain ecommerce This skill does NOT: - Connect to live store APIs (explain how, not execute) - Store business data or credentials - Make purchasing or pricing decisions autonomously

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 ecommerce-1776420004 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 ecommerce-1776420004 技能

通过命令行安装

skillhub install ecommerce-1776420004

下载 Zip 包

⬇ 下载 Ecommerce v1.0.0

文件大小: 10.74 KB | 发布时间: 2026-4-17 18:30

v1.0.0 最新 2026-4-17 18:30
Initial release

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部