openclip-captions
Installation
SKILL.md
OpenClip: captions on clips
render_clip burns animated captions into a viral moment produced by the OpenClip clipping
pipeline. This is part of the PAID pipeline, it needs an active subscription and credits.
Captions here are rendered into the video, not a sidecar subtitle file. If the user wants an
SRT or VTT file instead, that is the free transcribe tool, see openclip-transcription.
Setup (once)
OpenClip is a remote MCP server at https://openclip.app/mcp. Sign in with your OpenClip
account when the OAuth prompt appears, there is no API key to copy.
- Claude Code:
claude mcp add --transport http openclip https://openclip.app/mcp, then/mcpto authorize. - Claude Desktop / web: Settings, Connectors, "Add custom connector", paste the URL, sign in.
- Cursor (
.cursor/mcp.json):{ "mcpServers": { "openclip": { "url": "https://openclip.app/mcp" } } } - Header-only clients: mint an MCP token at
openclip.app/settings/connectand connect tohttps://openclip.app/mcp/keywithAuthorization: Bearer <token>.