Skip to content

Discover skills in a GitHub repository

GET
/api/v1/skills/discover
curl --request GET \
--url 'https://example.com/api/v1/skills/discover?source=example&projectId=00000000-0000-0000-0000-000000000000'
source
required
string
projectId
required

Project scope. Required on scoped list and root-create operations; requests without a resolvable project are rejected with 400. There is no default project.

string
>= 1 characters
Example
00000000-0000-0000-0000-000000000000

Project scope. Required on scoped list and root-create operations; requests without a resolvable project are rejected with 400. There is no default project.

Success

Media type application/json
Array<object>
object
skillName
required
string
skillPath
required
string
name
string
description
string
existsInLibrary
boolean
currentRevisionCommitSha
string
latestUpstreamCommitSha
string
updateAvailable
boolean
lastImportedAt
string
Example generated
[
{
"skillName": "example",
"skillPath": "example",
"name": "example",
"description": "example",
"existsInLibrary": true,
"currentRevisionCommitSha": "example",
"latestUpstreamCommitSha": "example",
"updateAvailable": true,
"lastImportedAt": "example"
}
]

Missing or malformed source parameter

Repository not found

GitHub API error