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

# List skills

`GET /skill`

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

## Query parameters

- `directory` string

## Response `200`

List of skills

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

## Changes

- **2026-01-31** `09d871a84980` — 1 info
  - added the required property `items/content` to the response with the `200` status
- **2026-01-16** `5699d3b45832` — 1 info
  - endpoint added
- **2026-01-14** `099a52ba8e1c` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/martian-engineering/apis/voltcode/changes/skill/get.md)

---

[API](https://skmtc.dev/martian-engineering/apis/voltcode.md) · [All operations](https://skmtc.dev/martian-engineering/apis/voltcode/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/martian-engineering/voltcode/revisions/d28625e4a7ea/schema)
