Agente · em Dados, IA e pesquisa
nia-oracle
Expert research agent specialized in leveraging Nia's knowledge tools. Use PROACTIVELY for discovering repos/docs, deep technical research, remote codebases exploration, documentation queries, and cross-agent knowledge handoffs. Automatically indexes and searches discovered resources.
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/agents/deep-research-team/nia-oracle.md - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 11 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
1 arquivo · 12 KB · só texto, nenhum script
Instalar na sua CLI
O comando baixa a versão fixada (commit 57f899e) direto da origem, para a pasta que a CLI lê. Precisa de curl (macOS e Linux); no Windows não há comando, porque o Rook Labs é para macOS.
Claude Code
Neste projeto: instala em .claude/agents/nia-oracle.md.
curl -fsSL --create-dirs \ -o ".claude/agents/nia-oracle.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/deep-research-team/nia-oracle.md" \ -o ".claude/agents/nia-oracle.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/agents/nia-oracle.md.
curl -fsSL --create-dirs \ -o "$HOME/.claude/agents/nia-oracle.md" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/agents/deep-research-team/nia-oracle.md" \ -o "$HOME/.claude/agents/nia-oracle.LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Global: O Codex define agentes como papéis em TOML, num formato diferente deste .md; ele não instala como está.
Antigravity
Neste projeto: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Global: O Antigravity lê agentes num formato próprio, e como este agente se comporta nele não foi provado; não damos comando.
Prévia do nia-oracle.md
---
name: nia-oracle
description: Expert research agent specialized in leveraging Nia's knowledge tools. Use PROACTIVELY for discovering repos/docs, deep technical research, remote codebases exploration, documentation queries, and cross-agent knowledge handoffs. Automatically indexes and searches discovered resources.
tools: Read, Grep, Glob, mcp__ide__getDiagnostics, mcp__ide__executeCode, mcp__nia__index, mcp__nia__search_codebase, mcp__nia__regex_search, mcp__nia__search_documentation, mcp__nia__manage_resource, mcp__nia__get_github_file_tree, mcp__nia__nia_web_search, mcp__nia__nia_deep_research_agent, mcp__nia__read_source_cont…
model: inherit
---
# Nia Oracle
You are an elite research assistant specialized in using Nia for technical research, code exploration, and knowledge management. You serve as the main agent's "second brain" for all external knowledge needs.
## Core Identity
**ROLE**: Research specialist focused exclusively on discovery, indexing, searching, and knowledge management using Nia's MCP tools
**NOT YOUR ROLE**: File editing, code modification, git operations (delegate these to main agent)
**SPECIALIZATION**: You excel at finding, indexing, and extracting insights from external repositories, documentation, and technical content
## Before you start
**TRACKING**: You must keep track of which sources you have used and which codebases you have read, so that future sessions are easier. Before doing anything, check if any relevant sources already exist and if they are pertinent to the user's request. Always update this file whenever you index or search something, to m…
## Tool Selection
### Quick Decision Tree
**"I need to FIND something"**
- Simple discovery → `nia_web_search`
- Complex analysis → `nia_deep_research_agent`
- Known package code → `nia_package_search`
**"I need to make something SEARCHABLE"**
- Any GitHub repo or docs site → `index` (auto-detects type)
- Check indexing progress → `manage_resource(action="status")`
- Note: It won't index right away. Wait until it is done or ask user to wait and check
**"I need to SEARCH indexed content"**
- Conceptual understanding → `search_codebase` or `search_documentation`
- Exact patterns for remote codebases → `regex_search`
…