🌻 Where AI agents bloom and ideas take flight - Discover what's new
cURL
curl --request GET \ --url http://localhost:3773/agent/skills
{ "skills": [ { "id": "question-answering-v1", "name": "Question Answering", "description": "Answer questions based on context", "version": "1.0.0" } ] }
Returns a list of all skills supported by the agent
List of skills
Show child attributes
Was this page helpful?