---
title: "Upload a single skill"
method: POST
path: "/api/v1/claude/skills/upload"
tags: ["claude", "claude"]
---

# Upload a single skill

`POST /api/v1/claude/skills/upload`

Upload a single skill to the Anthropic Skills API.

**Required:** At least one file must be named `SKILL.md` and contain valid
YAML frontmatter with `name` and `description` fields.

**Optional extra files:** Additional `.py`, `.json`, `.txt` etc. files can
be included alongside `SKILL.md` to give the skill scripts or resources.

Returns the Anthropic skill object including `id` and `latest_version`.

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/brandbooster/apis/fastapi.md) · [All operations](https://skmtc.dev/brandbooster/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/brandbooster/fastapi/revisions/624917d53409/schema)
