List external Skills visible on this host

POST
/v1/external-skills/list

Return live local resolutions; unavailable registrations are omitted unless explicitly requested.

Authorization

BearerAuth
AuthorizationBearer <token>

Static bearer token used when local Server authentication is enabled.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/external-skills/list" \  -H "Content-Type: application/json" \  -d '{    "scope_id": "string"  }'
{  "skills": [    {      "registration": {        "external_skill_id": "string",        "provider": "codex",        "agent_kind": "codex",        "host_id": "string",        "installation_scope": "user",        "locator": "string",        "fingerprint": "string",        "name": "string",        "description": "string"      },      "status": "available",      "entrypoint": "string"    }  ]}