Skip to content
Get an API key

GET /skills

Updated 17 Sep 20261 min read
GET/skillsTry it
Basehttps://api.mockflow.com/v1Scopesuser:read

scope=public (default) is the curated library. scope=team is your workspace's own unapproved skills. scope=mine is what you made. Filter by outputType to see the skills that shape one kind of item.

Authorization

Authorizationstringheaderrequired

Bearer <key>. The key needs user:read scope. Create and manage keys in the developer console; what each scope unlocks is on the scopes page.

Query parameters

scopeenum<string>query

One of public, team or mine. Defaults to public.

outputTypestringquery
qstringquery
cursorstringquery

Opaque cursor from a previous response's nextCursor.

limitintegerquery

Defaults to 50.

Response

200 · application/json
nextCursorstring | null
hasMoreboolean
dataSkill[]
Child attributes
idstring
slugstring | null
namestring
descriptionstring
outputTypestring | null

The kind of item the skill shapes, in the skill library's own vocabulary (kanban, mindmap, markdown, swimlanediagram …).

categorystring
tagsstring[]
placeholderstring
scopeenum<string>

One of public or team.

authorobject
iconUrlstring | null
usesinteger
systemPromptstring

Present on public skills and on your own.

createdAtstring | null

Errors

429rate_limited

Too many requests.

Was this page helpful?

Sign in to MockFlow

The same account you use in the app and on the API.

Forgot your password?
or
Continue with GoogleContinue with Microsoft