streamyard

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

StreamYard Skill

StreamYard Skill

Overview

概述

Enables Claude to use StreamYard for live streaming management including scheduling broadcasts, managing recordings, and configuring stream destinations.
让Claude能够使用StreamYard进行直播管理,包括调度广播、管理录制内容以及配置直播目的地。

Quick Install

快速安装

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

Setup

设置

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

First, ensure canifi-env is installed:

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

canifi-env set STREAMYARD_EMAIL "your-email@example.com" canifi-env set STREAMYARD_PASSWORD "your-password"
undefined
canifi-env set STREAMYARD_EMAIL "your-email@example.com" canifi-env set STREAMYARD_PASSWORD "your-password"
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

功能

  • Manage broadcast schedules
  • Access recorded streams
  • Configure streaming destinations
  • Manage guest invitations
  • View broadcast history
  • Download stream recordings
  • 管理广播调度
  • 访问已录制的直播内容
  • 配置直播目的地
  • 管理嘉宾邀请
  • 查看广播历史
  • 下载直播录制内容

Usage Examples

使用示例

Example 1: Check Scheduled Broadcasts

示例1:查看已调度的广播

User: "What live streams do I have scheduled this week?"
Claude: I'll check your broadcast schedule.
1. Opening StreamYard via Playwright MCP
2. Navigating to broadcasts
3. Viewing scheduled streams
4. Filtering to this week
5. Summarizing upcoming broadcasts
用户:“我这周有哪些已调度的直播?”
Claude:我将为您查看广播调度。
1. 通过Playwright MCP打开StreamYard
2. 导航至广播页面
3. 查看已调度的直播
4. 筛选出本周的内容
5. 总结即将到来的广播

Example 2: Download Recording

示例2:下载录制内容

User: "Download the recording from my last webinar"
Claude: I'll download your recording.
1. Opening past broadcasts
2. Finding the webinar recording
3. Accessing download options
4. Initiating video download
用户:“下载我上次网络研讨会的录制内容”
Claude:我将为您下载录制内容。
1. 打开过往广播页面
2. 找到网络研讨会的录制内容
3. 进入下载选项
4. 启动视频下载

Example 3: View Destinations

示例3:查看直播目的地

User: "Which platforms am I set up to stream to?"
Claude: I'll check your destinations.
1. Opening destination settings
2. Listing connected platforms
3. Verifying connection status
4. Summarizing streaming options
用户:“我设置了哪些可直播的平台?”
Claude:我将为您查看目的地设置。
1. 打开目的地设置页面
2. 列出已连接的平台
3. 验证连接状态
4. 总结直播选项

Authentication Flow

认证流程

  1. Navigate to streamyard.com via Playwright MCP
  2. Click "Log in" and enter email
  3. Enter password
  4. Handle Google SSO if configured
  5. Complete 2FA if required (via iMessage)
  1. 通过Playwright MCP导航至streamyard.com
  2. 点击“登录”并输入邮箱
  3. 输入密码
  4. 若已配置则处理Google单点登录(SSO)
  5. 若需要则完成双因素认证(2FA)(通过iMessage)

Error Handling

错误处理

  • Login Failed: Retry up to 3 times, notify via iMessage
  • Session Expired: Re-authenticate automatically
  • Rate Limited: Implement exponential backoff
  • 2FA Required: Send iMessage notification
  • Recording Unavailable: Check processing status
  • Destination Error: Verify platform connections
  • 登录失败:最多重试3次,通过iMessage通知
  • 会话过期:自动重新认证
  • 速率限制:实现指数退避机制
  • 需要2FA:发送iMessage通知
  • 录制内容不可用:检查处理状态
  • 目的地错误:验证平台连接

Self-Improvement Instructions

自我改进说明

When StreamYard updates:
  1. Document new streaming features
  2. Update destination platform options
  3. Track recording capabilities
  4. Log guest management improvements
当StreamYard更新时:
  1. 记录新的直播功能
  2. 更新目的地平台选项
  3. 跟踪录制功能的变化
  4. 记录嘉宾管理功能的改进

Notes

注意事项

  • Browser-based streaming platform
  • Multistream to multiple platforms
  • Guest links for remote participants
  • Recording stored for limited time
  • Branding customization available
  • 基于浏览器的直播平台
  • 支持向多平台同时直播
  • 为远程参与者提供嘉宾链接
  • 录制内容仅存储有限时间
  • 支持品牌定制