Get Skill

Get details of a specific public skill from the marketplace.

Authentication

X-Browser-Use-API-Keystring
API Key authentication via header

Path parameters

skill_idstringRequiredformat: "uuid"

Response

Successful Response
idstringformat: "uuid"
Unique identifier for the skill
titlestring

Title of the skill (shows up in the public view)

descriptionstring

Description of the skill (shows up in the public view)

parameterslist of objects
Input parameters of the skill
outputSchemamap from strings to any
Output schema of the skill
currentVersioninteger or null
Current version of the skill
isOfficialboolean

Whether the skill is official (verified by Browser Use)

createdAtstring
Creation timestamp
updatedAtstring
Last update timestamp

Errors