---
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

---

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