Skip to main content
POST
Disable a skill

Authorizations

Authorization
string
header
default:cr_sk_your_key_here
required

Account API key from Developer Console. Keys start with cr_sk_.

Path Parameters

skill_id
string
required

Public skill id (blog-post or custom-weekly-digest), not the custom-skill UUID.

Maximum string length: 80
Pattern: ^[a-zA-Z0-9_-]+$

Response

Skill is disabled.

skill_id
string
required

Public skill id. Custom skills use custom-{name}.

kind
enum<string>
required
Available options:
builtin,
custom
name
string
required
display_name
string
required
description
string | null
required
enabled
boolean
required
core
boolean
required
source_url
string | null
required
tags
string[]
required
created_at
string<date-time> | null
required
updated_at
string<date-time> | null
required
id
string<uuid> | null

Custom-skill row UUID. Null for built-ins. Read-only metadata; not used in paths.

content
string

SKILL.md body. Present on GET and install, omitted from list.

files
object | null

Supporting files for custom skills. Present on GET and install.