geforce-now

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

GeForce NOW Skill

GeForce NOW Skill

Overview

概述

Enables Claude to interact with GeForce NOW for managing cloud gaming sessions, syncing game libraries from various stores, and optimizing streaming settings.
让Claude能够与GeForce NOW交互,用于管理云游戏会话、同步来自各平台商店的游戏库,以及优化串流设置。

Quick Install

快速安装

bash
curl -sSL https://canifi.com/skills/geforce-now/install.sh | bash
Or manually:
bash
cp -r skills/geforce-now ~/.canifi/skills/
bash
curl -sSL https://canifi.com/skills/geforce-now/install.sh | bash
或手动安装:
bash
cp -r skills/geforce-now ~/.canifi/skills/

Setup

设置

Configure via canifi-env:
bash
undefined
通过canifi-env进行配置:
bash
undefined

First, ensure canifi-env is installed:

首先,确保已安装canifi-env:

canifi-env set NVIDIA_EMAIL "your-email@example.com"
undefined
canifi-env set NVIDIA_EMAIL "your-email@example.com"
undefined

Privacy & 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:
  1. Complete the Browser Automation Setup using CDP mode
  2. Login to the service manually in the Playwright-controlled Chrome window
  3. Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭证:
  1. 使用CDP模式完成浏览器自动化设置
  2. 在Playwright控制的Chrome窗口中手动登录该服务
  3. 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

功能特性

  • View synced game library
  • Check queue times and availability
  • Manage connected store accounts
  • View session history
  • Check membership tier benefits
  • 查看已同步的游戏库
  • 查看排队时长与服务可用性
  • 管理已关联的商店账户
  • 查看会话历史记录
  • 查看会员等级权益

Usage Examples

使用示例

Example 1: Library Check

示例1:游戏库查询

User: "What games can I play on GeForce NOW?"
Claude: I'll check your synced library of compatible games.
用户:“我在GeForce NOW上能玩哪些游戏?”
Claude:我将为你查询已同步的兼容游戏库。

Example 2: Queue Status

示例2:排队状态查询

User: "How long is the GeForce NOW queue?"
Claude: I'll check the current queue times for your membership tier.
用户:“GeForce NOW的排队时长是多久?”
Claude:我将为你查询当前你的会员等级对应的排队时长。

Example 3: Connected Accounts

示例3:关联账户查询

User: "Which stores are linked to my GeForce NOW?"
Claude: I'll check which game stores are connected to your account.
用户:“我的GeForce NOW关联了哪些商店?”
Claude:我将为你查询你的账户已关联的游戏商店。

Authentication Flow

认证流程

  1. Navigate to play.geforcenow.com via Playwright MCP
  2. Click "Log In" button
  3. Enter NVIDIA credentials
  4. Handle 2FA if enabled
  5. Maintain session for subsequent requests
  1. 通过Playwright MCP导航至play.geforcenow.com
  2. 点击“登录”按钮
  3. 输入NVIDIA凭证
  4. 若启用了双因素认证则完成验证
  5. 维持会话以便后续请求使用

Error Handling

错误处理

  • Login Failed: Retry authentication up to 3 times, then notify via iMessage
  • Session Expired: Re-authenticate with NVIDIA
  • 2FA Required: Wait for code via email
  • Rate Limited: Implement exponential backoff
  • Game Unavailable: Check publisher support
  • 登录失败:最多重试3次认证,随后通过iMessage通知用户
  • 会话过期:重新向NVIDIA进行认证
  • 需要双因素认证:等待通过邮件发送的验证码
  • 请求受限:实现指数退避机制
  • 游戏不可用:检查发行商支持情况

Self-Improvement Instructions

自我改进说明

When encountering new UI patterns:
  1. Document GeForce NOW interface changes
  2. Update selectors for new layouts
  3. Track supported game additions
  4. Monitor tier benefit changes
当遇到新的UI模式时:
  1. 记录GeForce NOW的界面变更
  2. 更新适配新布局的选择器
  3. 追踪新增的支持游戏
  4. 监控会员等级权益的变化

Notes

注意事项

  • Free tier has queue and session limits
  • Priority and Ultimate tiers available
  • Games must be owned on linked stores
  • RTX support on higher tiers
  • 免费版存在排队时长和会话时长限制
  • 提供优先版和终极版会员等级
  • 游戏必须在已关联的商店中拥有
  • 高级会员等级支持RTX功能