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

## Changes

- **2026-05-23** `17664d0024c0` — 1 info
  - endpoint added
- **2026-04-30** `8c84efcb3afb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/changes/api/skills/get.md)

---

[API](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server.md) · [All operations](https://skmtc.dev/significant-gravitas/apis/autogpt-agent-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/significant-gravitas/autogpt-agent-server/revisions/5dc375899754/schema)
