Skills
List Skills
List all skills from the database.
- Authenticated user: returns their org’s skills + public skills.
- Guest user: returns public skills only (guest org has no skills).
Query parameters:
- limit/offset: Pagination controls.
- order_by: Sort field (created_at, updated_at, name). Default: created_at.
- descending: Sort direction. Default: true.
- grouped: When true, returns only the latest version of each skill name.
GET
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.
Query Parameters
Maximum number of items to return
Required range:
1 <= x <= 1000Number of items to skip
Required range:
x >= 0Field to order by (created_at, updated_at, name)
Sort in descending order
Group by skill name, returning only the latest version of each
Response
Successful 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