원클릭으로
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 직업 분류 기준
| 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_artifactIngest 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.