Productivity & Collaboration ✓ NVIDIA · Official document-retrievalpdf-extractionocrmultimedia-searchlancedbnemo-retriever

NeMo Retriever Document Retrieval Skill

Search, extract, quote, and answer questions across document, image, audio, and video corpora.

FollowSkills review · FSRS-2.0
Not recommended
41/ 100 5-point scale 2.1 / 5
Trust10 / 25 · 2.0/5

The skill permits Bash, Write, and Read, and directs dependency installation, remote repository cloning, model downloads, remote endpoint use, and index writes. No malicious behavior is shown, but user confirmation, least-privilege scoping, sensitive-document handling, data-flow disclosure, rollback, and deletion guidance are incomplete, so points are deducted. NVIDIA provenance, Apache-2.0 licensing, and a security reporting path provide limited positive evidence.

Reliability7 / 20 · 1.8/5

The workflow, format coverage, failure modes, and recovery paths are fairly detailed, but default LanceDB filenames and table names conflict across SKILL.md, setup.md, ingest.md, and query.md. Some commands, scripts, and parameters are not sufficiently supported by the supplied files, and static review cannot verify execution, so points are deducted and the static ceiling applies.

Adaptability8 / 15 · 2.7/5

Triggers, supported formats, and several non-fit scenarios are clearly stated for multi-file retrieval, extraction, transcription, and aggregation. However, the core workflow depends heavily on local GPU capability, model downloads, external services, and host packages; Chinese-language behavior and mainland-China network reachability are not adequately addressed, and parts of the workflow remain PDF-centric, so points are deducted.

Convention8 / 15 · 2.7/5

The skill uses progressive reference documents for installation, setup, querying, CLI details, and troubleshooting, and declares Apache-2.0. It lacks skill-level authorship, versioning policy, changelog, explicit maintenance responsibility, a fuller FAQ, and pinned dependency governance; BENCHMARK also records missing recommended schema fields, so points are deducted.

Effectiveness5 / 15 · 1.7/5

The skill covers multimodal indexing and retrieval and specifies source/page-location fields that could support directly usable answers. However, no representative outputs are statically verifiable, benchmark effectiveness is only 45%/47%, and known limitations affect recall, citation indexing, and image transcription, so only limited credit is warranted.

Verifiability3 / 10 · 1.5/5

evals.json and BENCHMARK.md provide a dated evaluation summary, task composition, and metrics, giving limited auditability. There are no raw results, committed test suites, key-path CI workflows, or independent reproduction artifacts, so the static evidence is insufficient for a higher score.

Evidence confidence:Low Reviewed Jul 20, 2026 Reviewed revision 55f18499943e
The upstream repository has new commits since this review. The score still applies to the reviewed revision shown and may not cover the latest changes.
Before you use it
  • Default index filenames and table names conflict across the documentation, which may cause queries to miss an index that was created successfully.
  • Installation may clone remote code, download models, and install system packages; handling of sensitive documents and data-flow risks for remote embedding/VLM endpoints are not adequately documented.
  • The benchmark reports only 45%/47% effectiveness and provides no raw results or reproducible test evidence; its PASS verdict should not be treated as independent validation.
  • Audio/video, Office, OCR, and remote-model features may require extra software, GPUs, or overseas network services; mainland-China users should verify reachability and alternatives first.
See the full review method →

What does this skill do, and when should you use it?

This skill instructs an AI agent to use the NeMo Retriever Library for multi-file and non-PDF corpora. The retriever CLI ingests a folder into LanceDB and provides vector search for later queries. It supports PDFs, scanned images, Office files, HTML, TXT, audio, and video, along with page filtering, verbatim citations, corpus-level aggregation, and chart or image-caption retrieval. It is not intended for file editing, web browsing, single-file plain-text lookups, or fine-tuning.

Guides installation of the NeMo Retriever Library when the retriever command is unavailable; runs retriever ingest to index a folder in LanceDB; runs retriever query for corpus search and question answering; handles PDF, JPG, PNG, TIFF, DOCX, PPTX, HTML, TXT, MP3, WAV, M4A, MP4, and MOV inputs; and supports page filtering, verbatim quotations with citations, corpus-level aggregation, and chart or image-caption hits.

  1. A researcher needs answers synthesized from a folder of PDF reports.
  2. An operations user needs information extracted from scanned forms or image files.
  3. A knowledge worker needs to search across DOCX, PPTX, HTML, or TXT documents.
  4. A media analyst needs to search, transcribe, or extract information from audio or video corpora.
  5. A user needs corpus-wide filtering, cited quotations, or aggregate results rather than a simple keyword lookup.

What are this skill's strengths and limitations?

Pros
  • Supports documents, scanned images, audio, and video.
  • Designed for multi-file and non-PDF corpora.
  • Covers filtering, verbatim citation, aggregation, and other non-semantic operations.
  • Uses the dedicated retriever CLI with LanceDB indexing.
