---
title: "List clone skills"
method: GET
path: "/public/v1/clones/{cloneId}/skills"
tags: ["Skills"]
---

# List clone skills

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

Returns all skills attached to a clone, excluding hidden system skills.

## Path parameters

- `cloneId` string, required

## Query parameters

- `active` 'true' | 'false'

## Response `200`

Skill list

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

## Other responses

- `401` — Missing or invalid API key
- `403` — API key lacks required scope
- `404` — Resource not found

---

[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)
