streamyard
30
总安装量
30
周安装量
#7017
全站排名
安装命令
npx skills add https://github.com/andrejones92/canifi-life-os --skill streamyard
Agent 安装分布
claude-code
27
gemini-cli
24
opencode
24
codex
21
cursor
21
Skill 文档
StreamYard Skill
Overview
Enables Claude to use StreamYard for live streaming management including scheduling broadcasts, managing recordings, and configuring stream destinations.
Quick Install
curl -sSL https://canifi.com/skills/streamyard/install.sh | bash
Or manually:
cp -r skills/streamyard ~/.canifi/skills/
Setup
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set STREAMYARD_EMAIL "your-email@example.com"
canifi-env set STREAMYARD_PASSWORD "your-password"
Privacy & Authentication
Your credentials, your choice. Canifi LifeOS respects your privacy.
Option 1: Manual Browser Login (Recommended)
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
Option 2: Environment Variables
If you’re comfortable sharing credentials, you can store them locally:
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.
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
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
Example 2: Download Recording
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
Example 3: View Destinations
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
Authentication Flow
- Navigate to streamyard.com via Playwright MCP
- Click “Log in” and enter email
- Enter password
- Handle Google SSO if configured
- Complete 2FA if required (via 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
Self-Improvement Instructions
When StreamYard updates:
- Document new streaming features
- Update destination platform options
- Track recording capabilities
- Log guest management improvements
Notes
- Browser-based streaming platform
- Multistream to multiple platforms
- Guest links for remote participants
- Recording stored for limited time
- Branding customization available