---
title: "List Chat Skills"
method: GET
path: "/api/v1/chat-ai/skills"
tags: ["chat-ai", "chat_skills"]
---

# List Chat Skills

`GET /api/v1/chat-ai/skills`

List the tenant's skills — builtin, curated and custom — metadata only.

## Response `200`

Successful Response

- ChatSkillRead[]
  - `slug` string, required
  - `title` string, required
  - `description` string, required
  - `when_to_use` string, nullable, required
  - `category` string, required
  - `source` 'builtin' | 'curated' | 'custom', required
  - `enabled` boolean, required
  - `locked` boolean, required

---

[API](https://skmtc.dev/getanana/apis/cleon-api.md) · [All operations](https://skmtc.dev/getanana/apis/cleon-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getanana/cleon-api/revisions/3ad158624c53/schema)
