OpenClaw skill for sourcing products from Alibaba.com.
- 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
-
Clone to your OpenClaw skills directory:
git clone https://github.com/linuszh/aliskill.git
-
Install dependencies:
cd aliskill npm install npx playwright install chromium -
Configure Google Drive access via
gogskill
# 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"MIT