cURL
curl --request POST \ --url https://api.example.com/api/skills/sync
{ "status": "success", "message": "<string>" }
Force refresh of public skills from GitHub repository.
This triggers a git pull on the cached skills repository to get the latest skills from the OpenHands/skills repository.
Returns: SyncResponse indicating success or failure.
Successful Response
Response from skill sync operation.
success
error
Was this page helpful?