スキル一覧に戻る
Andrejones92

streamyard

by Andrejones92

0🍴 0📅 2026年1月9日
GitHubで見るManusで実行

SKILL.md


name: streamyard description: Stream live to multiple platforms with StreamYard - manage broadcasts, guests, and recordings category: video

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.

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

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

  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)

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:

  1. Document new streaming features
  2. Update destination platform options
  3. Track recording capabilities
  4. 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

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です