clipchamp
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseClipchamp Skill
Clipchamp Skill
Overview
概述
Enables Claude to use Microsoft Clipchamp for video editing including creating projects, using templates, accessing stock media, and exporting finished videos.
让Claude能够使用微软Clipchamp进行视频编辑,包括创建项目、使用模板、访问媒体素材以及导出成品视频。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/clipchamp/install.sh | bashOr manually:
bash
cp -r skills/clipchamp ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/clipchamp/install.sh | bash或手动安装:
bash
cp -r skills/clipchamp ~/.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 CLIPCHAMP_EMAIL "your-email@example.com"
canifi-env set CLIPCHAMP_PASSWORD "your-password"
undefinedcanifi-env set CLIPCHAMP_EMAIL "your-email@example.com"
canifi-env set CLIPCHAMP_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
功能特性
- Create and edit video projects
- Use video templates
- Access stock video and audio
- Apply filters and effects
- Export in various resolutions
- Use text-to-speech features
- 创建和编辑视频项目
- 使用视频模板
- 访问视频和音频素材
- 应用滤镜和特效
- 以多种分辨率导出
- 使用文本转语音功能
Usage Examples
使用示例
Example 1: Create from Template
示例1:从模板创建
User: "Create a promo video using a template"
Claude: I'll create a promo video.
1. Opening Clipchamp via Playwright MCP
2. Browsing promotional templates
3. Selecting suitable template
4. Customizing text and media
5. Exporting the final video用户:“使用模板创建一个宣传视频”
Claude:我将为您创建宣传视频。
1. 通过Playwright MCP打开Clipchamp
2. 浏览宣传类模板
3. 选择合适的模板
4. 自定义文本和媒体内容
5. 导出最终视频Example 2: Add Stock Media
示例2:添加媒体素材
User: "Add some stock footage of office work to my video"
Claude: I'll add stock footage.
1. Opening your video project
2. Browsing stock video library
3. Searching "office work"
4. Adding selected clips to timeline用户:“给我的视频添加一些办公室工作的素材片段”
Claude:我将为您添加素材片段。
1. 打开您的视频项目
2. 浏览视频素材库
3. 搜索“办公室工作”
4. 将选中的片段添加到时间轴Example 3: Export Video
示例3:导出视频
User: "Export my video in 1080p"
Claude: I'll export your video.
1. Opening your project
2. Selecting 1080p export quality
3. Initiating export
4. Downloading finished video用户:“以1080p分辨率导出我的视频”
Claude:我将为您导出视频。
1. 打开您的项目
2. 选择1080p导出画质
3. 启动导出
4. 下载成品视频Authentication Flow
认证流程
- Navigate to clipchamp.com via Playwright MCP
- Click "Sign in" with Microsoft account
- Enter email and password
- Handle 2FA if required (via iMessage)
- Maintain session for editing
- 通过Playwright MCP导航至clipchamp.com
- 点击“使用Microsoft账户登录”
- 输入邮箱和密码
- 如需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
- Export Failed: Check project settings
- Media Error: Verify file formats
- 登录失败:最多重试3次,通过iMessage通知
- 会话过期:自动重新认证
- 速率限制:实现指数退避策略
- 需要2FA:发送iMessage通知
- 导出失败:检查项目设置
- 媒体错误:验证文件格式
Self-Improvement Instructions
自我更新说明
When Clipchamp updates:
- Document new editing features
- Update template categories
- Track AI feature additions
- Log export quality options
当Clipchamp更新时:
- 记录新的编辑功能
- 更新模板分类
- 追踪AI功能新增情况
- 记录导出画质选项
Notes
注意事项
- Part of Microsoft 365
- Free tier available
- Stock media library included
- Browser-based editing
- Integrates with OneDrive
- 属于Microsoft 365的一部分
- 提供免费版
- 包含媒体素材库
- 基于浏览器的编辑
- 与OneDrive集成