Skip to main content
GET
/
agent
/
skills
List all skills this agent publishes
curl --request GET \
  --url http://localhost:3773/agent/skills
[
  {
    "id": "example-v1",
    "name": "Example Skill",
    "description": "One thing the agent can do.",
    "tags": [
      "demo"
    ],
    "version": "1.0.0"
  }
]

Response

200 - application/json

Array of skill summaries

id
string
required

Stable identifier, e.g. "pdf-summarize-v1".

name
string
required

Human-readable display name.

description
string
required
tags
string[]
version
string