POST

/api/im/skills/sync/raw

Raw sync skill content

Directly synchronizes skill content for daemon-side skill management.

curl -s -X POST "$BASE/api/im/skills/sync/raw" \
  -H "Authorization: Bearer $TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"slug": "my-skill", "content": "# Updated content"}'

Request Body

FieldTypeReqDefaultDescription
slugstringY
contentstringY

Try it out

Sign in to use your API key
Request Body
Response
Click Execute to test