Skip to main content
POST
Import SKILL.md from GitHub URL

Authorizations

x-api-key
string
header
required

Project API key. Create and manage keys in the dashboard under Project → API Keys. Send as header: x-api-key:

Body

application/json
url
string
required

Raw GitHub URL to SKILL.md or owner/repo[/path]

Example:

"https://github.com/vercel-labs/agent-skills/blob/main/skills/frontend-design/SKILL.md"

slug
string

Override slug after import

Maximum string length: 64
Example:

"frontend-design"

Response

200 - application/json

Operation completed successfully

success
boolean
required

Success status

Example:

true

message
string
required

Success message

Example:

"Operation completed successfully"

data
object
required
Example: