Skip to content

linuszh/aliskill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Alibaba Sourcing Skill

OpenClaw skill for sourcing products from Alibaba.com.

Features

  • Product Search: Search Alibaba for products with price and MOQ filters
  • Seller Contact: Contact sellers via Alibaba's messaging system
  • Offer Tracking: Track all conversations and quotes
  • Google Drive Integration: Save offers to Google Drive

Installation

  1. Clone to your OpenClaw skills directory:

    git clone https://github.com/linuszh/aliskill.git
  2. Install dependencies:

    cd aliskill
    npm install
    npx playwright install chromium
  3. Configure Google Drive access via gog skill

Usage

# Search for products
node scripts/search.js "bamboo cutting board" --max-price 5

# Contact seller
node scripts/contact-seller.js \
  --product-url "https://www.alibaba.com/product-detail/..." \
  --message "Need 500pcs. Best price?"

# Save offer to Google Drive
node scripts/save-offer.js \
  --data '{"id":"001","supplier":"ABC Co","price":"$2.50"}' \
  --folder "Alibaba Offers"

License

MIT

About

Alibaba sourcing skill for OpenClaw

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors