Skip to main content
POST
cURL

Autorisierungen

Authorization
string
header
erforderlich

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

Pfadparameter

id
string
erforderlich

Skill ID to copy

Body

application/json
targetScopeType
enum<string>
erforderlich

Target ownership scope

Verfügbare Optionen:
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.

Antwort

200 - application/json

Copied skill

id
string
erforderlich

Unique skill identifier

slug
string
erforderlich

URL-safe skill slug

name
string
erforderlich

Display name of the skill

skillMd
string
erforderlich

SKILL.md content defining the skill

scopeType
enum<string>
erforderlich

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

Verfügbare Optionen:
base,
space,
system,
user,
User,
app,
App,
cuppyclaw,
Cuppyclaw,
routine,
Routine
isEnabled
boolean
erforderlich

Whether the skill is enabled / available to the agent

createdTime
string
erforderlich

ISO 8601 creation timestamp

createdBy
string
erforderlich

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

Zuletzt geändert am 15. September 2026