---
title: "Create Skill"
method: POST
path: "/v1/skills"
tags: ["v1", "protected", "skills"]
---

# Create Skill

`POST /v1/skills`

Create a new skill from content or GitHub URL.

## Request body

- SkillCreateRequest — Request to create a skill.
  - `content` string, nullable — Raw markdown content
  - `description` string, nullable — Optional description override
  - `github_url` string, nullable — GitHub repository URL
  - `name` string, nullable — Optional name override

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

> 19 revisions in range; 6 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/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/ac18f7025c00/schema)
