Search external skills registry
GET
/api/v1/skills/search/external
const url = 'https://example.com/api/v1/skills/search/external?q=example';const options = {method: 'GET'};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url 'https://example.com/api/v1/skills/search/external?q=example'Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” q
required
string
limit
string
projectId
Optional project scope. When provided, external results are de-duplicated only against skills already installed in that project.
string
Optional project scope. When provided, external results are de-duplicated only against skills already installed in that project.
Responses
Section titled “ Responses ”Success
Media type application/json
Array<object>
object
id
required
string
name
required
string
source
required
string
description
string
internal
required
boolean
installs
number
Missing query parameter