disney-plus
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseDisney+ Skill
Disney+ Skill
Overview
概述
Enables Claude to interact with Disney+ for streaming content from Disney, Pixar, Marvel, Star Wars, and National Geographic, managing watchlist, and discovering family-friendly entertainment.
让Claude能够与Disney+交互,流式播放迪士尼、皮克斯、漫威、星球大战和国家地理的内容,管理观看列表,并发现适合家庭的娱乐内容。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/disney-plus/install.sh | bashOr manually:
bash
cp -r skills/disney-plus ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/disney-plus/install.sh | bash或者手动安装:
bash
cp -r skills/disney-plus ~/.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 DISNEY_PLUS_EMAIL "your-email@example.com"
undefinedcanifi-env set DISNEY_PLUS_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 content by brand (Disney, Pixar, Marvel, Star Wars, Nat Geo)
- Manage personal watchlist
- View watch history and continue watching
- Access GroupWatch for shared viewing
- Search for specific movies, shows, or characters
- 按品牌浏览内容(迪士尼、皮克斯、漫威、星球大战、国家地理)
- 管理个人观看列表
- 查看观看历史并继续播放
- 访问GroupWatch进行共享观看
- 搜索特定电影、节目或角色
Usage Examples
使用示例
Example 1: Add to Watchlist
示例1:添加到观看列表
User: "Add The Mandalorian to my Disney+ watchlist"
Claude: I'll add The Mandalorian to your Disney+ watchlist.用户:"将《曼达洛人》添加到我的Disney+观看列表"
Claude:我会将《曼达洛人》添加到您的Disney+观看列表。Example 2: Find Marvel Content
示例2:查找漫威内容
User: "Show me all Marvel movies in order"
Claude: I'll navigate to the Marvel section and list the movies in chronological or release order.用户:"按顺序展示所有漫威电影"
Claude:我会导航到漫威专区,按时间顺序或上映顺序列出电影。Example 3: Kids Profile Content
示例3:儿童账号内容
User: "What's good for my kids on Disney+?"
Claude: I'll browse the Kids profile section for age-appropriate content recommendations.用户:"Disney+上有什么适合我孩子的内容?"
Claude:我会浏览儿童账号专区,提供适合年龄的内容推荐。Authentication Flow
认证流程
- Navigate to disneyplus.com via Playwright MCP
- Click "Log In" button
- Enter email and password
- Select user profile
- Maintain session cookies for future access
- 通过Playwright MCP导航至disneyplus.com
- 点击"登录"按钮
- 输入邮箱和密码
- 选择用户账号
- 保留会话Cookie以便后续访问
Error Handling
错误处理
- Login Failed: Retry authentication up to 3 times, then notify via iMessage
- Session Expired: Re-authenticate automatically
- Profile Selection: Prompt user to specify profile
- Rate Limited: Implement backoff strategy
- Content Unavailable: Check regional restrictions
- 登录失败:最多重试3次认证,然后通过iMessage通知
- 会话过期:自动重新认证
- 账号选择:提示用户指定账号
- 速率限制:实现退避策略
- 内容不可用:检查区域限制
Self-Improvement Instructions
自我改进说明
When encountering new UI patterns:
- Document Disney+ interface changes
- Update selectors for new layouts
- Track content additions by brand
- Monitor GroupWatch functionality
当遇到新的UI模式时:
- 记录Disney+界面的变化
- 更新针对新布局的选择器
- 按品牌跟踪新增内容
- 监控GroupWatch功能
Notes
注意事项
- Multiple profiles with different content restrictions
- 4K/HDR content requires compatible subscription
- Downloads only available on mobile apps
- Some content has premiere access fees
- 支持多个账号,各账号有不同的内容限制
- 4K/HDR内容需要兼容的订阅套餐
- 仅移动应用支持下载功能
- 部分内容需要支付首映访问费用