---
title: "List skills"
method: GET
path: "/skill"
---

# List skills

`GET /skill`

Get a list of all available skills in the OpenCode system.

## Query parameters

- `directory` string
- `workspace` string

## Response `200`

List of skills

- object[]
  - `name` string, required
  - `description` string, required
  - `location` string, required
  - `content` string, required
  - `useWhen` string

---

[API](https://skmtc.net/kaaass/apis/opencode.md) · [All operations](https://skmtc.net/kaaass/apis/opencode/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kaaass/opencode/revisions/8bb9a15bd144/schema)
