cURL
curl --request GET \ --url http://localhost:3773/agent/skills/{skillId}
{ "id": "<string>", "name": "<string>", "description": "<string>", "tags": [ "<string>" ], "version": "<string>", "inputModes": [ "<string>" ], "outputModes": [ "<string>" ], "inputSchema": {}, "outputSchema": {}, "examples": [ { "input": {}, "output": {} } ] }
Full skill metadata
Stable identifier, e.g. "pdf-summarize-v1".
"pdf-summarize-v1"
Human-readable display name.
JSON-Schema for expected message.parts.
message.parts
JSON-Schema describing artifacts this skill produces.
Show child attributes
Was this page helpful?