nordstrom

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Nordstrom Skill

Nordstrom Skill

Overview

概述

Automates Nordstrom operations including fashion product search, wishlist management, and order tracking through browser automation. Note: Actual purchases are not automated.
通过浏览器自动化实现Nordstrom操作自动化,包括时尚商品搜索、心愿单管理和订单跟踪。注意:不支持自动化实际购买。

Quick Install

快速安装

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

Setup

配置

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

First, ensure canifi-env is installed:

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

canifi-env set NORDSTROM_EMAIL "your-email@example.com" canifi-env set NORDSTROM_PASSWORD "your-password"
undefined
canifi-env set NORDSTROM_EMAIL "your-email@example.com" canifi-env set NORDSTROM_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 designer fashion
  • Add items to wishlist
  • Track order status
  • Find Anniversary Sale deals
  • Check store availability
  • View Nordstrom Notes
  • Browse by brand
  • Access Nordstrom Rack deals
  • 搜索设计师时尚商品
  • 添加商品至心愿单
  • 跟踪订单状态
  • 查找周年促销活动
  • 检查门店库存
  • 查看Nordstrom Notes
  • 按品牌浏览商品
  • 访问Nordstrom Rack优惠

Usage Examples

使用示例

Example 1: Search Products

示例1:搜索商品

User: "Find designer handbags at Nordstrom"
Claude: I'll search for handbags.
- Navigate to nordstrom.com
- Search "designer handbags"
- Filter by brand if specified
- Sort by relevance
- Present top options
用户:"在Nordstrom查找设计师手提包"
Claude:我将搜索手提包。
- 导航至nordstrom.com
- 搜索"designer handbags"
- 按品牌筛选(如果指定)
- 按相关性排序
- 展示热门选项

Example 2: Check Anniversary Sale

示例2:查看周年促销

User: "What's on Anniversary Sale at Nordstrom?"
Claude: I'll check the sale.
- Navigate to Anniversary Sale section
- Browse sale items
- Filter by category
- Present top deals
用户:"Nordstrom的周年促销有什么商品?"
Claude:我将查看促销活动。
- 导航至周年促销专区
- 浏览促销商品
- 按品类筛选
- 展示热门优惠

Example 3: Track Order

示例3:跟踪订单

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

Example 4: Browse Brand

示例4:按品牌浏览

User: "Show me Nike products at Nordstrom"
Claude: I'll browse that brand.
- Navigate to brand page
- Browse Nike products
- Filter by category if requested
- Present available items
用户:"展示Nordstrom的Nike商品"
Claude:我将浏览该品牌的商品。
- 导航至品牌页面
- 浏览Nike商品
- 按品类筛选(如果有要求)
- 展示可用商品

Authentication Flow

认证流程

  1. Navigate to nordstrom.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导航至nordstrom.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
  • Out of Stock: Check other sizes/colors
  • Store Not Found: Verify location
  • Order Not Found: Check order number
  • Sale Ended: Check regular price
  • Wishlist Error: Check list limits
  • 登录失败:清除Cookie,验证凭证
  • 会话过期:自动重新认证
  • 需要2FA:通过iMessage发送验证码
  • 库存不足:检查其他尺码/颜色
  • 门店未找到:验证位置信息
  • 订单未找到:检查订单号
  • 促销已结束:查看常规价格
  • 心愿单错误:检查清单限制

Self-Improvement Instructions

自我改进说明

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

Notes

注意事项

  • Nordstrom Notes rewards program
  • Free shipping and returns
  • Anniversary Sale in July
  • Nordstrom Rack for discounts
  • Personal stylists available
  • Price matching available
  • Alterations services offered
  • Nordstrom Notes奖励计划
  • 免费配送与退换
  • 周年促销在7月举行
  • Nordstrom Rack提供折扣商品
  • 提供个人造型师服务
  • 支持价格匹配
  • 提供改衣服务