openclip-ugc-ads
Installation
SKILL.md
OpenClip: UGC ad generation
generate_ugc renders a short vertical UGC-style clip (roughly 7 to 12 seconds) from a creative
brief. Free accounts get ONE generation per day. Paid accounts are metered in credits by the
seconds rendered.
Renders are heavy. Expect a couple of minutes per clip, not seconds.
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>.