Skills
Update Skill
Create a new version of an existing skill.
This creates a NEW database record with:
- A new unique ID
- The same name as the original skill
- A new auto-generated version (format: YYYYMMDD-<8-char-sha256>)
Workflow:
1. Upload new skill zip via POST /v1/files -> get file_id
2. Call this endpoint with the original skill_id and new file_id to create a new version
POST
Documentation Index
Fetch the complete documentation index at: https://docs.vlm.run/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Response
Successful Response
Response for skill creation.
ID of the created skill
Name of the skill (may differ from request if LLM-generated)
Description of the skill (may differ from request if LLM-generated)
Auto-generated version of the skill (e.g. '20260512-abc12345')
Date and time when the skill was created
Date and time when the skill was updated
Status of the skill creation