Scan configured external Skill roots
Replace the current host-local Registry projection without copying or rewriting package content.
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/scan" \ -H "Content-Type: application/json" \ -d '{ "scope_id": "string" }'{ "registrations": [ { "external_skill_id": "string", "provider": "codex", "agent_kind": "codex", "host_id": "string", "installation_scope": "user", "locator": "string", "fingerprint": "string", "name": "string", "description": "string" } ], "skipped": 0}Record an exact remote Skill delivery Receipt POST
Update latest observed state only after credential, generation, Artifact, operation, and digest validation.
List external Skills visible on this host POST
Return live local resolutions; unavailable registrations are omitted unless explicitly requested.

