Skip to main content
POST
cURL

Autorizaciones

Authorization
string
header
requerido

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

Cuerpo

multipart/form-data
scopeType
enum<string>
requerido

Ownership scope

Opciones disponibles:
base,
space,
system,
user,
User,
app,
App,
cuppyclaw,
Cuppyclaw,
routine,
Routine
file
any | null

Skill file (.zip or .skill); content must be a valid ZIP archive (a .skill file is a renamed .zip)

scopeId
string

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

Respuesta

200 - application/json

Imported skill

id
string
requerido

Unique skill identifier

slug
string
requerido

URL-safe skill slug

name
string
requerido

Display name of the skill

skillMd
string
requerido

SKILL.md content defining the skill

scopeType
enum<string>
requerido

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

Opciones disponibles:
base,
space,
system,
user,
User,
app,
App,
cuppyclaw,
Cuppyclaw,
routine,
Routine
isEnabled
boolean
requerido

Whether the skill is enabled / available to the agent

createdTime
string
requerido

ISO 8601 creation timestamp

createdBy
string
requerido

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

Última modificación el 15 de septiembre de 2026