---
title: "List skills"
method: GET
path: "/api/v1/skills"
tags: ["Skills"]
---

# List skills

`GET /api/v1/skills`

Returns a paginated list of skills with optional filtering

## Query parameters

- `limit` integer — Max skills per page (max: 100, default: 12)
- `cursor` string — Pagination cursor from previous response
- `sort` string — Sort by 'skillName' or 'updatedAt' (default)
- `search` string — Filter by name or description
- `tag` string — Filter by tag
- `scope` string — Filter by publisher scope

## Response `200`

List of skills

- SkillListResponse
  - `skills` Skill[], required
    - `scope` string, required
    - `repoName` string, required
    - `skillName` string, required
    - `description` string, required
    - `sourceUrl` string, uri, required
    - `version` string
    - `author` string
    - `category` string
    - `tags` string[]
    - `triggerConditions` string[]
    - `dependencies` string[]
    - `totalInstalls` number
    - `createdAt` string, date-time
    - `updatedAt` string, date-time, required
    - `developerId` string
    - `id` string, required
  - `next` string
  - `totalCount` number, required

## Changes

- **2026-01-29** `25721894961a` — 2 breaking, 3 info
  - removed the required property `skills/items/displayName` from the response with the `200` status
  - removed the required property `skills/items/slug` from the response with the `200` status
  - added the optional property `skills/items/totalInstalls` to the response with the `200` status
  - added the required property `skills/items/repoName` to the response with the `200` status
  - …1 more
- **2026-01-21** `ba253fbf08a7` — 1 breaking, 2 info
  - the response property `skills/items/version` became optional for the status `200`
  - added the optional property `skills/items/developerId` to the response with the `200` status
  - the `version` response's property default value `1.0.0` was added for the status `200`
- **2026-01-20** `e8c3444560be` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/corespeed-io/apis/mcp-store-api/changes/api/v1/skills/get.md)

---

[API](https://skmtc.dev/corespeed-io/apis/mcp-store-api.md) · [All operations](https://skmtc.dev/corespeed-io/apis/mcp-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/corespeed-io/mcp-store-api/revisions/25721894961a/schema)
