---
title: "Import Cursor Skills Handler"
method: POST
path: "/api/skills/import/cursor"
tags: ["runtime_mutations", "skills"]
---

# Import Cursor Skills Handler

`POST /api/skills/import/cursor`

Import skills from Cursor (~/.cursor/skills/).

## Request body

- ImportCursorRequest
  - `overwrite` string[], nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `abf76937a751` — 1 breaking, 3 info
  - removed `#/components/schemas/quadrillion__handlers__skills___ImportCursorRequest` from the request body `anyOf` list
  - added `#/components/schemas/_ImportCursorRequest` to the request body `anyOf` list
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-09-15** `eae77e1ddc40` — 1 breaking, 1 info
  - removed `#/components/schemas/quadrillion__handlers__rules___ImportCursorRequest` from the request body `anyOf` list
  - added `#/components/schemas/quadrillion__handlers__skills___ImportCursorRequest` to the request body `anyOf` list
- **2026-09-14** `d3033e2daaf5` — 1 breaking, 1 info
  - removed `#/components/schemas/quadrillion__handlers__skills___ImportCursorRequest` from the request body `anyOf` list
  - added `#/components/schemas/quadrillion__handlers__rules___ImportCursorRequest` to the request body `anyOf` list
- **2026-09-12** `8ea1ac537802` — 1 breaking, 1 info
  - removed `#/components/schemas/quadrillion__handlers__rules___ImportCursorRequest` from the request body `anyOf` list
  - added `#/components/schemas/quadrillion__handlers__skills___ImportCursorRequest` to the request body `anyOf` list
- …earlier changes not shown

[Full history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/skills/import/cursor/post.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/revisions/d7f2f3b8e82d?raw)
