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.
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.Next
- Overcut API Skill: manage your account from your agent.
- Convert to Overcut: migrate an existing framework into Overcut.