Updating a skill creates a new version with a new unique ID but the same name. Previous versions remain accessible via their version string.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.
Update from File
Upload a new skill zip to create a new version:Versioning Behavior
| Action | Result |
|---|---|
| Update a skill | New version created, same skill_name |
Reference with version="latest" | Resolves to the newest version |
| Reference with a pinned version | Continues to use the pinned version |
Updates are non-destructive. Existing versions are never modified or deleted, so pinned references continue to work after an update.