v49

latestOpenAPI 3.0.0raw.githubusercontent.com2026-08-07217688.9 KB
Skills

Sync a GitHub-imported skill

Refresh one GitHub-imported skill from its stored source URL. If the skill content has changed, this operation creates a new skill version. If the skill is no longer present upstream, the stored skill is left unchanged and must be deleted explicitly.

post/api/skills/{skill_id}/sync

Path parameters

skill_idstring required

ID of the GitHub-imported skill to sync.

Response

Skill sync completed successfully.

sync_status'UP_TO_DATE' required

Synchronization status after a successful refresh.

commit_shastring required

Git commit SHA now associated with the skill.

updatedboolean required

Whether this request created a new skill version.

request_idstring required

Platform-generated request ID for support correlation.