Skip to main content
Overcut publishes official skills that connect an AI coding agent to Overcut. Install one, and your agent can manage your Overcut account in plain language or convert an existing automation framework into Overcut artifacts, without you writing GraphQL or learning a new format. The skills follow the open Agent Skills spec, so any agent that supports SKILL.md can use them. They are published from the open-source overcut-ai/overcut-skills repository.
This section is about skills your coding agent runs. For the in-product Skills feature (adding SKILL.md-based skills to your Overcut agents), see the Skills reference.

The skills

Overcut API Skill

Connect to the Overcut GraphQL API with a personal token to explore and manage your account: build workflows, agents, and orchestrations, monitor and analyze executions, and debug runs.

Convert to Overcut

Convert an existing agent or automation framework (Argo, LangGraph, CrewAI, n8n, GitHub Actions, and more) into Overcut-ready Skills, Agents, and Workflow definitions.
The Overcut API Skill (overcut-api) is the main one, and the place to start. The Convert to Overcut skill (convert-to-overcut) is for migrations, and hands off to the API skill when you are ready to import the result into a live project.

Install

You add these skills the same way you add any skill to your agent. The exact steps and commands vary by agent, so check your agent’s documentation. There are two common paths:

Install from the plugin marketplace

If your agent supports plugin marketplaces, add the marketplace repository overcut-ai/overcut-skills and install the plugin you want: overcut for the API skill, overcut-importer for the converter.

Or copy the skill folder

Otherwise, clone the overcut-ai/overcut-skills repository and copy the skill folder you want (under plugins/<plugin>/skills/, including its references/, scripts/, and assets/) into the directory your agent loads SKILL.md skills from.
For example, in Claude Code:
Once installed, your agent uses the skill automatically when your request matches it.

Next