---
title: "GET /api/v1/skillhub/catalog"
method: GET
path: "/api/v1/skillhub/catalog"
tags: ["SkillHub"]
---

# GET /api/v1/skillhub/catalog

`GET /api/v1/skillhub/catalog`

## Response `200`

SkillHub catalog

- object
  - `skills` object[], required
    - `slug` string, required
    - `name` string, required
    - `description` string, required
    - `downloads` number, required
    - `stars` number, required
    - `tags` string[], required
    - `version` string, required
    - `updatedAt` string, required
  - `installedSlugs` string[], required
  - `installedSkills` object[], required
    - `slug` string, required
    - `source` 'managed' | 'custom' | 'workspace' | 'user', required
    - `name` string, required
    - `description` string, required
    - `installedAt` string, nullable, required
    - `agentId` string, nullable, required
    - `agentName` string, nullable, required
  - `meta` object, nullable, required
    - `version` string, required
    - `updatedAt` string, required
    - `skillCount` number, required
  - `queue` object[], required
    - `slug` string, required
    - `source` 'managed' | 'custom' | 'workspace' | 'user', required
    - `status` 'queued' | 'downloading' | 'installing-deps' | 'done' | 'failed', required
    - `position` number, required
    - `error` string, nullable, required
    - `errorCode` 'skill_not_found' | 'rate_limit' | 'npm_missing' | 'deps_install_failed' | 'unknown', nullable, required
    - `retries` number, required
    - `enqueuedAt` string, required

## Changes

- **2026-04-15** `dca8e91fe933` — 2 warning
  - added the new `deps_install_failed` enum value to the `queue/items/errorCode` response property for the response status `200`
  - added the new `npm_missing` enum value to the `queue/items/errorCode` response property for the response status `200`
- **2026-03-30** `c87fe17eb12b` — 4 warning, 2 info
  - added the new `user` enum value to the `installedSkills/items/source` response property for the response status `200`
  - added the new `user` enum value to the `queue/items/source` response property for the response status `200`
  - added the new `workspace` enum value to the `installedSkills/items/source` response property for the response status `200`
  - added the new `workspace` enum value to the `queue/items/source` response property for the response status `200`
  - …2 more
- **2026-03-24** `d30106ff14cb` — 2 info
  - removed the `curated` enum value from the `installedSkills/items/source` response property for the response status `200`
  - added the required property `queue` to the response with the `200` status
- **2026-03-20** `d506aa63d666` — 1 warning, 1 info
  - added the new `custom` enum value to the `installedSkills/items/source` response property for the response status `200`
  - added the required property `installedSkills/items/installedAt` to the response with the `200` status
- …earlier changes not shown

[Full history](https://skmtc.dev/nexu-io/apis/nexu-controller-api/changes/api/v1/skillhub/catalog/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)
