newegg
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseNewegg Skill
Newegg Skill
Overview
概述
Automates Newegg operations including tech product search, specification comparison, deal hunting, and order tracking through browser automation. Note: Actual purchases are not automated.
通过浏览器自动化实现Newegg操作自动化,包括科技产品搜索、规格对比、优惠查找和订单跟踪。注意:不支持自动完成实际购买。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/newegg/install.sh | bashOr manually:
bash
cp -r skills/newegg ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/newegg/install.sh | bash或手动安装:
bash
cp -r skills/newegg ~/.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 NEWEGG_EMAIL "your-email@example.com"
canifi-env set NEWEGG_PASSWORD "your-password"
undefinedcanifi-env set NEWEGG_EMAIL "your-email@example.com"
canifi-env set NEWEGG_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 computer hardware and electronics
- Compare product specifications
- Track order status
- Find Shell Shocker deals
- Check combo deals
- View open box items
- Manage wishlist
- Read detailed reviews
- 搜索电脑硬件和电子产品
- 对比产品规格
- 跟踪订单状态
- 查找Shell Shocker限时优惠
- 查看组合优惠
- 查看开箱商品
- 管理心愿单
- 阅读详细评测
Usage Examples
使用示例
Example 1: Search Products
示例1:搜索产品
User: "Find RTX 4070 graphics cards on Newegg"
Claude: I'll search for those GPUs.
- Navigate to newegg.com
- Search "RTX 4070"
- Filter by availability
- Sort by price or rating
- Present options with specs用户:“在Newegg上找RTX 4070显卡”
Claude:我将搜索这些显卡。
- 导航至newegg.com
- 搜索“RTX 4070”
- 按库存筛选
- 按价格或评分排序
- 展示带规格的选项Example 2: Compare Specs
示例2:对比规格
User: "Compare these two motherboards"
Claude: I'll compare the specifications.
- Add items to compare
- View specification comparison
- Highlight key differences
- Present comparison summary用户:“对比这两款主板”
Claude:我将对比它们的规格。
- 添加商品至对比列表
- 查看规格对比
- 突出关键差异
- 呈现对比总结Example 3: Check Shell Shocker
示例3:查看Shell Shocker优惠
User: "What's today's Shell Shocker deal?"
Claude: I'll check the daily deal.
- Navigate to Shell Shocker section
- View current deal
- Note discount and availability
- Report time remaining用户:“今天的Shell Shocker优惠是什么?”
Claude:我将查看今日优惠。
- 导航至Shell Shocker专区
- 查看当前优惠
- 记录折扣和库存情况
- 报告剩余时间Example 4: Track Order
示例4:跟踪订单
User: "Track my Newegg order"
Claude: I'll check your order.
- Navigate to Order History
- Find recent order
- Check shipping status
- Report delivery estimate用户:“跟踪我的Newegg订单”
Claude:我将查看你的订单。
- 导航至订单历史
- 查找最近订单
- 查看配送状态
- 报告预计送达时间Authentication Flow
认证流程
- Navigate to newegg.com via Playwright MCP
- Click Sign In
- Enter email from canifi-env
- Enter password
- Handle 2FA/verification code
- Complete CAPTCHA if shown (notify user)
- Verify account access
- Maintain session cookies
- 通过Playwright MCP导航至newegg.com
- 点击登录
- 输入canifi-env中的邮箱
- 输入密码
- 处理双因素认证/验证码
- 若出现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
- Out of Stock: Check third-party sellers
- Order Not Found: Check order number
- Combo Unavailable: Components sold separately
- Price Changed: Deal may have ended
- 登录失败:清除Cookie,验证凭据
- 会话过期:自动重新认证
- 需要双因素认证:通过iMessage获取验证码
- 需要CAPTCHA:通知用户完成
- 缺货:查看第三方卖家
- 未找到订单:核对订单号
- 组合优惠不可用:组件单独销售
- 价格变动:优惠可能已结束
Self-Improvement Instructions
自我改进说明
When encountering new Newegg features:
- Document new UI elements
- Add support for new product types
- Log successful patterns
- Update for Newegg changes
当遇到Newegg新功能时:
- 记录新UI元素
- 添加对新产品类型的支持
- 记录成功模式
- 根据Newegg的更新进行调整
Notes
注意事项
- Newegg specializes in computer hardware
- Shell Shocker is daily deal
- Combo deals for bundled savings
- Open Box for discounted returns
- Marketplace sellers included
- EggPoints reward program
- Reviews include technical details
- Newegg专注于电脑硬件
- Shell Shocker是每日优惠活动
- 组合优惠可享受捆绑折扣
- 开箱商品为折扣退回产品
- 包含第三方市场卖家
- EggPoints奖励计划
- 评测包含技术细节