---
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 — Unique skill identifier
    - `name` string, required — Skill name
    - `description` string — Skill description
    - `version` string — Skill version
    - `tags` string[] — Skill tags for categorization
    - `input_modes` string[] — Accepted input MIME types
    - `output_modes` string[] — Supported output MIME types
    - `examples` string[] — Example use cases
    - `documentation_path` string — Path to skill documentation file
  - `total` integer — Total number of skills

## Changes

- **2026-02-12** `970d68a5c55d` — 6 info
  - added the optional property `skills/items/documentation_path` to the response with the `200` status
  - added the optional property `skills/items/examples` to the response with the `200` status
  - added the optional property `skills/items/input_modes` to the response with the `200` status
  - added the optional property `skills/items/output_modes` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/getbindu/apis/bindu-agent-api/changes/agent/skills/get.md)

---

[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/aec28fa7bf81/schema)
