Skip to main content

Overview

Install the Reap Automation 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 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 Automation 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”

Create Pipelines

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

Generate Code

“Write a Python script that creates a caption project with the Reap API”

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