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

---

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