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

# Admin List Chat Skills

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

List the ctx tenant's skills including bodies (operator inspection).

## Response `200`

Successful Response

- ChatSkillReadWithBody[]
  - `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
  - `body` string, 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/c0f54348e251/schema)
