hbo-max
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseHBO Max Skill
HBO Max Skill
Overview
概述
Enables Claude to interact with Max (formerly HBO Max) for streaming HBO originals, Warner Bros. films, DC content, and Max exclusives, with watchlist management and content discovery.
让Claude能够与Max(前身为HBO Max)交互,以流式播放HBO原创内容、华纳兄弟电影、DC内容以及Max独家内容,同时支持观看列表管理和内容发现。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/hbo-max/install.sh | bashOr manually:
bash
cp -r skills/hbo-max ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/hbo-max/install.sh | bash或手动安装:
bash
cp -r skills/hbo-max ~/.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 HBO_MAX_EMAIL "your-email@example.com"
undefinedcanifi-env set HBO_MAX_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 HBO originals and Max exclusives
- Access Warner Bros. theatrical releases
- Manage "My List" watchlist
- View watch history and continue watching
- Explore curated collections and hubs
- 浏览HBO原创内容和Max独家内容
- 访问华纳兄弟院线发行影片
- 管理“我的列表”观看列表
- 查看观看历史并继续播放
- 探索精选合集和内容专区
Usage Examples
使用示例
Example 1: Add to My List
示例1:添加到我的列表
User: "Add House of the Dragon to my HBO Max list"
Claude: I'll add House of the Dragon to your My List on Max.用户:"将《龙之家族》添加到我的HBO Max列表"
Claude:我会把《龙之家族》添加到你在Max上的“我的列表”中。Example 2: Find DC Content
示例2:查找DC内容
User: "Show me all DC movies on Max"
Claude: I'll navigate to the DC hub and list available movies and shows.用户:"给我展示Max上所有的DC电影"
Claude:我会导航到DC专区并列出可用的电影和节目。Example 3: New Releases
示例3:新上线内容
User: "What new movies are on Max this month?"
Claude: I'll check the new releases section for recently added theatrical films.用户:"这个月Max上有哪些新电影?"
Claude:我会查看新上线内容专区,找出最近添加的院线电影。Authentication Flow
认证流程
- Navigate to max.com via Playwright MCP
- Click "Sign In" button
- Enter email and password
- Select profile if multiple exist
- Maintain session for subsequent requests
- 通过Playwright MCP导航至max.com
- 点击“登录”按钮
- 输入邮箱和密码
- 若存在多个配置文件,选择对应的配置文件
- 维持会话以处理后续请求
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 exponential backoff
- Content Unavailable: Check subscription tier or regional restrictions
- 登录失败:最多重试3次认证,随后通过iMessage通知用户
- 会话过期:自动重新认证
- 配置文件选择:提示用户指定配置文件
- 请求受限:实现指数退避策略
- 内容不可用:检查订阅层级或区域限制
Self-Improvement Instructions
自我改进说明
When encountering new UI patterns:
- Document Max interface changes
- Update selectors for rebranded elements
- Track content hub organization
- Monitor new feature additions
当遇到新的UI模式时:
- 记录Max界面的变化
- 更新重新命名元素的选择器
- 跟踪内容专区的组织结构
- 监控新功能的添加
Notes
注意事项
- Platform rebranded from HBO Max to Max
- Different subscription tiers available
- Some content may require additional purchase
- 4K content on specific plans only
- 平台已从HBO Max更名为Max
- 提供不同的订阅层级
- 部分内容可能需要额外购买
- 仅特定套餐支持4K内容