---
title: "Upload Skill"
method: POST
path: "/v2/teams/{teamId}/skills/upload"
tags: ["Skills"]
---

# Upload Skill

`POST /v2/teams/{teamId}/skills/upload`

Create or update a skill by uploading a SKILL.md file or a ZIP archive containing SKILL.md at the root. If a skill with the same name exists in the team, it will be updated.

## Path parameters

- `teamId` string, required

## Response `200`

Default Response

- object
  - `skill` object, required
    - `id` string, uuid, required
    - `name` string, required
    - `description` string, required
    - `team_id` string, uuid, required

## Other responses

- `201` — Default Response
- `400` — Default Response
- `401` — Default Response
- `403` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
