← 返回
数据分析 Key 中文

Vlmrun Cli Skill

Use the VLM Run CLI (`vlmrun`) to interact with Orion visual AI agent. Process images, videos, and documents with natural language. Triggers: image understanding/generation, object detection, OCR, video summarization, document extraction, image generation, visual AI chat, 'generate an image/video', 'analyze this image/video', 'extract text from', 'summarize this video', 'process this PDF'.
使用 VLM Run CLI 与 Orion 视觉 AI 智能体交互,通过自然语言处理图像、视频和文档。支持图像理解与生成、目标检测、OCR、视频摘要、文档提取及视觉对话,适用于“生成图像/视频”、“分析此图像/视频”、“提取文本”、“总结视频”及“处理 PDF”等场景。
spillai
数据分析 clawhub v0.1.1 1 版本 99695.9 Key: 需要
★ 4
Stars
📥 1,559
下载
💾 69
安装
1
版本
#latest

概述

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.

VariableTypeDescription
-----------------------------
VLMRUN_API_KEYRequiredYour VLM Run API key (required)
VLMRUN_BASE_URLOptionalBase URL (default: https://agent.vlm.run/v1)
VLMRUN_CACHE_DIROptionalCache directory (default: ~/.vlmrun/cache/artifacts/)

Command

vlmrun chat "<prompt>" -i input.jpg [options]

Options

FlagDescription
-------------------
-p, --promptPrompt text, file path, or stdin
-i, --inputInput file(s) - images, videos, docs (repeatable)
-o, --outputArtifact directory (default: ~/.vlmrun/cache/artifacts/)
-m, --modelvlmrun-orion-1:fast, vlmrun-orion-1:auto (default), vlmrun-orion-1:pro
-s, --sessionOptional session ID to continue a previous session
-j, --jsonRaw JSON output
-ns, --no-streamDisable streaming
-nd, --no-downloadSkip artifact download

Examples

Images

vlmrun chat "Describe what you see in this image in detail" -i photo.jpg
vlmrun chat "Detect and list all objects visible in this scene" -i scene.jpg
vlmrun chat "Extract all text and numbers from this document image" -i document.png
vlmrun chat "Compare these two images and describe the differences" -i before.jpg -i after.jpg

Image Generation

vlmrun chat "Generate a photorealistic image of a cozy cabin in a snowy forest at sunset" -o ./generated
vlmrun chat "Remove the background from this product image and make it transparent" -i product.jpg -o ./output

Video

vlmrun chat "Summarize the key points discussed in this meeting video" -i meeting.mp4
vlmrun chat "Find the top 3 highlight moments and create short clips from them" -i sports.mp4
vlmrun chat "Transcribe this lecture with timestamps for each section" -i lecture.mp4 --json

Video Generation

vlmrun chat "Generate a 5-second video of ocean waves crashing on a rocky beach at golden hour" -o ./videos
vlmrun chat "Create a smooth slow-motion video from this image" -i ocean.jpg -o ./output

Documents

vlmrun chat "Extract the vendor name, line items, and total amount" -i invoice.pdf --json
vlmrun chat "Summarize the key terms and obligations in this contract" -i contract.pdf

Prompt Sources

# Direct prompt
vlmrun chat "What objects and people are visible in this image?" -i photo.jpg

# Prompt from file
vlmrun chat -p long_prompt.txt -i photo.jpg

# Prompt from stdin
echo "Describe this image in detail" | vlmrun chat - -i photo.jpg

Continuing a previous session

If you want to keep the past conversation and generated artifacts in context, you can use the -s flag to continue a previous session using the session ID generated when you started the session.

# Start a new session of an image generation task where a new character is generated
vlmrun chat "Create an iconic scene of a ninja in a forest, practicing his skills with a katana?" -i photo.jpg

# Use the previous chat session in context to retain the same character and scene context (where the session ID is <session_id>)
vlmrun chat "Create a new scene with the same character meditating under a tree" -i photo.jpg -s <session_id>

Skipping artifact download

If you want to skip the artifact download, you can use the -nd flag.

vlmrun chat "What objects and people are visible in this image?" -i photo.jpg -nd

Notes

  • Use -o ./ to save generated artifacts (images, videos) relative to your current working directory
  • Without -o, artifacts save to ~/.vlmrun/cache/artifacts//
  • Multiple input files upload concurrently

版本历史

共 1 个版本

  • v0.1.1 当前
    2026-03-29 01:39 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

data-analysis

A股量化 AkShare

mbpz
A股量化数据分析工具,基于AkShare库获取A股行情、财务数据、板块信息等。用于回答关于A股股票查询、行情数据、财务分析、选股等问题。
★ 163 📥 59,712
data-analysis

Data Analysis

ivangdavila
{"answer":"数据分析与可视化。查询数据库、生成报告、自动化电子表格,将原始数据转化为清晰可行的见解。适用于:(1) 您……"}
★ 198 📥 64,892
data-analysis

Stock Analysis

udiedrichsen
{"answer":"基于雅虎财经数据,分析股票与加密货币。支持投资组合管理、自选股预警、股息分析、8维评分、热门趋势扫描及传闻/早期信号探测。适用于股票分析、持仓追踪、财报异动、加密监控、热门股追踪或提前发掘非主流传闻。"}
★ 269 📥 56,899