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 to copy

Тело

application/json
targetScopeType
enum<string>
обязательно

Target ownership scope

Доступные опции:
base,
space,
system,
user,
User,
app,
App,
cuppyclaw,
Cuppyclaw,
routine,
Routine
targetScopeId
string

Target scope entity ID (required for base/space/app/cuppyclaw/routine)

sourceBaseId
string

Source project context: authorizes reading a folded space skill via base|read on that project.

Ответ

200 - application/json

Copied 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 г.