zappos

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Zappos Skill

Zappos Skill

Overview

概述

Automates Zappos operations including shoe and apparel search, favorites management, and order tracking through browser automation. Note: Actual purchases are not automated.
通过浏览器自动化实现Zappos操作的自动化,包括鞋类和服饰搜索、收藏管理以及订单跟踪。注意:不支持实际购买的自动化。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/zappos/install.sh | bash
Or manually:
bash
cp -r skills/zappos ~/.canifi/skills/
bash
curl -sSL https://canifi.com/skills/zappos/install.sh | bash
或手动安装:
bash
cp -r skills/zappos ~/.canifi/skills/

Setup

设置

Configure via canifi-env:
bash
undefined
通过canifi-env进行配置:
bash
undefined

First, ensure canifi-env is installed:

首先,确保已安装canifi-env:

canifi-env set ZAPPOS_EMAIL "your-email@example.com" canifi-env set ZAPPOS_PASSWORD "your-password"
undefined
canifi-env set ZAPPOS_EMAIL "your-email@example.com" canifi-env set ZAPPOS_PASSWORD "your-password"
undefined

Privacy & 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:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭证:
  1. 使用CDP模式完成浏览器自动化设置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. 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 shoes and apparel
  • Add items to favorites
  • Track order status
  • Filter by size and width
  • Compare products
  • Read detailed reviews
  • Check VIP benefits
  • View order history
  • 搜索鞋类和服饰
  • 将商品添加到收藏
  • 跟踪订单状态
  • 按尺码和宽度筛选
  • 对比商品
  • 查看详细评价
  • 查看VIP权益
  • 查看订单历史

Usage Examples

使用示例

Example 1: Search Products

示例1:搜索商品

User: "Find running shoes on Zappos size 10"
Claude: I'll search for running shoes.
- Navigate to zappos.com
- Search "running shoes"
- Filter by size 10
- Sort by rating
- Present top options
用户:"在Zappos上找10码的跑鞋"
Claude:我将搜索跑鞋。
- 导航至zappos.com
- 搜索“跑鞋”
- 按10码筛选
- 按评分排序
- 展示热门选项

Example 2: Compare Products

示例2:对比商品

User: "Compare these two pairs of boots"
Claude: I'll compare them.
- View both product pages
- Compare features and specs
- Note price differences
- Present comparison
用户:"对比这两双靴子"
Claude:我将进行对比。
- 查看两个商品页面
- 对比功能和规格
- 标注价格差异
- 展示对比结果

Example 3: Check Reviews

示例3:查看评价

User: "What do reviews say about comfort for these shoes?"
Claude: I'll check the reviews.
- Navigate to product page
- Read customer reviews
- Focus on comfort mentions
- Summarize feedback
用户:"这些鞋子的舒适度评价如何?"
Claude:我将查看评价。
- 导航至商品页面
- 阅读顾客评价
- 重点关注舒适度相关内容
- 总结反馈

Example 4: Track Order

示例4:跟踪订单

User: "Track my Zappos order"
Claude: I'll check your order.
- Navigate to Order History
- Find recent order
- Check shipping status
- Report delivery info
用户:"跟踪我的Zappos订单"
Claude:我将查询你的订单。
- 导航至订单历史
- 查找最近的订单
- 查看配送状态
- 报告配送信息

Authentication Flow

认证流程

  1. Navigate to zappos.com via Playwright MCP
  2. Click Sign In
  3. Enter email from canifi-env
  4. Enter password
  5. Handle 2FA if enabled (notify user via iMessage)
  6. Verify account access
  7. Maintain session cookies
  1. 通过Playwright MCP导航至zappos.com
  2. 点击登录
  3. 输入canifi-env中的邮箱
  4. 输入密码
  5. 若启用了2FA则处理(通过iMessage通知用户)
  6. 验证账户访问权限
  7. 维护会话Cookie

Error Handling

错误处理

  • Login Failed: Clear cookies, verify credentials
  • Session Expired: Re-authenticate automatically
  • 2FA Required: iMessage for verification code
  • Size Unavailable: Check other widths
  • Out of Stock: Notify for restock
  • Order Not Found: Check order number
  • Favorites Full: Check list limits
  • Filter Error: Verify size format
  • 登录失败:清除Cookie,验证凭证
  • 会话过期:自动重新认证
  • 需要2FA:通过iMessage发送验证码
  • 尺码无货:查看其他宽度选项
  • 库存不足:通知补货情况
  • 未找到订单:核对订单编号
  • 收藏已满:查看清单限制
  • 筛选错误:验证尺码格式

Self-Improvement Instructions

自我改进说明

When encountering new Zappos features:
  1. Document new UI elements
  2. Add support for new features
  3. Log successful patterns
  4. Update for Zappos changes
当遇到Zappos的新功能时:
  1. 记录新的UI元素
  2. 添加对新功能的支持
  3. 记录成功模式
  4. 根据Zappos的更新进行适配

Notes

说明

  • Zappos is Amazon-owned
  • Free shipping both ways
  • 365-day return policy
  • VIP program for faster shipping
  • Width options available
  • Customer service renowned
  • Detailed size guides provided
  • Zappos为亚马逊旗下品牌
  • 双向免费配送
  • 365天退换政策
  • VIP会员可享受更快配送
  • 提供宽度选项
  • 客户服务广受好评
  • 提供详细尺码指南