---
title: "Changes to Create a new skill"
method: POST
path: "/api/v1/skills"
---

# Changes to Create a new skill

`POST /api/v1/skills`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 3 of 11 revisions.

- **2026-01-29** `25721894961a` — 4 breaking, 2 warning, 3 info
- **2026-01-21** `ba253fbf08a7` — 1 breaking, 4 info
- **2026-01-20** `e8c3444560be` — 1 info

## Changes

- **2026-01-29** `25721894961a` — 4 breaking, 2 warning, 3 info
  - added the new required request property `repoName`
  - added the new required request property `skillName`
  - removed the required property `skill/displayName` from the response with the `201` status
  - removed the required property `skill/slug` from the response with the `201` status
  - removed the request property `displayName`
  - removed the request property `slug`
  - added the optional property `skill/totalInstalls` to the response with the `201` status
  - added the required property `skill/repoName` to the response with the `201` status
  - added the required property `skill/skillName` to the response with the `201` status
- **2026-01-21** `ba253fbf08a7` — 1 breaking, 4 info
  - the response property `skill/version` became optional for the status `201`
  - the request property `version` became optional
  - the `version` request property default value `1.0.0` was added
  - added the optional property `skill/developerId` to the response with the `201` status
  - the `version` response's property default value `1.0.0` was added for the status `201`
- **2026-01-20** `e8c3444560be` — 1 info
  - endpoint added

---

[Operation](https://skmtc.dev/corespeed-io/apis/mcp-store-api/docs/api/v1/skills/post.md) · [API](https://skmtc.dev/corespeed-io/apis/mcp-store-api.md) · [Page](https://skmtc.dev/corespeed-io/apis/mcp-store-api/changes/api/v1/skills/post)
