---
title: "Search skills"
method: GET
path: "/skill/search"
---

# Search skills

`GET /skill/search`

Search skills by keyword, tech stack, CWE, or category.

## Query parameters

- `directory` string
- `q` string
- `tech` string
- `cwe` string
- `category` string
- `tag` string

## Response `200`

Search results

- 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` — 1 info
  - endpoint added
- **2026-01-20** `c7ae6a68e4fb` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/cyberstrikeus/apis/cyberstrike/changes/skill/search/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)
