Execute Skill

Execute a skill with the provided parameters.

Authentication

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

Path parameters

skill_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
parametersmap from strings to anyOptional
Parameters to pass to the skill handler

Response

Successful Response
successboolean
Whether the skill execution was successful
errorstring or null
Error message if the skill execution failed
stderrstring or null
Standard error output of the skill execution
latencyMsinteger or null
Latency of the skill execution in milliseconds

Errors