Lookup Skill
Lookup a skill by ID, name, or name+version.
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.
Body
Request to lookup a skill.
The name of the skill (e.g. 'pillow', 'batch-processing')
The ID of the skill (UUID)
Skill version to look up (e.g. '20260219-abc123'). When provided with name, filters by exact version instead of returning latest.
DEPRECATED: Use 'skill_version' instead.
Response
Successful Response
Skill information response.
Unique skill identifier
Name of the skill
Description of the skill
Version of the skill
GCS URI of the skill zip file
Whether the skill is publicly accessible
Date and time when the skill was created
Date and time when the skill was updated