Skip to main content
For AI agents: a documentation index is at /llms.txt. Every page is also available as markdown, just append .md to the URL.
Looking to operate your workspace from an agent — create clips, publish, schedule? See the MCP server. This skill gives your agent knowledge of the Reap Public API so it can write integrations for you.

Overview

Install the Reap Public API skill into your AI coding agent so it has full context on every endpoint, schema, and workflow. Once installed, your agent can help you build integrations, create automation pipelines, and use the Reap Public API without you having to reference the docs manually. Supported agents include Cursor, GitHub Copilot, Claude Code, Cline, Codex, Amp, Gemini CLI, and 30+ more.

Install the Skill

Run the following command in your project directory:
npx skills add https://docs.reap.video
The CLI will walk you through four prompts:
1

Select Agents

Choose which agents to install the skill to. Universal agents (Cursor, Copilot, Claude Code, etc.) are pre-selected. You can also pick from 30+ additional agents.
2

Choose Scope

Select Project to install in the current directory (committed with your project), or Global to make it available across all projects.
3

Choose Method

Select Symlink (recommended) for a single source of truth with easy updates, or Copy to duplicate the skill files into each agent’s directory.
4

Confirm & Install

Review the installation summary and confirm. The skill is installed instantly.
Done! Your agent now has full knowledge of the Reap Public API — endpoints, request/response schemas, enums, authentication, and workflows.

What Can Your Agent Do With This Skill?

Once the skill is installed, you can ask your AI agent to:

Build Integrations

“Integrate Reap clipping into my Express backend”

Generate Code & Pipelines

“Write a Python pipeline that uploads a video, creates clips, and polls for completion”

Direct the AI

“Build me a highlight reel of the funniest moments from this podcast — keep clips under 60 seconds”

Debug API Calls

“Why is my create-reframe call returning 400?”

Update the Skill

To pull the latest API changes, re-run the install command:
npx skills add https://docs.reap.video
If you used the Symlink method, the skill updates in place for all agents automatically.

Uninstall

Remove the skill directory from your project:
rm -rf .agents/skills/reap

Learn More