---
title: "Install Skill"
method: POST
path: "/v1/skills/{skill_id}/install"
tags: ["v1", "protected", "skills"]
---

# Install Skill

`POST /v1/skills/{skill_id}/install`

Add a built-in catalog skill to the workspace.

## Path parameters

- `skill_id` string, uuid, required

## 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

- **2026-06-18** `dad98bb65260` — 1 info
  - endpoint added
- **2026-03-30** `e9c153221160` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/agentarea/apis/agentarea-api/changes/v1/skills/:skill_id/install/post.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)
