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]"
Configuration
Configure your API key and base URL using the CLI (get your key from app.vlm.run):
vlmrun config init
vlmrun config set --api-key <your-api-key>
vlmrun config show
Related skills