---
title: "List Skills"
method: GET
path: "/api/skills/"
tags: ["skills"]
---

# List Skills

`GET /api/skills/`

List all available skills

Returns:
    List of available skills with basic information

## Response `200`

Successful Response

- SkillInfo[]
  - `name` string, required — Skill name
  - `description` string, required — Skill description
  - `when_to_use` string, required — When to use this skill
  - `tags` string[] — Skill tags

---

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