---
title: "Get a skill"
method: GET
path: "/skills/{namespace}/{slug}"
tags: ["skills"]
---

# Get a skill

`GET /skills/{namespace}/{slug}`

Get a single skill by its namespace and slug.

## Path parameters

- `namespace` string, required
- `slug` string, required

## Response `200`

Skill found

- object
  - `id` string, required
  - `namespace` string, required
  - `slug` string, required
  - `displayName` string, required
  - `description` string, required
  - `prompt` string, required
  - `qualityScore` number, required
  - `externalStars` number, required
  - `externalForks` number, required
  - `totalActivations` number, required
  - `uniqueUsers` number, required
  - `categories` string[], required
  - `servers` string[], required
  - `gitUrl` string, nullable, required
  - `verified` boolean, required — Whether this skill's namespace is verified.
  - `listed` boolean, required
  - `owner` string, nullable, required — Organization ID of the skill owner (from namespace)
  - `createdAt` string, required

## Other responses

- `404` — Skill not found

---

[API](https://skmtc.net/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.net/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smithery-ai/smithery-platform-api/versions/60b8c3d2fecf/schema)
