
Description
Queue deep, multi-step research and analysis tasks to the DeepAgents worker. Supports execution depth presets, request-specific rubrics, SubAgent delegation, and RubricMiddleware cross-validation.
SKILL.md
Deep Research
Delegate complex, long-running research and multi-document analysis to the DeepAgents background worker service.
Routing Rule
For deep research, comprehensive analysis, or multi-step investigations, execute /sandbox/bin/deep-research.
Do not perform the same long-running task again inline after it has been delegated.
How To Use
/sandbox/bin/deep-research [--depth shallow|standard|deep] [--rubric "<custom criteria>"] "<research prompt or goal>"
Examples
Standard Research (Default):
/sandbox/bin/deep-research "Analysis of vector database performance benchmarks in 2026"
Deep Research:
/sandbox/bin/deep-research --depth deep "Research the 5 levels of agentic workflow platform security and draft a technical whitepaper"
Custom Rubric Validation:
/sandbox/bin/deep-research --depth deep --rubric "Compare the alternatives in a table and cite each major factual claim" "Compare public retrieval architectures"
Options & Arguments
--depth <shallow|standard|deep>: Execution depth preset:shallow: 25 graph steps, 1 rubric iterationstandard(default): 50 graph steps, 2 rubric iterationsdeep: 100 graph steps, 3 rubric iterations--rubric "<text>": Optional custom quality rubric forRubricMiddlewarecross-validation. If omitted, the worker creates a request-specific evidence rubric before invocation.- Position 1: The research prompt or goal (required string)
How It Works
- Task Enqueued: Submitted to the DeepAgents worker service via SQLite queue.
- Planning: The worker initializes
write_todosand applies either the supplied rubric or a request-specific default rubric. - SubAgent Delegation: Research subtopics are delegated to isolated
SubAgentworkers to prevent context window saturation. - Cross-Validation:
RubricMiddlewareevaluates the output against the quality rubric, triggering iterative refinement loops if criteria are not met. - Output Delivered: Formatted report is returned to stdout.
Execution Constraints
- Up to 5 worker threads run in parallel (
DEEPAGENTS_WORKER_CONCURRENCY=5). - Task results are retained for 7 days (
DEEPAGENTS_TASK_TTL_HOURS=168). - Only the built-in read-only web-search and document-search tools are available.
More skills from the nemoclaw-community repository
View all 28 skillsaxe-a11y
audit web accessibility with axe-core
Aug 31AccessibilityQATestingblackwall-payment-gate
screen and submit x402 payments
Aug 31PaymentsSecurityx402cross-source-gap-analysis
identify alignment gaps across communication sources
Aug 21AnalysisGitHubOutlook EmailSlackgithub-readonly-live
read live GitHub repository data
Aug 21API DevelopmentGitHubNVIDIAgitlab-readonly-live
read GitLab project data
Aug 31GitGitLabREST APIinbound-judging
triage incoming email and Slack messages
Aug 31EmailMessagingSlackTriage
More from NVIDIA
View publishernemoclaw-user-guide
retrieve NemoClaw documentation and configuration
NemoClaw
Aug 25DocumentationMCPSearchmcore-build-and-dependency
manage Megatron-LM development environments
Megatron-LM
Jul 27ContainersDeploymentPythonmcore-bump-base-image
update NVIDIA PyTorch base images
Megatron-LM
Jul 14CI/CDDeploymentmcore-cicd
manage CI/CD pipelines for Megatron-LM
Megatron-LM
Aug 28CI/CDDeploymentGitHubmcore-create-issue
investigate CI failures and create issues
Megatron-LM
Jul 14DebuggingGitHubTriagemcore-linting-and-formatting
lint and format Megatron-LM code
Megatron-LM
Jul 14Best PracticesCode Analysis