npx skills add https://github.com/andrejones92/canifi-life-os --skill aliexpressSKILL.md
AliExpress Skill
Overview
Automates AliExpress operations including product search, seller research, wishlist management, and order tracking through browser automation. Note: Actual purchases are not automated.
Quick Install
curl -sSL https://canifi.com/skills/aliexpress/install.sh | bash
Or manually:
cp -r skills/aliexpress ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set ALIEXPRESS_EMAIL "your-email@example.com"
canifi-env set ALIEXPRESS_PASSWORD "your-password"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
Option 2: Environment Variables
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
Capabilities
- Search global products
- Add items to wishlist
- Track order shipping
- Compare seller ratings
- Find deals and coupons
- View order history
- Check shipping estimates
- Read buyer reviews
Usage Examples
Example 1: Search Products
User: "Find phone cases on AliExpress with free shipping"
Claude: I'll search for phone cases.
- Navigate to aliexpress.com
- Search "phone case"
- Filter by free shipping
- Sort by orders or rating
- Present top options
Example 2: Check Seller
User: "Is this AliExpress seller reliable?"
Claude: I'll research the seller.
- Navigate to seller's store
- Check store rating
- Review feedback percentage
- Note store age and transactions
Example 3: Track Order
User: "Where is my AliExpress package?"
Claude: I'll track your order.
- Navigate to My Orders
- Find the order
- Check shipping status
- Report location and estimate
Example 4: Find Deals
User: "What deals are available on AliExpress today?"
Claude: I'll find today's deals.
- Navigate to deals section
- Browse flash deals
- List notable discounts
- Note time remaining
Authentication Flow
- Navigate to aliexpress.com via Playwright MCP
- Click Sign In
- Enter email from canifi-env
- Enter password
- Handle CAPTCHA if shown (notify user)
- Handle 2FA if enabled
- Verify account access
- Maintain session cookies
Error Handling
- Login Failed: Clear cookies, try different login method
- Session Expired: Re-authenticate automatically
- CAPTCHA Required: Notify user to complete
- Seller Not Found: Search by store name
- Order Not Found: Check order number format
- Tracking Unavailable: May take time after shipping
- Item Unavailable: Check similar listings
- Shipping Estimate Error: Verify destination
Self-Improvement Instructions
When encountering new AliExpress features:
- Document new UI elements
- Add support for new features
- Log successful patterns
- Update for platform changes
Notes
- Shipping times vary significantly
- Buyer protection available
- Coins and coupons for savings
- Choice listings have faster shipping
- Store ratings indicate reliability
- Dispute process for issues
- Super Deals for best prices
Repository Stats
Stars1
Forks0