---
title: "List System Skills"
method: GET
path: "/v2/skills/system"
tags: ["Skills"]
---

# List System Skills

`GET /v2/skills/system`

List all system skills (skills available to all teams).

## Response `200`

Default Response

- object
  - `skills` object[], required — System skills available to all teams
    - `id` string, uuid, required — Unique skill identifier
    - `name` string, required — Human-readable skill name
    - `description` string, required — Short summary of what the skill does

## Other responses

- `401` — Default Response
- `403` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
