---
title: "Reload Skills"
method: POST
path: "/api/skills/reload"
tags: ["skills"]
---

# Reload Skills

`POST /api/skills/reload`

Manually reload all skills

Rescans the skills directory and reloads all skills.

Returns:
    Reload status with skill count

## Response `200`

Successful Response

- ReloadResponse — Skills reload response
  - `message` string, required — Status message
  - `count` integer, required — Number of skills loaded

---

[API](https://skmtc.net/xorbitsai/apis/xagent.md) · [All operations](https://skmtc.net/xorbitsai/apis/xagent/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xorbitsai/xagent/revisions/33e4ba4936ad/schema)
