amazon-prime-video
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAmazon Prime Video Skill
Amazon Prime Video Skill
Overview
概述
Enables Claude to interact with Amazon Prime Video for streaming movies and TV shows, managing watchlist, accessing Prime channels, and discovering content included with Prime membership.
让Claude能够与Amazon Prime Video进行交互,实现流式播放电影和电视节目、管理观看列表、访问Prime频道,以及发现Prime会员包含的内容。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/amazon-prime-video/install.sh | bashOr manually:
bash
cp -r skills/amazon-prime-video ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/amazon-prime-video/install.sh | bash或手动安装:
bash
cp -r skills/amazon-prime-video ~/.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"
undefinedcanifi-env set AMAZON_EMAIL "your-email@example.com"
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
功能特性
- Browse Prime-included movies and TV shows
- Manage personal watchlist
- Access Prime Video Channels subscriptions
- View watch history and continue watching
- Search and filter by genre, year, or rating
- 浏览Prime会员包含的电影和电视节目
- 管理个人观看列表
- 访问Prime Video频道订阅
- 查看观看历史并续播内容
- 按流派、年份或评分搜索和筛选内容
Usage Examples
使用示例
Example 1: Add to Watchlist
示例1:添加到观看列表
User: "Add The Boys to my Prime Video watchlist"
Claude: I'll add The Boys to your Prime Video watchlist.用户:"把《黑袍纠察队》添加到我的Prime Video观看列表"
Claude:我会把《黑袍纠察队》添加到你的Prime Video观看列表。Example 2: Find Free Content
示例2:查找免费内容
User: "What good movies are free with Prime right now?"
Claude: I'll browse Prime-included movies and highlight highly-rated options.用户:"现在Prime会员免费的好电影有哪些?"
Claude:我会浏览Prime会员包含的电影,并重点推荐高评分的选项。Example 3: Check Channels
示例3:查看频道
User: "What channels do I have on Prime Video?"
Claude: I'll check your Prime Video Channels subscriptions and list active add-ons.用户:"我在Prime Video上有哪些频道?"
Claude:我会查看你的Prime Video频道订阅,并列出已激活的附加频道。Authentication Flow
认证流程
- Navigate to primevideo.com via Playwright MCP
- Click "Sign In" button
- Enter Amazon email and password
- Handle 2FA via SMS or authenticator app
- Maintain session for subsequent requests
- 通过Playwright MCP导航至primevideo.com
- 点击“登录”按钮
- 输入Amazon邮箱和密码
- 通过短信或认证应用处理双因素认证(2FA)
- 维持会话以用于后续请求
Error Handling
错误处理
- Login Failed: Retry authentication up to 3 times, then notify via iMessage
- Session Expired: Re-authenticate automatically
- 2FA Required: Wait for code via iMessage
- Rate Limited: Implement exponential backoff
- Content Unavailable: Distinguish between rentals and Prime-included
- 登录失败:最多重试3次认证,随后通过iMessage通知用户
- 会话过期:自动重新认证
- 需要2FA:等待通过iMessage接收验证码
- 速率限制:实现指数退避机制
- 内容不可用:区分租赁内容和Prime会员包含内容
Self-Improvement Instructions
自我优化说明
When encountering new UI patterns:
- Document Prime Video interface changes
- Update selectors for new layouts
- Track Prime-included vs rental content
- Monitor channel availability changes
遇到新的UI模式时:
- 记录Prime Video界面的变化
- 更新针对新布局的选择器
- 跟踪Prime会员包含内容与租赁内容的区别
- 监控频道可用性的变化
Notes
注意事项
- Requires Amazon Prime membership for included content
- Additional rentals and purchases available
- Prime Channels are separate subscriptions
- X-Ray feature provides additional content info
- 观看Prime会员包含的内容需要Amazon Prime会员资格
- 提供额外的租赁和购买选项
- Prime Channels是独立的订阅服务
- X-Ray功能提供额外的内容信息",