ワンクリックで
multimodal-workflows
Handle image, audio, and video inputs in the OpenBB Agent Server.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Handle image, audio, and video inputs in the OpenBB Agent Server.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Ingest and query document collections with NVIDIA NeMo Retriever-style retrieval workflows.
Decide when and how to delegate work to specialist subagents and model-profile subagents.
Best practices for using the OpenBB Agent Server tool catalog, artifacts, and citations.
| name | multimodal-workflows |
| description | Handle image, audio, and video inputs in the OpenBB Agent Server. |
list_images().vision_qa.understand_image(instruction, name=...) for charts,
tables, screenshots, and document photos.understand_image with pdf_extract if a
higher-quality PDF version is available.mistral-small-4,
llama-4-maverick, gemma-4), you can also reference the image
directly in the conversation; still prefer vision_qa for precise
extraction.If the user's OCR task is to extract a table from an image, chart, or
screenshot, use nemotron_ocr.extract_text_from_image(name=..., return_table=True). It returns a structured table when possible. Emit
the full table as an artifact with
emit_table_artifact(columns=..., rows=..., name=..., description=...).
Do not collapse rows or convert the table to prose.
gemma_audio.transcribe_audio(name=...) for uploaded audio or
video files.translate(...).emit_markdown_artifactemit_table_artifact