Skip to main content

Documentation Index

Fetch the complete documentation index at: https://help.opus.pro/llms.txt

Use this file to discover all available pages before exploring further.

Connect OpusClip to your AI coding agent and drive the API with natural prompts like “clip this video” or “fix the typo in caption 3.” Pro-tier API access is in Beta. The limits described on Limitations apply to Pro Beta unless noted otherwise. Business customers have API access per their contract.
1

Get your API key

In the OpusClip dashboard, go to API AccessCreate key. Set the key in the shell that launches your agent:
export OPUSCLIP_API_KEY=sk-...
2

Install

OpusClip integrates in two ways: a Skill (available today) and MCP (coming in a future release).

Skill

A code package your agent loads to learn when to call the OpusClip API.Claude Code
/plugin marketplace add opus-pro/opus-skills
/plugin install opusclip@opus-skills
Codex (CLI + App)
codex plugin marketplace add github:opus-pro/opus-skills
OpenClaw
openclaw plugins install github:opus-pro/opus-skills/skills/opusclip
Claude.ai Web · Claude Cowork (Pro+ Anthropic subscription)
  • Clone opus-pro/opus-skills.
  • cd skills && zip -r opusclip-skill.zip opusclip
  • Upload the zip at Settings → Customize → Skills.
Other hosts with npx skills
npx skills add opus-pro/opus-skills

MCP (coming soon)

A hosted server your agent connects to (no local install required). Targets Claude Desktop, Cursor, and the Claude.ai connector directory.Subscribe to release notes ->
3

Try it

Clip a video
Clip this YouTube video and give me the top 5 best clips
https://youtube.com/watch?v=...
Inline edits
Fix the typo in caption 4 of clip 3.

What’s next

  • Marketplace listing and security work at skills.sh.
  • Need higher limits? Contact sales.
  • On a Business plan? - Your custom limits live in your contract. Talk to your account manager if you have any questions.