---
title: "Get skill detail"
method: GET
path: "/skill/{name}"
---

# Get skill detail

`GET /skill/{name}`

Get a single skill with full content.

## Path parameters

- `name` string, required

## Query parameters

- `directory` string

## Response `200`

Skill detail

- object
  - `name` string, required
  - `description` string, required
  - `location` string, required
  - `content` string, required
  - `version` string
  - `author` string
  - `tags` string[]
  - `sha256` string
  - `signature` string
  - `signed_by` string
  - `verified` 'official' | 'community' | 'unverified' | 'tampered'
  - `category` string
  - `owasp_id` string
  - `tech_stack` string[]
  - `cwe_ids` string[]
  - `chains_with` string[]
  - `prerequisites` string[]
  - `severity_boost` object

## Other responses

- `404` — Not found

---

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