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

# List Agent Skills

`GET /agent/skills`

Returns a list of all skills supported by the agent

## Response `200`

List of skills

- object
  - `skills` SkillSummary[]
    - `id` string, required
    - `name` string, required
    - `description` string
    - `version` string

---

[API](https://skmtc.dev/getbindu/apis/bindu-agent-api.md) · [All operations](https://skmtc.dev/getbindu/apis/bindu-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getbindu/bindu-agent-api/revisions/d4fc2e26bcef/schema)
