---
title: "GET /api/v1/skillhub/skills/{slug}"
method: GET
path: "/api/v1/skillhub/skills/{slug}"
tags: ["SkillHub"]
---

# GET /api/v1/skillhub/skills/{slug}

`GET /api/v1/skillhub/skills/{slug}`

## Path parameters

- `slug` string, required

## Query parameters

- `source` 'managed' | 'custom' | 'workspace' | 'user'
- `agentId` string

## Response `200`

Skill detail

- object
  - `slug` string, required
  - `name` string, required
  - `description` string, required
  - `downloads` number, required
  - `stars` number, required
  - `tags` string[], required
  - `version` string, required
  - `updatedAt` string, required
  - `installed` boolean, required
  - `installedSource` 'managed' | 'custom' | 'workspace' | 'user', nullable, required
  - `agentId` string, nullable, required
  - `uninstallable` boolean, required
  - `skillContent` string, nullable, required
  - `files` string[], required

## Other responses

- `404` — Not found

## Changes

- **2026-03-30** `c87fe17eb12b` — 5 info
  - added the new optional `query` request parameter `agentId`
  - added the new optional `query` request parameter `source`
  - added the required property `agentId` to the response with the `200` status
  - added the required property `installedSource` to the response with the `200` status
  - …1 more
- **2026-03-25** `15a1677e662f` — 1 breaking, 1 info
  - added the pattern `^[a-z0-9][a-z0-9-]{0,127}$` to the `path` request parameter `slug`
  - for the `path` request parameter `slug`, the minLength was decreased from `1` to `0`
- **2026-03-19** `b7546b758744` — 1 breaking
  - removed the required property `homepage` from the response with the `200` status
- **2026-03-19** `239b3cc94d80` — 4 breaking, 2 warning, 2 info
  - for the `path` request parameter `slug`, the minLength was increased from `0` to `1`
  - removed the required property `agentId` from the response with the `200` status
  - removed the required property `installedSource` from the response with the `200` status
  - removed the required property `uninstallable` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/nexu-io/apis/nexu-controller-api/changes/api/v1/skillhub/skills/:slug/get.md)

---

[API](https://skmtc.dev/nexu-io/apis/nexu-controller-api.md) · [All operations](https://skmtc.dev/nexu-io/apis/nexu-controller-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nexu-io/nexu-controller-api/revisions/ee3237405da6/schema)
