Skip to main content
The vlmrun skills command manages skills on the VLM Run platform.

Upload

Zip and upload a local skill folder, then create the skill. The directory must contain a SKILL.md file — name and description are parsed from its YAML frontmatter automatically.
Archives are stored under ~/.vlmrun/skill_archives/.

Inline Skills via CLI

The vlmrun chat command uses inline skills by default when you pass a --skill directory. The CLI bundles the skill directory into a zip and sends it inline — no server upload required:
Inline skills via the CLI are ideal for local development and testing. For production use, upload the skill with vlmrun skills upload and reference it by name.

Create

Create a skill from a prompt or pre-uploaded file:

List

Get

Download

Download a skill zip and extract it locally: