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

最終更新日 2026年9月15日