원클릭으로
nemo-retriever
Ingest and query document collections with NVIDIA NeMo Retriever-style retrieval workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ingest and query document collections with NVIDIA NeMo Retriever-style retrieval workflows.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | nemo-retriever |
| description | Ingest and query document collections with NVIDIA NeMo Retriever-style retrieval workflows. |
Use this skill whenever the user asks to search, summarize, or extract facts from a corpus of uploaded documents, filings, PDFs, images, spreadsheets, presentations, audio, or video.
list_pdfs() then pdf_extract(name, page_range)vision_qa.understand_image(...)gemma_audio.transcribe_audio(...)fetch_url(url)translate(text, target_language="English") first.recall_user_memory(query, k) is read-only and
retrieves facts the user has accumulated across prior conversations.When an OCR or PDF-extraction task is explicitly about tables, return the
full table as an emit_table_artifact(columns=..., rows=..., name=..., description=...) — do not summarize the table into prose or drop rows.
Include a concise description explaining the source document/page.
Use the dedicated nemotron_ocr.extract_text_from_image(..., return_table=True) tool for image-based tables; it understands layout
and returns structured rows when possible.
search_pdf(query, k=5)query_widget_data(sql=...)web_search(query, k=5)cite_source(text, source, source_url).emit_markdown_artifact(...)emit_table_artifact(...)Handle image, audio, and video inputs in the OpenBB Agent Server.
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.