---
title: "Vote on a skill"
method: POST
path: "/skills/{namespace}/{slug}/vote"
tags: ["skills"]
---

# Vote on a skill

`POST /skills/{namespace}/{slug}/vote`

Upvote or downvote a skill. Updates existing vote if one exists.

## Path parameters

- `namespace` string, required
- `slug` string, required

## Request body

- SkillVoteRequest
  - `vote` 'up' | 'down', required — Vote direction

## Response `200`

Vote recorded

- SkillVoteResponse
  - `vote` 'up' | 'down', required — Vote direction
  - `createdAt` string, required

## Other responses

- `404` — Skill not found

## Changes

- **2026-02-05** `9d53933ba12e` — 2 breaking, 1 warning, 1 info
  - added the new required request property `vote`
  - removed the required property `isPositive` from the response with the `200` status
  - removed the request property `isPositive`
  - added the required property `vote` to the response with the `200` status
- **2026-02-04** `4020fdd518f2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/changes/skills/:namespace/:slug/vote/post.md)

---

[API](https://skmtc.dev/smithery-ai/apis/smithery-platform-api.md) · [All operations](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/llms.txt) · [OpenAPI document](https://skmtc.dev/smithery-ai/apis/smithery-platform-api/revisions/9d53933ba12e?raw)
