listSkills
List all loaded skill instances with their name, ID, and initialization state.
Parameters
None.
Returns
{ name: string; instanceId: string; initialized: boolean }[]
List all loaded skill instances with their name, ID, and initialization state.
None.
{ name: string; instanceId: string; initialized: boolean }[]