Get Skill

Get details of a specific skill owned by the project.

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)

statusenum
Status of the skill
Allowed values:
parameterslist of objects
Input parameters of the skill
outputSchemamap from strings to any
Output schema of the skill
isEnabledboolean
Whether the skill is enabled
isPublicboolean
Whether the skill is publicly available
isOwnerboolean
Whether the user is the owner of the skill
currentVersioninteger or null
Current version of the skill
createdAtstring
Creation timestamp
updatedAtstring
Last update timestamp
goalstring or null

Goal of the skill (not shown in the public view)

agentPromptstring or null

Prompt for the agent to use when generating the skill automatically (not shown in the public view)

Errors