Limitations
  • The supplied material does not provide complete installation, setup, or query parameter examples.
  • Requires the NeMo Retriever Library, retriever CLI, and LanceDB environment.
  • Explicitly excludes file editing, web browsing, single-file plain-text lookups, and fine-tuning.
  • Mixed-format folders require extension inventory because auto mode can silently drop unsupported file types.

How do you install this skill?

Install the skill through the repository’s documented flow: npx skills add nvidia/skills --skill nemo-retriever --yes. If retriever is missing, follow references/install.md to install the NeMo Retriever Library; the supplied source does not include the complete installation command.

How do you use this skill?

After installing it in an Agent Skills-compatible client, give a concrete request such as: “Search this folder of PDFs for every contract termination clause and summarize the results with page citations.” The first use requires indexing; subsequent questions use retriever query. Exact arguments are documented in the skill’s setup, query, and CLI references.

How does this skill compare with similar options?

The skill explicitly prefers retriever over native Read or Grep for multi-file or non-PDF corpora, while excluding single-file plain-text lookups.

FAQ

Which inputs are supported?
PDF, JPG, PNG, TIFF, DOCX, PPTX, HTML, TXT, MP3, WAV, M4A, MP4, and MOV are listed as supported formats.
Does it require MCP or a web-browsing service?
No MCP dependency is shown. The source does not specify network requirements for installing the NeMo Retriever Library.
Can it edit source documents?
No. File editing is explicitly outside the skill’s scope.
What must happen before querying a corpus?
The corpus must be indexed first. For mixed-format folders, inventory extensions so unsupported files are not silently omitted by automatic input detection.

More skills from this repository

All from NVIDIA/skills

Dev & Engineering ✓ NVIDIA · Official

TAO OCRNet Scene Text Recognition

Train and deploy NVIDIA TAO OCRNet models for cropped text recognition.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Installation Guide

Choose and verify the right NeMo Relay path for CLIs, language packages, and maintained frameworks.

Data & Analysis ✓ NVIDIA · Official

Nemotron Retrieval Recipes

Plan, debug, tune, evaluate, export, and deploy Nemotron embedding and reranking recipes.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Quick Start

Helps first-time NeMo Relay users prove observable execution value through the smallest suitable trial.

Dev & Engineering ✓ NVIDIA · Official

NeMo AutoModel Model Onboarding

A structured guide for adding new LLM, MoE, and VLM architectures to NeMo AutoModel.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Plugin Builder

Guides reusable NeMo Relay runtime behavior into configurable plugins.

Automation & Ops ✓ NVIDIA · Official

NeMo Relay Observability Plugin

Configure NeMo Relay event capture and telemetry exports.

Dev & Engineering ✓ NVIDIA · Official

NeMo AutoModel Distributed Training

Choose and configure multi-GPU and multi-node training strategies for NeMo AutoModel.

Dev & Engineering ✓ NVIDIA · Official

NeMo Evaluator Plugin Skill

Run and manage NeMo Platform model evaluations through the Evaluator CLI and Python SDK.

Writing & Content ✓ NVIDIA · Official

NeMo-RL Documentation Conventions

Keeps NeMo-RL documentation, indexes, and docstrings consistent.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Migration Assistant

Safely migrate NeMo Flow projects to NeMo Relay.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Adaptive Tuning

Tune NeMo Relay plugin behavior from runtime signals with measured, reversible rollouts.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Runtime Integration Debugger

Diagnose application-side runtime failures after NeMo Relay is installed or imported.

Data & Analysis ✓ NVIDIA · Official

Nemotron Speech ASR Customization Orchestrator

Chooses and coordinates the lowest-cost path for adapting speech recognition to a domain or language.

Data & Analysis ✓ NVIDIA · Official

Clinical ASR Evaluation and KER Leaderboard

Evaluate clinical ASR manifests and isolate terminology-recognition failures.

Dev & Engineering ✓ NVIDIA · Official

NeMo AutoModel Recipe Development

Build, modify, and validate NeMo AutoModel training and evaluation recipes.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Call Instrumentation

Wrap tool and LLM calls with Relay lifecycle events, middleware, and guardrails.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Context Isolation

Keeps NeMo Relay scope stacks independent across concurrent requests and async workflows while preserving ancestry propagation.

Dev & Engineering ✓ NVIDIA · Official

NeMo Relay Typed Wrappers & Codecs

Add typed boundaries to NeMo Relay integrations while preserving predictable JSON middleware semantics and caller-visible behavior.

Data & Analysis ✓ NVIDIA · Official

TAO CLIP Fine-Tuning and Deployment

Train and deploy NVIDIA TAO CLIP for image-text retrieval, zero-shot classification, and embedding extraction.

Related skills