Add Skills From Library
workspace
Add Skills From Library
Put skills the user has already installed into this workspace.
Each one is re-downloaded from its hub and piped into the workspace; the server holds no copy in between. Adding is per-skill, and the response says which ones landed.
POST
Add Skills From Library
Headers
Caller's user ID. Temporary header-based identity; will be replaced by JWT auth.
Body
application/json
The request to put library skills into a workspace.
The installed-skill record ids to add.
Response
Successful Response
What landed, and what did not.
Reported per item rather than as one status: installing is done one at a time, so a bad API key on the third pick must not throw away the two that worked.