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: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.
Choose Scope
Select Project to install in the current directory (committed with your project), or Global to make it available across all projects.
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.
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:Uninstall
Remove the skill directory from your project:Learn More
- skills.sh — Browse and manage agent skills
- Quickstart — Get started with the Reap API
- Authentication — Set up your API key