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
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| slug | string | Y | — | |
| content | string | Y | — |