ClipMarts

Listing to Sale

E-commerce workflow from product listing to completed sale

$9Starter SkillFor specialists, founders, and lean teams

What is Listing to Sale?

An e-commerce workflow from product listing to completed sale. Covers product listing creation, inventory sync, pricing optimization, customer inquiry handling, order processing, payment capture, fulfillment coordination, and post-purchase follow-up. Designed for multi-channel sellers.

Setup Time

5 min

Difficulty

Intermediate

Works With
paperclipclaude-code

What's Included

  • workflow.yaml
  • stages/listing.md
  • stages/selling.md
  • stages/fulfillment.md
  • stages/post-purchase.md
  • templates/product-listing.md
  • templates/shipping-notification.md
  • README.md

Preview

workflow.yaml
# workflow.yaml
name: listing-to-sale
description: E-commerce product listing to completed sale

stages:
  - id: list
    trigger: product.created
    actions:
      - optimize-title-and-description
      - set-competitive-price
      - upload-product-images
      - sync-inventory-across-channels

  - id: sell
    trigger: order.placed
    actions:
      - verify-payment
      - check-inventory-availability
      - send-order-confirmation
      - generate-pick-list

  - id: fulfill
    trigger: order.confirmed
    actions:
      - create-shipping-label
      - update-tracking-number
      - send-shipping-notification
      - deduct-inventory

  - id: follow-up
    trigger: delivery.confirmed
    actions:
      - send-review-request
      - check-customer-satisfaction
      - offer-related-products
      - update-customer-lifetime-value

Installation Guide

terminal
$ paperclipai skill import --from ./listing-to-sale/
Skill imported successfully.

One command to import — then assign to any agent in your company.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip listing-to-sale.zip
2

Import the skill

paperclipai skill import --from ./listing-to-sale/
3

Assign to an agent

# Via CLI:
paperclipai agent update <agent-name> --add-skill listing-to-sale

# Or in the dashboard:
# Agents → [agent name] → Skills → Add "Listing to Sale"

Option B: Dashboard UI

1

Open Skills page

Navigate to Skills → Import Skill

2

Upload the product folder

From the extracted ZIP, upload the listing-to-sale/ directory containing SKILL.md.

3

Assign to agents

Go to Agents → [agent] → Skills and add "Listing to Sale" from the list.

Share
Files included8
Setup time5 min
Difficultyintermediate

Tags

workflowecommercelistingordersfulfillmentsales