Update Skill
Update skill metadata (name, description, enabled, etc.).
Authentication
X-Browser-Use-API-Keystring
API Key authentication via header
Path parameters
skill_id
Request
This endpoint expects an object.
title
Display name for the skill (shows up in the public view)
description
Description of what the skill does (shows up in the public view)
categories
Categories to assign to the skill
domains
Domains/websites this skill interacts with
isEnabled
Whether the skill is enabled for execution
Response
Successful Response
id
Unique identifier for the skill
title
Title of the skill (shows up in the public view)
description
Description of the skill (shows up in the public view)
categories
Categories of the skill
domains
Domains/websites this skill interacts with
status
Status of the skill
parameters
Input parameters of the skill
outputSchema
Output schema of the skill
isEnabled
Whether the skill is enabled
isPublic
Whether the skill is publicly available
currentVersion
Current version of the skill
createdAt
Creation timestamp
updatedAt
Last update timestamp
slug
URL-friendly slug for the skill
goal
Goal of the skill (not shown in the public view)
agentPrompt
Prompt for the agent to use when generating the skill automatically (not shown in the public view)
iconUrl
URL of the custom skill icon
firstPublishedAt
When the skill was first published
lastPublishedAt
When the skill was last published
currentVersionStartedAt
When the current version started generating
currentVersionFinishedAt
When the current version finished generating
code
Base64 encoded generated code (contact support@browser-use.com to get access) - ENTERPRISE ONLY
clonedFromSkillId
Unique identifier for the skill this skill was cloned from