ebay
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseeBay Skill
eBay Skill
Overview
概述
Automates eBay operations including searching listings, managing watchlist, tracking bids, and monitoring auctions through browser automation. Note: Actual purchases and bids are not automated for security.
通过浏览器自动化实现eBay操作自动化,包括搜索商品列表、管理关注列表、追踪出价以及监控拍卖活动。注意:出于安全考虑,不支持实际购买和出价的自动化操作。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/ebay/install.sh | bashOr manually:
bash
cp -r skills/ebay ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/ebay/install.sh | bash或手动安装:
bash
cp -r skills/ebay ~/.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 EBAY_EMAIL "your-email@example.com"
canifi-env set EBAY_PASSWORD "your-password"
undefinedcanifi-env set EBAY_EMAIL "your-email@example.com"
canifi-env set EBAY_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 and filter listings
- Add items to watchlist
- Track auction status
- View purchase history
- Compare sellers and prices
- Read seller feedback
- Monitor saved searches
- Check ending soon auctions
- 搜索和筛选商品列表
- 将商品添加至关注列表
- 追踪拍卖状态
- 查看购买历史
- 对比卖家和价格
- 查看卖家评价
- 监控已保存的搜索
- 查看即将结束的拍卖
Usage Examples
使用示例
Example 1: Search Listings
示例1:搜索商品列表
User: "Find vintage cameras on eBay"
Claude: I'll search for vintage cameras.
- Navigate to ebay.com
- Search "vintage cameras"
- Apply relevant filters
- Sort by best match or price
- Present top listings用户:"在eBay上找复古相机"
Claude:我会搜索复古相机。
- 导航至ebay.com
- 搜索"vintage cameras"
- 应用相关筛选条件
- 按最佳匹配或价格排序
- 展示热门商品列表Example 2: Add to Watchlist
示例2:添加至关注列表
User: "Add this item to my eBay watchlist"
Claude: I'll add that to your watchlist.
- Navigate to listing
- Click "Add to Watchlist"
- Confirm added
- Note auction end time用户:"把这个商品添加到我的eBay关注列表"
Claude:我会把它添加到您的关注列表。
- 导航至商品详情页
- 点击"Add to Watchlist"
- 确认添加成功
- 记录拍卖结束时间Example 3: Check Watched Items
示例3:查看关注商品
User: "Show me my eBay watchlist with ending soon items"
Claude: I'll check your watchlist.
- Navigate to Watchlist
- Sort by ending soonest
- List items with current bids
- Highlight ending within 24 hours用户:"给我看我的eBay关注列表里即将结束的商品"
Claude:我会查看您的关注列表。
- 导航至关注列表页面
- 按结束时间从近到远排序
- 列出带有当前出价的商品
- 高亮显示24小时内即将结束的商品Example 4: Research Seller
示例4:调研卖家
User: "Check the feedback for this eBay seller"
Claude: I'll review their feedback.
- Navigate to seller's profile
- Gather feedback percentage
- Review recent comments
- Summarize seller reputation用户:"查看这个eBay卖家的评价"
Claude:我会查看他们的评价。
- 导航至卖家主页
- 收集好评率
- 查看近期评价内容
- 总结卖家信誉Authentication Flow
认证流程
- Navigate to ebay.com via Playwright MCP
- Click Sign In
- Enter email/username from canifi-env
- Enter password
- Handle 2FA if enabled (notify user via iMessage)
- Complete CAPTCHA if shown (notify user)
- Verify account access
- Maintain session cookies
- 通过Playwright MCP导航至ebay.com
- 点击"Sign In"
- 从canifi-env中获取邮箱/用户名并输入
- 输入密码
- 若启用了2FA,通过iMessage通知用户
- 若出现CAPTCHA,通知用户完成验证
- 验证账户访问权限
- 维护会话Cookie
Error Handling
错误处理
- Login Failed: Clear cookies, verify credentials
- Session Expired: Re-authenticate automatically
- 2FA Required: iMessage for verification code
- CAPTCHA Required: Notify user to complete
- Listing Ended: Note auction results
- Item Unavailable: Check similar listings
- Seller Not Found: Verify seller ID
- Watchlist Full: Notify of limit
- 登录失败:清除Cookie,验证凭据
- 会话过期:自动重新认证
- 需要2FA:通过iMessage发送验证码请求
- 需要CAPTCHA:通知用户完成验证
- 商品已结束:记录拍卖结果
- 商品不可用:查找类似商品
- 卖家未找到:验证卖家ID
- 关注列表已满:通知用户达到上限
Self-Improvement Instructions
自我优化说明
When encountering new eBay features:
- Document new UI elements
- Add support for new listing types
- Log successful search patterns
- Update for eBay changes
当遇到eBay新功能时:
- 记录新的UI元素
- 添加对新商品类型的支持
- 记录成功的搜索模式
- 根据eBay的更新进行适配
Notes
注意事项
- Bidding not automated for security
- Auction times in Pacific time
- Buy It Now vs auction listings
- Best Offer allows negotiation
- Seller feedback indicates reliability
- Return policies vary by seller
- Combined shipping available
- 出于安全考虑,不支持自动化出价
- 拍卖时间为太平洋时间
- 区分“Buy It Now”和拍卖商品
- “Best Offer”支持议价
- 卖家评价反映其可靠性
- 退货政策因卖家而异
- 支持合并发货