Skip to main content
POST
cURL

Autorizzazioni

Authorization
string
header
obbligatorio

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

Parametri del percorso

id
string
obbligatorio

Skill ID

Risposta

200 - application/json

Synced skill

id
string
obbligatorio

Unique skill identifier

slug
string
obbligatorio

URL-safe skill slug

name
string
obbligatorio

Display name of the skill

skillMd
string
obbligatorio

SKILL.md content defining the skill

scopeType
enum<string>
obbligatorio

Ownership scope: base (project), space, system, user, app, cuppyclaw or routine

Opzioni disponibili:
base,
space,
system,
user,
User,
app,
App,
cuppyclaw,
Cuppyclaw,
routine,
Routine
isEnabled
boolean
obbligatorio

Whether the skill is enabled / available to the agent

createdTime
string
obbligatorio

ISO 8601 creation timestamp

createdBy
string
obbligatorio

User ID of the creator

description
string | null

Short description of what the skill does

icon
string | null

Icon identifier or emoji

sourceMeta
any | null

Source metadata (github/zip/manual)

contentHash
string | null

SHA-256 content hash for change detection

Ultima modifica il 15 settembre 2026