Skip to main content

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

StatusDescription
200Successful Response
422Validation Error

Response body

FieldTypeRequiredDescription
skillsSkillInfo[]yes
pluginsMarketplacePluginPreview[]yes
marketplace_skillsobjectyes
errorsstring[]yes

Operation ID: get_marketplace_skills_api_v1_skills_marketplace_skills_post