Get marketplace skills
POST /api/v1/skills/marketplace-skills
Get skills from marketplace repositories. This endpoint fetches and returns skill metadata from marketplace repos without requiring an active sandbox session. Useful for previewing what skills a marketplace provides before or after adding it. Each call clones the marketplace repos fresh; this endpoint is admin-only and low-traffic, so caching the git clones here would buy little for the cross-user / pod-local complexity a shared cache introduces. Args: marketplaces: List of marketplace registrations to fetch skills from. Returns: MarketplaceSkillsPreviewResponse with skill metadata and any errors.
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Response body
| Field | Type | Required | Description |
|---|---|---|---|
skills | SkillInfo[] | yes | — |
plugins | MarketplacePluginPreview[] | yes | — |
marketplace_skills | object | yes | — |
errors | string[] | yes | — |
Operation ID: get_marketplace_skills_api_v1_skills_marketplace_skills_post