aliexpress
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAliExpress Skill
AliExpress 技能
Overview
概述
Automates AliExpress operations including product search, seller research, wishlist management, and order tracking through browser automation. Note: Actual purchases are not automated.
通过浏览器自动化实现AliExpress操作自动化,包括商品搜索、卖家调研、收藏夹管理和订单跟踪。注意:不支持实际购买操作。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/aliexpress/install.sh | bashOr manually:
bash
cp -r skills/aliexpress ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/aliexpress/install.sh | bash或手动安装:
bash
cp -r skills/aliexpress ~/.canifi/skills/Setup
配置
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set ALIEXPRESS_EMAIL "your-email@example.com"
canifi-env set ALIEXPRESS_PASSWORD "your-password"
undefinedcanifi-env set ALIEXPRESS_EMAIL "your-email@example.com"
canifi-env set ALIEXPRESS_PASSWORD "your-password"
undefinedPrivacy & Authentication
隐私与认证
Your credentials, your choice. Canifi LifeOS respects your privacy.
您的凭证,由您掌控。 Canifi LifeOS 尊重您的隐私。
Option 1: Manual Browser Login (Recommended)
选项1:手动浏览器登录(推荐)
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
如果您不想与Claude Code共享凭证:
- 使用CDP模式完成浏览器自动化配置
- 在Playwright控制的Chrome窗口中手动登录该服务
- Claude将使用您的已认证会话,且全程不会获取您的密码
Option 2: Environment Variables
选项2:环境变量
If you're comfortable sharing credentials, you can store them locally:
bash
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.
如果您愿意共享凭证,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"注意:存储在canifi-env中的凭证仅能在您的本地机器上访问,绝不会被传输至外部。
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
示例1:搜索商品
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用户:“在AliExpress上找免运费的手机壳”
Claude:我将为您搜索手机壳。
- 导航至aliexpress.com
- 搜索“phone case”
- 筛选免运费选项
- 按订单量或评分排序
- 展示最优选项Example 2: Check Seller
示例2:卖家可信度查询
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用户:“这个AliExpress卖家靠谱吗?”
Claude:我将为您调研该卖家。
- 导航至卖家店铺
- 查看店铺评分
- 查看好评率
- 记录店铺经营时长与交易总量Example 3: Track Order
示例3:订单跟踪
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用户:“我的AliExpress包裹在哪里?”
Claude:我将为您跟踪订单。
- 导航至“我的订单”
- 找到对应订单
- 查看物流状态
- 报告当前位置与预估送达时间Example 4: Find Deals
示例4:查找优惠
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用户:“今天AliExpress有什么优惠活动?”
Claude:我将为您查找今日优惠。
- 导航至优惠专区
- 浏览限时闪购
- 列出值得关注的折扣
- 标注剩余时间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
- 通过Playwright MCP导航至aliexpress.com
- 点击登录按钮
- 从canifi-env中读取邮箱并输入
- 输入密码
- 若出现验证码(CAPTCHA),通知用户完成
- 若启用了双因素认证(2FA),处理该步骤
- 验证账户访问权限
- 保留会话Cookie
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
- 登录失败:清除Cookie,尝试其他登录方式
- 会话过期:自动重新认证
- 需要验证码:通知用户完成验证
- 卖家未找到:通过店铺名称重新搜索
- 订单未找到:检查订单编号格式
- 物流跟踪不可用:发货后可能需要等待一段时间
- 商品无货:查看类似商品 Listing
- 物流预估错误:验证收货地址
Self-Improvement Instructions
自我优化说明
When encountering new AliExpress features:
- Document new UI elements
- Add support for new features
- Log successful patterns
- Update for platform changes
当遇到AliExpress新功能时:
- 记录新的UI元素
- 添加对新功能的支持
- 记录成功的操作模式
- 根据平台更新调整功能
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
- 物流时长差异较大
- 提供买家保障服务
- 可通过金币与优惠券省钱
- Choice 类商品物流速度更快
- 店铺评分可体现可信度
- 支持纠纷处理流程
- Super Deals 可享最优价格