---
title: "Update Skill"
method: PUT
path: "/v1/skills/{skill_id}"
tags: ["v1", "protected", "skills"]
---

# Update Skill

`PUT /v1/skills/{skill_id}`

Update a skill.

## Path parameters

- `skill_id` string, uuid, required

## Request body

- SkillUpdateRequest — Request to update a skill.
  - `content` string, nullable — New content (only for content-type skills)
  - `description` string, nullable — New description
  - `name` string, nullable — New name

## Response `200`

Successful Response

- SkillResponse — Skill response model.
  - `created_at` string, required
  - `description` string, nullable, required
  - `id` string, required
  - `is_catalog` boolean
  - `name` string, required
  - `network_scope` string, required
  - `registry_item_id` string, nullable
  - `slug` string, required
  - `source_type` string, required
  - `source_url` string, nullable, required
  - `update_available` boolean
  - `updated_at` string, required
  - `workspace_id` string, required

## Other responses

- `422` — Validation Error

## Changes

> 20 revisions in range; 1 not diffed, 4 could not be searched.

- **2026-06-18** `dad98bb65260` — 1 breaking, 5 info
  - removed the required property `has_files` from the response with the `200` status
  - added the optional property `is_catalog` to the response with the `200` status
  - added the optional property `registry_item_id` to the response with the `200` status
  - added the optional property `update_available` to the response with the `200` status
  - …2 more
- **2026-03-30** `e9c153221160` — 2 breaking, 3 warning, 1 info
  - removed the required property `network_scope` from the response with the `200` status
  - removed the required property `slug` from the response with the `200` status
  - removed the optional property `is_catalog` from the response with the `200` status
  - removed the optional property `registry_item_id` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/skills/:skill_id/put.md)

---

[API](https://skmtc.dev/agentarea/apis/agentarea-api.md) · [All operations](https://skmtc.dev/agentarea/apis/agentarea-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/agentarea/agentarea-api/revisions/42240c74704e/schema)
