Skip to main content
A code package the agent loads. It documents how to call the OpusClip API and includes worked samples the agent adapts at runtime. Pro-tier API access is in Beta. The limits described on Limitations apply to Pro Beta and Max unless noted otherwise. Business customers have API access per their contract.
Prefer a hosted, OAuth-based integration with no API key handling? Use the MCP Server (Cursor, Cline, Claude Code, and other MCP hosts) or the Claude Connector (Claude.ai).

Install

Get an API key from the OpusClip dashboard under API Access → Create key. Set it in the shell that launches the agent:
Do not paste API keys into chat with the agent. Chat content can be retained in transcripts, logs, and model context. Set the key in the shell environment as shown above.
Install the skill in your host: Claude Code
Codex (CLI and App)
OpenClaw
Claude.ai Web and Claude Cowork (Pro+ Anthropic subscription)
  • Clone the repository:
  • cd skills && zip -r opusclip-skill.zip opusclip
  • Upload the zip at Settings → Customize → Skills.
Other hosts with npx skills

Verify installation

Start a new conversation and run:
List my recent OpusClip projects
The agent should call the skill and return a list (or report that the API key is missing). If nothing happens, confirm the plugin loaded and that OPUSCLIP_API_KEY is set in the shell that launched the host.

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 for details.