---
title: "Attach a skill to a clone"
method: POST
path: "/public/v1/clones/{cloneId}/skills"
tags: ["Skills"]
---

# Attach a skill to a clone

`POST /public/v1/clones/{cloneId}/skills`

Attaches a marketplace skill to a clone. Returns 409 if already attached.

## Path parameters

- `cloneId` string, required

## Request body

- AddSkillRequest
  - `skillId` string, required
  - `isActive` boolean

## Response `201`

Skill attached

- SkillSummary
  - `name` string, required
  - `skillId` string
  - `description` string
  - `isActive` boolean, required
  - `isSystemSkill` boolean, required
  - `totalRuns` integer, required
  - `accuracy` number, double, required
  - `category` string

## Other responses

- `400` — Bad request
- `401` — Missing or invalid API key
- `403` — API key lacks required scope
- `404` — Resource not found
- `409` — Skill is already attached to this clone

---

[API](https://skmtc.net/clone-global/apis/cloneforce-platform-api.md) · [All operations](https://skmtc.net/clone-global/apis/cloneforce-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clone-global/cloneforce-platform-api/revisions/0841f04b6bd8/schema)
