Skip to main content
GET
/
marketplace
/
skills
/
{skill_slug}
Get Skill
const options = {method: 'GET'};

fetch('https://api.browser-use.com/api/v2/marketplace/skills/{skill_slug}', options)
  .then(res => res.json())
  .then(res => console.log(res))
  .catch(err => console.error(err));
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "slug": "<string>",
  "title": "<string>",
  "description": "<string>",
  "categories": [
    "search"
  ],
  "domains": [
    "<string>"
  ],
  "parameters": [
    {
      "name": "<string>",
      "type": "string",
      "required": true,
      "description": "<string>",
      "default": null,
      "cookieDomain": "<string>"
    }
  ],
  "outputSchema": {},
  "currentVersion": 123,
  "isOfficial": true,
  "cloneCount": 123,
  "firstPublishedAt": "2023-11-07T05:31:56Z",
  "lastPublishedAt": "2023-11-07T05:31:56Z",
  "createdAt": "2023-11-07T05:31:56Z",
  "updatedAt": "2023-11-07T05:31:56Z",
  "iconUrl": "<string>"
}

Path Parameters

skill_slug
string
required

Response

Successful Response

Skill information returned by the API.

id
string<uuid>
required

Unique identifier for the skill

slug
string
required

URL-friendly slug for the skill

title
string
required

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

description
string
required

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

categories
enum<string>[]
required

Categories of the skill

Skill category.

Available options:
search,
e_commerce,
financial,
news,
real_estate,
social_media,
travel,
marketplace,
lead_generation,
seo,
jobs,
developer,
media,
automation,
integration,
other
domains
string[]
required

Domains/websites this skill interacts with

parameters
ParameterSchema · object[]
required

Input parameters of the skill

outputSchema
Output Schema · object
required

Output schema of the skill

currentVersion
integer | null
required

Current version of the skill

isOfficial
boolean
required

Whether the skill is official (verified by Browser Use)

cloneCount
integer
required

Number of times this skill has been cloned

firstPublishedAt
string<date-time>
required

When the skill was first published

lastPublishedAt
string<date-time>
required

When the skill was last published

createdAt
string<date-time>
required

Creation timestamp

updatedAt
string<date-time>
required

Last update timestamp

iconUrl
string | null

URL of the custom skill icon