riverside
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseRiverside 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 | bashOr 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
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set RIVERSIDE_EMAIL "your-email@example.com"
canifi-env set RIVERSIDE_PASSWORD "your-password"
undefinedcanifi-env set RIVERSIDE_EMAIL "your-email@example.com"
canifi-env set RIVERSIDE_PASSWORD "your-password"
undefinedPrivacy & 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:
- 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
如果您不想与Claude Code共享凭据:
- 使用CDP模式完成浏览器自动化设置
- 在Playwright控制的Chrome窗口中手动登录该服务
- 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
认证流程
- Navigate to riverside.fm via Playwright MCP
- Click "Log in" and enter email
- Enter password
- Handle Google SSO if configured
- Complete 2FA if required (via iMessage)
- 通过Playwright MCP导航至riverside.fm
- 点击“登录”并输入邮箱
- 输入密码
- 若已配置,处理Google单点登录(SSO)
- 若需要,完成双因素认证(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:
- Document new recording features
- Update export format options
- Track Magic Clips improvements
- Log transcription enhancements
当Riverside更新时:
- 记录新的录制功能
- 更新导出格式选项
- 追踪Magic Clips的改进
- 记录转录功能的增强
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生成精彩片段
- 处理时间因内容长度而异
- 工作室设置按用户保存