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

# List skills

`GET /skill`

Get all available skills with verification status.

## Query parameters

- `directory` string

## Response `200`

List of skills

- object[]
  - `name` string, required
  - `description` string, required
  - `verified` string
  - `category` string
  - `owasp_id` string
  - `version` string
  - `author` string
  - `tags` string[]
  - `tech_stack` string[]
  - `cwe_ids` string[]
  - `chains_with` string[]

## Changes

- **2026-04-10** `3e3822f627bd` — 2 breaking, 10 info
  - removed the required property `items/content` from the response with the `200` status
  - removed the required property `items/location` from the response with the `200` status
  - api operation id `app.skills` removed and replaced with `skill.list`
  - added the optional property `items/author` to the response with the `200` status
  - …8 more
- **2026-01-31** `09d871a84980` — 1 info
  - added the required property `items/content` to the response with the `200` status
- **2026-01-20** `c7ae6a68e4fb` — 9 warning, 2 info
  - removed the optional property `items/author` from the response with the `200` status
  - removed the optional property `items/category` from the response with the `200` status
  - removed the optional property `items/chains_with` from the response with the `200` status
  - removed the optional property `items/cwe_ids` from the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/changes/skill/get.md)

---

[API](https://skmtc.dev/cyberstrikeus/apis/cyberstrike.md) · [All operations](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cyberstrikeus/cyberstrike/revisions/60718ff578c8/schema)
