Skill · em Dados, IA e pesquisa

research-lookup

Look up current research information using Perplexity's Sonar Pro Search or Sonar Reasoning Pro models through OpenRouter. Automatically selects the best model based on query complexity. Search academic papers, recent studies, technical documentation, and general research information with citations.

Procedência

Antes de instalar

6 arquivos · 63,7 KB · inclui 4 scripts que executam: examples.py, lookup.py, research_lookup.py, scripts/research_lookup.py

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/skills/research-lookup/.

d=".claude/skills/research-lookup"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/research-lookup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.py" "$u/examples.py" \
  -o "$d/lookup.py" "$u/lookup.py" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/research_lookup.py" "$u/research_lookup.py" \
  -o "$d/scripts/research_lookup.py" "$u/scripts/research_lookup.py" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.claude/skills/research-lookup/.

d="$HOME/.claude/skills/research-lookup"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/research-lookup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.py" "$u/examples.py" \
  -o "$d/lookup.py" "$u/lookup.py" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/research_lookup.py" "$u/research_lookup.py" \
  -o "$d/scripts/research_lookup.py" "$u/scripts/research_lookup.py" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Codex

Neste projeto: instala em .agents/skills/research-lookup/.

d=".agents/skills/research-lookup"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/research-lookup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.py" "$u/examples.py" \
  -o "$d/lookup.py" "$u/lookup.py" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/research_lookup.py" "$u/research_lookup.py" \
  -o "$d/scripts/research_lookup.py" "$u/scripts/research_lookup.py" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.agents/skills/research-lookup/.

d="$HOME/.agents/skills/research-lookup"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/research-lookup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.py" "$u/examples.py" \
  -o "$d/lookup.py" "$u/lookup.py" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/research_lookup.py" "$u/research_lookup.py" \
  -o "$d/scripts/research_lookup.py" "$u/scripts/research_lookup.py" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Antigravity

Neste projeto: instala em .agents/skills/research-lookup/.

d=".agents/skills/research-lookup"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/research-lookup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.py" "$u/examples.py" \
  -o "$d/lookup.py" "$u/lookup.py" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/research_lookup.py" "$u/research_lookup.py" \
  -o "$d/scripts/research_lookup.py" "$u/scripts/research_lookup.py" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Global: instala em ~/.gemini/antigravity-cli/skills/research-lookup/.

d="$HOME/.gemini/antigravity-cli/skills/research-lookup"
u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/research-lookup"
curl -fsSL --create-dirs \
  -o "$d/SKILL.md" "$u/SKILL.md" \
  -o "$d/examples.py" "$u/examples.py" \
  -o "$d/lookup.py" "$u/lookup.py" \
  -o "$d/README.md" "$u/README.md" \
  -o "$d/research_lookup.py" "$u/research_lookup.py" \
  -o "$d/scripts/research_lookup.py" "$u/scripts/research_lookup.py" \
  -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"

Peça ao Rook

Já usa o Rook Labs? Cole no chat do Rook: instale a skill https://rooklabs.sh/marketplace/cct.research-lookup

Prévia do SKILL.md

---
name: research-lookup
description: "Look up current research information using Perplexity's Sonar Pro Search or Sonar Reasoning Pro models through OpenRouter. Automatically selects the best model based on query complexity. Search academic papers, recent studies, technical documentation, and general research information with citations."
allowed-tools: [Read, Write, Edit, Bash]
---

# Research Information Lookup

## Overview

This skill enables real-time research information lookup using Perplexity's Sonar models through OpenRouter. It intelligently selects between **Sonar Pro Search** (fast, efficient lookup) and **Sonar Reasoning Pro** (deep analytical reasoning) based on query complexity. The skill provides access to current academic lit…

## When to Use This Skill

Use this skill when you need:

- **Current Research Information**: Latest studies, papers, and findings in a specific field
- **Literature Verification**: Check facts, statistics, or claims against current research
- **Background Research**: Gather context and supporting evidence for scientific writing
- **Citation Sources**: Find relevant papers and studies to cite in manuscripts
- **Technical Documentation**: Look up specifications, protocols, or methodologies
- **Recent Developments**: Stay current with emerging trends and breakthroughs
- **Statistical Data**: Find recent statistics, survey results, or research findings
- **Expert Opinions**: Access insights from recent interviews, reviews, or commentary

## Visual Enhancement with Scientific Schematics

**When creating documents with this skill, always consider adding scientific diagrams and schematics to enhance visual communication.**

If your document does not already contain schematics or diagrams:
- Use the **scientific-schematics** skill to generate AI-powered publication-quality diagrams
- Simply describe your desired diagram in natural language
- Nano Banana Pro will automatically generate, review, and refine the schematic

**For new documents:** Scientific schematics should be generated by default to visually represent key concepts, workflows, architectures, or relationships described in the text.

**How to generate schematics:**
```bash
python scripts/generate_schematic.py "your diagram description" -o figures/output.png
```
…

Ver todo o marketplace