Skip to main content
POST
cURL

Yetkilendirmeler

Authorization
string
header
gerekli

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

Gövde

application/json
scopeType
enum<string>
gerekli

Ownership scope

Mevcut seçenekler:
base,
space,
system,
user,
User,
app,
App,
cuppyclaw,
Cuppyclaw,
routine,
Routine
url
string<uri>
gerekli

GitHub URL pointing to a skill folder; must include /tree// or /blob// (plain repo URLs are rejected), e.g. https://github.com/owner/repo/tree/main/path/to/skill

scopeId
string

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

Yanıt

200 - application/json

Imported skill

id
string
gerekli

Unique skill identifier

slug
string
gerekli

URL-safe skill slug

name
string
gerekli

Display name of the skill

skillMd
string
gerekli

SKILL.md content defining the skill

scopeType
enum<string>
gerekli

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

Mevcut seçenekler:
base,
space,
system,
user,
User,
app,
App,
cuppyclaw,
Cuppyclaw,
routine,
Routine
isEnabled
boolean
gerekli

Whether the skill is enabled / available to the agent

createdTime
string
gerekli

ISO 8601 creation timestamp

createdBy
string
gerekli

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

Son değiştirilme tarihi 15 Eylül 2026