---
title: "Install skill from URL"
method: POST
path: "/skill/install"
---

# Install skill from URL

`POST /skill/install`

Download and install a skill from a remote URL or registry.

## Query parameters

- `directory` string

## Request body

- object
  - `url` string, required — URL to skill registry or individual skill

## Response `200`

Installed skill names

- object
  - `installed` string[], required

## Other responses

- `400` — Bad request

---

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