Skip to main content
GET
/
api
/
skills
/
{skill_name}
Get Skill
curl --request GET \
  --url https://api.example.com/api/skills/{skill_name} \
  --header 'Authorization: Bearer <token>'
{
  "name": "<string>",
  "description": "<string>",
  "when_to_use": "<string>",
  "content": "<string>",
  "execution_flow": "<string>",
  "path": "<string>",
  "tags": [
    "<string>"
  ],
  "files": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

skill_name
string
required

Response

Successful Response

Skill complete information

name
string
required

Skill name

description
string
required

Skill description

when_to_use
string
required

When to use this skill

content
string
required

Complete SKILL.md content

execution_flow
string
required

Execution flow

path
string
required

Skill directory path

tags
string[]

Skill tags

files
string[]

Files in skill directory