skill-dropship-product-pipeline

End-to-end dropship product lifecycle pipeline. CJ Dropshipping sourcing → margin check → Flux Kontext AI hero image → WooCommerce publish → CJ supplier mapping for auto-fulfillment.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "skill-dropship-product-pipeline" with this command: npx skills add zero2ai-hub/skill-dropship-product-pipeline

skill-dropship-product-pipeline v1.0.0

Full end-to-end dropship product lifecycle — from CJ Dropshipping search to a live WooCommerce listing with an AI-generated hero image.

Pipeline Steps

  1. CJ Sourcing — Keyword search or direct product ID. Margin check (min 40%). Variant extraction.
  2. Hero Image — Flux Kontext Dev (fal-ai/flux-kontext/dev) using the real CJ product photo as reference. Lifestyle background, product in active use, warm mood, 1:1 square.
  3. WooCommerce Publish — Upload hero + gallery images, create product, set price/SKU.
  4. CJ Mapping — Add product to your cj-supplier-selection.json for auto-fulfillment via skill-dropshipping-fulfillment.

Pipeline ends at WooCommerce publish. Video creation is a separate step — use skill-tiktok-video-pipeline.

Usage

# Source by keyword — finds best margin product
node scripts/pipeline.js --keyword "ring light" --sell-price 89

# Source by CJ product ID — skip sourcing step
node scripts/pipeline.js --cj-pid 2603020206551636100 --sell-price 69

# Dry run — skip WooCommerce publish (test mode)
node scripts/pipeline.js --keyword "desk lamp" --sell-price 99 --dry-run

Options

FlagRequiredDescription
--keyword✅ (or --cj-pid)CJ search keyword
--cj-pid✅ (or --keyword)Known CJ product ID, skips search
--sell-priceSelling price in your local currency
--dry-runSkip WooCommerce publish
--langLanguage: en, ar, both (default: en)
--min-marginMinimum margin % (default: 40)

Credentials Setup

Create credential files or use environment variables:

# CJ Dropshipping
export CJ_ACCESS_TOKEN="your-cj-token"

# WooCommerce
export WOO_URL="https://yourstore.com"
export WOO_KEY="ck_..."
export WOO_SECRET="cs_..."

# WordPress media upload
export WP_URL="https://yourstore.com"
export WP_USER="your-wp-username"
export WP_APP_PASS="your-app-password"

# AI services
export FAL_KEY="your-fal-key"        # Flux Kontext hero image
export OPENAI_API_KEY="your-key"     # GPT-4o fallback for hero

Hero Image Standard

  • Model: Flux Kontext Dev (fal-ai/flux-kontext/dev)
  • Method: Real CJ product photo as image_url input — product appearance locked from frame 1
  • Style: Lifestyle background, product in active use, shallow DOF, warm mood, 1:1 square
  • Fallback: GPT-4o images/edits if Flux fails

Output Files

  • hero-{slug}.jpg — Product hero (Flux Kontext or GPT-4o fallback)
  • pipeline-result-{slug}.json — WooCommerce product ID, CJ mapping, cost/margin breakdown

Economics

  • Min margin default: 40%
  • Hero image cost: ~$0.05–0.10 per product (Flux Kontext)
  • Total pipeline cost per product: under $0.20

Recommended Stack

For the full dropship automation stack:

  1. This skill — source + list products
  2. skill-tiktok-video-pipeline — create video ads
  3. skill-dropshipping-fulfillment — auto-fulfill orders via CJ
  4. skill-woocommerce-stock-monitor — OOS alerts

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

mano-cua

Computer use for GUI automation tasks via VLA models. Use when the user describes a task in natural language that requires visual screen interaction and no A...

Registry SourceRecently Updated
Automation

LinkedIn Skill

LinkedIn automation skill — search people and companies, fetch profiles, send messages and InMails, manage connections, create posts, react, comment. Support...

Registry SourceRecently Updated
Automation

Image Social Carousel

A structured workflow skill dedicated to social-media carousel design. The core method is 'decide intent first, then execute,' using a 'single-confirmation +...

Registry SourceRecently Updated
Automation

LinkedIn Automation by Linked API

LinkedIn automation skill — search people and companies, fetch profiles, send messages and InMails, manage connections, create posts, react, comment. Support...

Registry SourceRecently Updated