riverside

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Riverside Skill

Riverside Skill

Overview

概述

Enables Claude to use Riverside.fm for podcast and interview recording management including accessing recordings, managing transcripts, and exporting content.
让Claude能够使用Riverside.fm进行播客与访谈录制管理,包括访问录制内容、管理转录文本以及导出文件。

Quick Install

快速安装

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

Setup

设置

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

First, ensure canifi-env is installed:

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

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

功能特性

  • Access and manage studio recordings
  • View and export transcriptions
  • Download high-quality audio/video tracks
  • Manage recording sessions
  • Access Magic Clips and highlights
  • Configure studio settings
  • 访问并管理工作室录制内容
  • 查看并导出转录文本
  • 下载高质量音视频轨道
  • 管理录制会话
  • 访问Magic Clips及精彩片段
  • 配置工作室设置

Usage Examples

使用示例

Example 1: Download Recording

示例1:下载录制内容

User: "Download the separate audio tracks from my interview"
Claude: I'll download your recording tracks.
1. Opening Riverside via Playwright MCP
2. Navigating to your studios
3. Finding the interview recording
4. Accessing download options
5. Downloading individual audio tracks
用户:“下载我访谈中的独立音频轨道”
Claude:我将为您下载录制轨道。
1. 通过Playwright MCP打开Riverside
2. 导航至您的工作室
3. 找到访谈录制内容
4. 访问下载选项
5. 下载单个音频轨道

Example 2: Get Transcript

示例2:获取转录文本

User: "Export the transcript from yesterday's podcast"
Claude: I'll export the transcript.
1. Finding yesterday's recording
2. Accessing transcript tab
3. Exporting as text format
4. Downloading to your folder
用户:“导出昨天播客的转录文本”
Claude:我将为您导出转录文本。
1. 找到昨天的录制内容
2. 访问转录文本标签页
3. 导出为文本格式
4. 下载至您的文件夹

Example 3: View Magic Clips

示例3:查看Magic Clips

User: "Show me the AI-generated highlights from my episode"
Claude: I'll find your Magic Clips.
1. Opening the episode recording
2. Navigating to Magic Clips section
3. Listing generated highlights
4. Providing preview links
用户:“展示我节目中AI生成的精彩片段”
Claude:我将为您查找Magic Clips。
1. 打开节目录制内容
2. 导航至Magic Clips板块
3. 列出生成的精彩片段
4. 提供预览链接

Authentication Flow

认证流程

  1. Navigate to riverside.fm 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导航至riverside.fm
  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
  • Export Failed: Verify file availability
  • 登录失败:最多重试3次,通过iMessage通知
  • 会话过期:自动重新认证
  • 请求受限:实现指数退避机制
  • 需要2FA:发送iMessage通知
  • 录制内容不可用:检查处理状态
  • 导出失败:验证文件可用性

Self-Improvement Instructions

自我更新说明

When Riverside updates:
  1. Document new recording features
  2. Update export format options
  3. Track Magic Clips improvements
  4. Log transcription enhancements
当Riverside更新时:
  1. 记录新的录制功能
  2. 更新导出格式选项
  3. 追踪Magic Clips的改进
  4. 记录转录功能的增强

Notes

注意事项

  • Local recording ensures quality
  • Separate tracks per participant
  • Magic Clips uses AI for highlights
  • Processing time varies by length
  • Studio settings persist per user
  • 本地录制确保质量
  • 为每位参与者提供独立轨道
  • Magic Clips使用AI生成精彩片段
  • 处理时间因内容长度而异
  • 工作室设置按用户保存