amazon-pharmacy
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAmazon Pharmacy Skill
Amazon Pharmacy Skill
Overview
概述
Enables Claude to use Amazon Pharmacy for prescription management including checking order status, viewing medication history, and tracking deliveries.
让Claude能够使用Amazon Pharmacy进行处方管理,包括查询订单状态、查看用药历史和追踪配送情况。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/amazon-pharmacy/install.sh | bashOr manually:
bash
cp -r skills/amazon-pharmacy ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/amazon-pharmacy/install.sh | bash或者手动安装:
bash
cp -r skills/amazon-pharmacy ~/.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 AMAZON_EMAIL "your-email@example.com"
canifi-env set AMAZON_PASSWORD "your-password"
undefinedcanifi-env set AMAZON_EMAIL "your-email@example.com"
canifi-env set AMAZON_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
功能
- Check order status
- View medication list
- Track prescription deliveries
- Access prescription history
- View insurance savings
- Check Prime Rx benefits
- 查询订单状态
- 查看药物列表
- 追踪处方配送
- 访问处方历史
- 查看保险优惠
- 查询Prime Rx福利
Usage Examples
使用示例
Example 1: Check Order Status
示例1:查询订单状态
User: "Where is my Amazon Pharmacy order?"
Claude: I'll check your order status.
1. Opening Amazon Pharmacy via Playwright MCP
2. Accessing orders section
3. Finding recent prescription order
4. Checking delivery status
5. Providing tracking info用户:“我的Amazon Pharmacy订单在哪里?”
Claude:我将查询你的订单状态。
1. 通过Playwright MCP打开Amazon Pharmacy
2. 进入订单板块
3. 查找最近的处方订单
4. 查询配送状态
5. 提供追踪信息Example 2: View Medications
示例2:查看药物
User: "What medications are on file with Amazon Pharmacy?"
Claude: I'll list your medications.
1. Accessing prescriptions section
2. Viewing current medications
3. Listing active prescriptions
4. Noting refill status用户:“Amazon Pharmacy上存档的药物有哪些?”
Claude:我将列出你的药物。
1. 进入处方板块
2. 查看当前药物
3. 列出有效处方
4. 记录续方状态Example 3: Check Savings
示例3:查询优惠
User: "How much am I saving with Amazon Pharmacy?"
Claude: I'll check your savings.
1. Accessing account benefits
2. Viewing price comparisons
3. Calculating Prime savings
4. Summarizing total savings用户:“使用Amazon Pharmacy我能省多少钱?”
Claude:我将查询你的优惠情况。
1. 进入账户福利板块
2. 查看价格对比
3. 计算Prime优惠金额
4. 汇总总优惠Authentication Flow
认证流程
- Navigate to pharmacy.amazon.com via Playwright MCP
- Sign in with Amazon account
- Enter password
- Handle 2FA if required (via iMessage)
- Maintain session for pharmacy access
- 通过Playwright MCP导航至pharmacy.amazon.com
- 使用亚马逊账户登录
- 输入密码
- 如需2FA则处理(通过iMessage)
- 维持会话以访问药房服务
Error Handling
错误处理
- Login Failed: Retry up to 3 times, notify via iMessage
- Session Expired: Re-authenticate automatically
- Rate Limited: Implement exponential backoff
- 2FA Required: Send iMessage notification
- Order Not Found: Check order history
- Delivery Issue: Provide support contact
- 登录失败:最多重试3次,通过iMessage通知
- 会话过期:自动重新认证
- 速率限制:实现指数退避机制
- 需要2FA:发送iMessage通知
- 未找到订单:查询订单历史
- 配送问题:提供支持联系方式
Self-Improvement Instructions
自我改进说明
When Amazon Pharmacy updates:
- Document new prescription features
- Update Prime benefit changes
- Track delivery option updates
- Log insurance integration changes
当Amazon Pharmacy更新时:
- 记录新的处方功能
- 更新Prime福利变更
- 追踪配送选项更新
- 记录保险集成变更
Notes
注意事项
- Prime members get additional savings
- Free delivery available
- Insurance and cash prices
- Automatic refill options
- Secure packaging
- Prime会员可享受额外优惠
- 提供免费配送
- 支持保险支付和现金价格
- 自动续方选项
- 安全包装