---
title: "List all skills this agent publishes"
method: GET
path: "/agent/skills"
tags: ["Skills"]
---

# List all skills this agent publishes

`GET /agent/skills`

## Response `200`

Array of skill summaries

- SkillSummary[]
  - `id` string, required — Stable identifier, e.g. `"pdf-summarize-v1"`.
  - `name` string, required — Human-readable display name.
  - `description` string, required
  - `tags` string[]
  - `version` string

## Changes

- **2026-04-21** `8a22dc180044` — 1 breaking, 2 warning, 1 info
  - the response's body type/format changed from `object`/`` to `array`/`` for status `200`
  - removed the optional property `skills` from the response with the `200` status
  - removed the optional property `total` from the response with the `200` status
  - api operation id `listSkills` removed and replaced with ``
- **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/e070faa5425b/schema)
