shipt

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Shipt Skill

Shipt Skill

Overview

概述

Automates Shipt operations including store browsing, list management, and delivery tracking through browser automation. Note: Actual orders are not automated for security.
通过浏览器自动化实现Shipt操作自动化,包括浏览商店、管理清单和跟踪配送。注意:出于安全考虑,实际下单操作未实现自动化。

Quick Install

快速安装

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

Setup

设置

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

First, ensure canifi-env is installed:

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

canifi-env set SHIPT_EMAIL "your-email@example.com" canifi-env set SHIPT_PASSWORD "your-password"
undefined
canifi-env set SHIPT_EMAIL "your-email@example.com" canifi-env set SHIPT_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

功能

  • Browse partner stores
  • Search for products
  • Manage shopping lists
  • Track active deliveries
  • View order history
  • Check membership benefits
  • Schedule delivery windows
  • Compare store prices
  • 浏览合作商店
  • 搜索商品
  • 管理购物清单
  • 跟踪进行中的配送
  • 查看订单历史
  • 查看会员权益
  • 预约配送时段
  • 对比商店价格

Usage Examples

使用示例

Example 1: Browse Stores

示例1:浏览商店

User: "What stores are on Shipt near me?"
Claude: I'll find available stores.
- Navigate to shipt.com
- View partner stores
- Check delivery availability
- Present store options
用户:“我附近的Shipt有哪些商店?”
Claude:我来查找可用的商店。
- 导航至shipt.com
- 查看合作商店
- 检查配送可用性
- 展示商店选项

Example 2: Search Products

示例2:搜索商品

User: "Find almond milk on Shipt"
Claude: I'll search for that.
- Search "almond milk"
- Show results from stores
- Compare prices
- Present options
用户:“在Shipt上找杏仁奶”
Claude:我来搜索这个商品。
- 搜索“杏仁奶”
- 展示各商店的搜索结果
- 对比价格
- 展示选项

Example 3: Track Delivery

示例3:跟踪配送

User: "Where is my Shipt order?"
Claude: I'll track your delivery.
- Navigate to orders
- Find active order
- Check shopper progress
- Report ETA
用户:“我的Shipt订单在哪里?”
Claude:我来跟踪您的配送。
- 导航至订单页面
- 查找进行中的订单
- 查看配送员进度
- 报告预计送达时间

Example 4: Manage List

示例4:管理清单

User: "Add bread and eggs to my Shipt list"
Claude: I'll add those items.
- Navigate to lists
- Add bread
- Add eggs
- Confirm items added
用户:“把面包和鸡蛋添加到我的Shipt清单”
Claude:我来添加这些商品。
- 导航至清单页面
- 添加面包
- 添加鸡蛋
- 确认商品已添加

Authentication Flow

认证流程

  1. Navigate to shipt.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导航至shipt.com
  2. 点击“登录”
  3. 从canifi-env中获取邮箱并输入
  4. 输入密码
  5. 若启用双因素认证则处理(通过iMessage通知用户)
  6. 验证账户访问权限
  7. 维护会话Cookie

Error Handling

错误处理

  • Login Failed: Clear cookies, verify credentials
  • Session Expired: Re-authenticate automatically
  • 2FA Required: iMessage for verification code
  • Store Unavailable: Check other stores
  • Item Out of Stock: Note for substitution
  • Order Not Found: Check order ID
  • No Delivery Window: Try different times
  • Membership Issue: Check subscription
  • 登录失败:清除Cookie,验证凭证
  • 会话过期:自动重新认证
  • 需要双因素认证:通过iMessage发送验证码
  • 商店不可用:查看其他商店
  • 商品缺货:记录可替代商品
  • 未找到订单:检查订单ID
  • 无可用配送时段:尝试其他时间
  • 会员问题:检查订阅状态

Self-Improvement Instructions

自我改进说明

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

Notes

注意事项

  • Owned by Target
  • Orders not automated for security
  • Membership for free delivery
  • Personal shoppers
  • Same-day delivery
  • Target integration
  • Tip shoppers directly
  • 归Target所有
  • 出于安全考虑,未实现下单自动化
  • 会员可享受免费配送
  • 专属配送员
  • 当日配送
  • 与Target集成
  • 可直接给配送员小费