vlmrun-cli-skill
Installation
SKILL.md
VLM Run CLI
Chat with VLM Run's Orion visual AI agent via CLI.
Setup
uv venv && source .venv/bin/activate
uv pip install "vlmrun[cli]"
Environment Variables
You must load the following variables in your environment so that the CLI can use them. You may load the ./env file to your environment.
| Variable | Type | Description |
|---|---|---|
VLMRUN_API_KEY |
Required | Your VLM Run API key (required) |
VLMRUN_BASE_URL |
Optional | Base URL (default: https://agent.vlm.run/v1) |
VLMRUN_CACHE_DIR |
Optional | Cache directory (default: ~/.vlmrun/cache/artifacts/) |