---
title: "List user-distilled copilot skills"
method: GET
path: "/api/skills"
tags: ["v1", "skills"]
---

# List user-distilled copilot skills

`GET /api/skills`

Return user-stored skills for the current user.

Reuses :func:`backend.copilot.tools.skills.list_user_skills` so the
library UI sees the exact same set the copilot ``<available_skills>``
block surfaces, minus the built-in defaults (which are read-only and
handled separately by the copilot runtime).

## Response `200`

Successful Response

- CopilotSkillInfo[]
  - `name` string, required
  - `description` string, required
  - `triggers` string[]

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.net/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/versions/382041c7ecb2/schema)
