paramount-plus
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseParamount+ Skill
Paramount+ Skill
Overview
概述
Enables Claude to interact with Paramount+ for streaming CBS content, Paramount movies, live sports, and Showtime content, with watchlist management and content discovery.
让Claude能够与Paramount+交互,以流式播放CBS内容、Paramount电影、体育直播以及Showtime内容,同时支持观看列表管理和内容发现。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/paramount-plus/install.sh | bashOr manually:
bash
cp -r skills/paramount-plus ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/paramount-plus/install.sh | bash或者手动安装:
bash
cp -r skills/paramount-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 PARAMOUNT_PLUS_EMAIL "your-email@example.com"
undefinedcanifi-env set PARAMOUNT_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 CBS shows and Paramount movies
- Access live sports and news
- Manage watchlist and favorites
- View watch history and continue watching
- Access Showtime content (bundle subscribers)
- 浏览CBS节目和Paramount电影
- 访问体育直播和新闻
- 管理观看列表和收藏内容
- 查看观看历史和续看内容
- 访问Showtime内容(仅套餐订阅用户)
Usage Examples
使用示例
Example 1: Add to Watchlist
示例1:添加至观看列表
User: "Add Star Trek: Strange New Worlds to my Paramount+ list"
Claude: I'll add Star Trek: Strange New Worlds to your Paramount+ watchlist.用户:"将《Star Trek: Strange New Worlds》添加到我的Paramount+列表"
Claude:我会把《Star Trek: Strange New Worlds》添加到你的Paramount+观看列表中。Example 2: Live CBS
示例2:CBS直播
User: "What's on CBS live right now?"
Claude: I'll check the live CBS feed and show you the current programming.用户:"现在CBS直播正在播放什么?"
Claude:我会查看CBS直播流并为你展示当前节目。Example 3: Browse Movies
示例3:浏览电影
User: "Show me Paramount movies available to stream"
Claude: I'll browse the movies section for Paramount theatrical releases.用户:"给我展示可流式播放的Paramount电影"
Claude:我会浏览Paramount院线电影的专区。Authentication Flow
认证流程
- Navigate to paramountplus.com via Playwright MCP
- Click "Sign In" button
- Enter email and password
- Select profile if multiple exist
- Maintain session for subsequent requests
- 通过Playwright MCP导航至paramountplus.com
- 点击“登录”按钮
- 输入邮箱和密码
- 若存在多个配置文件则选择对应配置文件
- 保持会话以用于后续请求
Error Handling
错误处理
- Login Failed: Retry authentication up to 3 times, then notify via iMessage
- Session Expired: Re-authenticate automatically
- Rate Limited: Implement exponential backoff
- Content Unavailable: Check subscription tier
- Live Content: Verify scheduling and regional availability
- 登录失败:最多重试3次认证,随后通过iMessage通知
- 会话过期:自动重新认证
- 请求受限:实现指数退避策略
- 内容不可用:检查订阅等级
- 直播内容:验证节目安排和区域可用性
Self-Improvement Instructions
自我改进说明
When encountering new UI patterns:
- Document Paramount+ interface changes
- Update selectors for new layouts
- Track Showtime integration features
- Monitor live content availability
当遇到新的UI模式时:
- 记录Paramount+的界面变化
- 更新针对新布局的选择器
- 跟踪Showtime集成功能
- 监控直播内容的可用性
Notes
注意事项
- Essential and Showtime bundle tiers
- Live local CBS station access
- NFL games on select plans
- Showtime content for bundle subscribers
- 基础版和Showtime套餐等级
- 本地CBS电视台直播访问权限
- 部分套餐可观看NFL赛事
- 套餐订阅用户可访问Showtime内容