Skip to main content
POST
cURL

Авторизації

Authorization
string
header
обов'язково

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

Параметри шляху

id
string
обов'язково

Skill ID

Відповідь

200 - application/json

Synced skill

id
string
обов'язково

Unique skill identifier

slug
string
обов'язково

URL-safe skill slug

name
string
обов'язково

Display name of the skill

skillMd
string
обов'язково

SKILL.md content defining the skill

scopeType
enum<string>
обов'язково

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

Доступні опції:
base,
space,
system,
user,
User,
app,
App,
cuppyclaw,
Cuppyclaw,
routine,
Routine
isEnabled
boolean
обов'язково

Whether the skill is enabled / available to the agent

createdTime
string
обов'язково

ISO 8601 creation timestamp

createdBy
string
обов'язково

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

Останнє оновлення 15 вересня 2026 р.