بنقرة واحدة
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 ويثبّتها لك.
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.
استنادا إلى تصنيف 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(...)