Update Skill

Update skill metadata (name, description, enabled, etc.).

Authentication

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

Path parameters

skill_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
titlestring or nullOptional<=100 characters

Display name for the skill (shows up in the public view)

descriptionstring or nullOptional<=1000 characters

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

isEnabledboolean or nullOptional
Whether the skill is enabled for execution
isPublicboolean or nullOptional
Whether the skill is publicly available

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