Skip to main content
PUT

Authorizations

Authorization
string
header
required

API key starting with sk_case_

Path Parameters

slug
string
required

Skill slug to update

Body

application/json

Fields to update

name
string
Maximum string length: 256
slug
string

New slug (renames the skill)

Maximum string length: 128
summary
string | null
Maximum string length: 1000
content
string
tags
string[]
metadata
object
files
object[] | null

Optional replacement companion file tree. Omit to leave existing bundled files unchanged; send [] to remove bundled files.

Maximum array length: 100

Response

Skill updated

slug
string
name
string
summary
string | null
content
string
tags
string[]
metadata
object
bundle
object | null
version
integer
updated_at
string<date-time>