---
title: "Lists the skills under the ontology's flat skills/ root that the caller can  read (OWNERS-filtered). Returns display metadata only — never instruction  bodies — feeding the chat composer's `/` autocomplete."
method: POST
path: "/textql.rpc.public.patches.OntologyManagementService/ListSkills"
tags: ["OntologyManagementService"]
---

# Lists the skills under the ontology's flat skills/ root that the caller can  read (OWNERS-filtered). Returns display metadata only — never instruction  bodies — feeding the chat composer's `/` autocomplete.

`POST /textql.rpc.public.patches.OntologyManagementService/ListSkills`

Lists the skills under the ontology's flat skills/ root that the caller can
 read (OWNERS-filtered). Returns display metadata only — never instruction
 bodies — feeding the chat composer's `/` autocomplete.

## Headers

- `Connect-Protocol-Version` 1, required — Define the version of the Connect protocol
- `Connect-Timeout-Ms` number — Define the timeout, in ms

## Request body

- TextqlRpcPublicPatchesListSkillsRequest

## Response `200`

Success

- TextqlRpcPublicPatchesListSkillsResponse
  - `skills` TextqlRpcPublicPatchesSkill[]
    - `trigger` string — directory basename — the /<trigger> a user types
    - `name` string — frontmatter display name (may be empty)
    - `description` string — frontmatter description (may be empty)
    - `path` string — ontology-relative path, e.g. "skills/forecast"

## Other responses

- `default` — Error

---

[API](https://skmtc.net/textql/apis/textql-rpc-platform.md) · [All operations](https://skmtc.net/textql/apis/textql-rpc-platform/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/textql/textql-rpc-platform/versions/31ce2b0c4427/schema)
