cURL
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" } ]
Array of skill summaries
Stable identifier, e.g. "pdf-summarize-v1".
"pdf-summarize-v1"
Human-readable display name.
Was this page helpful?