← All skills
Tencent SkillHub · Communication & Collaboration

Ecommerce

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, code-traps.md, growth.md, operations.md, platforms.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Quick Reference

TopicFileCode traps that break productioncode-traps.mdPlatform comparison (costs, features)platforms.mdOperations (stock, shipping, returns)operations.mdGrowth (CRO, upsells, LTV, benchmarks)growth.md

Critical Code Traps

These break production and cost real money. See code-traps.md for full patterns. Payment idempotency — Store payment_intent_id, check before processing. Webhooks retry. Inventory race conditions — UPDATE ... WHERE stock > 0 with rowsAffected check, not read-then-write. Frontend price trust — Backend recalculates everything. Never trust client totals. Webhook signatures — Verify stripe-signature or equivalent. Reject unsigned requests. Stock validation timing — Verify at payment moment, not just add-to-cart.

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

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs
  • SKILL.md Primary doc
  • code-traps.md Docs
  • growth.md Docs
  • operations.md Docs
  • platforms.md Docs