Skill · em Dados, IA e pesquisa
perplexity-search
Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing…
Procedência
- Origem: davila7/claude-code-templates
- Caminho:
cli-tool/components/skills/scientific/perplexity-search - Versão fixada:
57f899e5394bb8ca166f38eacae8f0853cbfe033 - Licença: MIT
- Espelhado em 25/09/2026
- 2 downloads no Claude Code Templates (lido em 25/09/2026)
Antes de instalar
7 arquivos · 57,7 KB · inclui 2 scripts que executam: scripts/perplexity_search.py, scripts/setup_env.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/perplexity-search/.
d=".claude/skills/perplexity-search" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/perplexity-search" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/assets/.env.example" "$u/assets/.env.example" \ -o "$d/references/model_comparison.md" "$u/references/model_comparison.md" \ -o "$d/references/openrouter_setup.md" "$u/references/openrouter_setup.md" \ -o "$d/references/search_strategies.md" "$u/references/search_strategies.md" \ -o "$d/scripts/perplexity_search.py" "$u/scripts/perplexity_search.py" \ -o "$d/scripts/setup_env.py" "$u/scripts/setup_env.py" \ -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.claude/skills/perplexity-search/.
d="$HOME/.claude/skills/perplexity-search" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/perplexity-search" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/assets/.env.example" "$u/assets/.env.example" \ -o "$d/references/model_comparison.md" "$u/references/model_comparison.md" \ -o "$d/references/openrouter_setup.md" "$u/references/openrouter_setup.md" \ -o "$d/references/search_strategies.md" "$u/references/search_strategies.md" \ -o "$d/scripts/perplexity_search.py" "$u/scripts/perplexity_search.py" \ -o "$d/scripts/setup_env.py" "$u/scripts/setup_env.py" \ -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Codex
Neste projeto: instala em .agents/skills/perplexity-search/.
d=".agents/skills/perplexity-search" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/perplexity-search" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/assets/.env.example" "$u/assets/.env.example" \ -o "$d/references/model_comparison.md" "$u/references/model_comparison.md" \ -o "$d/references/openrouter_setup.md" "$u/references/openrouter_setup.md" \ -o "$d/references/search_strategies.md" "$u/references/search_strategies.md" \ -o "$d/scripts/perplexity_search.py" "$u/scripts/perplexity_search.py" \ -o "$d/scripts/setup_env.py" "$u/scripts/setup_env.py" \ -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.agents/skills/perplexity-search/.
d="$HOME/.agents/skills/perplexity-search" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/perplexity-search" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/assets/.env.example" "$u/assets/.env.example" \ -o "$d/references/model_comparison.md" "$u/references/model_comparison.md" \ -o "$d/references/openrouter_setup.md" "$u/references/openrouter_setup.md" \ -o "$d/references/search_strategies.md" "$u/references/search_strategies.md" \ -o "$d/scripts/perplexity_search.py" "$u/scripts/perplexity_search.py" \ -o "$d/scripts/setup_env.py" "$u/scripts/setup_env.py" \ -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Antigravity
Neste projeto: instala em .agents/skills/perplexity-search/.
d=".agents/skills/perplexity-search" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/perplexity-search" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/assets/.env.example" "$u/assets/.env.example" \ -o "$d/references/model_comparison.md" "$u/references/model_comparison.md" \ -o "$d/references/openrouter_setup.md" "$u/references/openrouter_setup.md" \ -o "$d/references/search_strategies.md" "$u/references/search_strategies.md" \ -o "$d/scripts/perplexity_search.py" "$u/scripts/perplexity_search.py" \ -o "$d/scripts/setup_env.py" "$u/scripts/setup_env.py" \ -o "$d/LICENSE" "https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/LICENSE"
Global: instala em ~/.gemini/antigravity-cli/skills/perplexity-search/.
d="$HOME/.gemini/antigravity-cli/skills/perplexity-search" u="https://raw.githubusercontent.com/davila7/claude-code-templates/57f899e5394bb8ca166f38eacae8f0853cbfe033/cli-tool/components/skills/scientific/perplexity-search" curl -fsSL --create-dirs \ -o "$d/SKILL.md" "$u/SKILL.md" \ -o "$d/assets/.env.example" "$u/assets/.env.example" \ -o "$d/references/model_comparison.md" "$u/references/model_comparison.md" \ -o "$d/references/openrouter_setup.md" "$u/references/openrouter_setup.md" \ -o "$d/references/search_strategies.md" "$u/references/search_strategies.md" \ -o "$d/scripts/perplexity_search.py" "$u/scripts/perplexity_search.py" \ -o "$d/scripts/setup_env.py" "$u/scripts/setup_env.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.perplexity-search
Prévia do SKILL.md
---
name: perplexity-search
description: Perform AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter. This skill should be used when conducting web searches for current information, finding recent scientific literature, getting grounded answers with source citations, or accessing information beyon…
---
# Perplexity Search
## Overview
Perform AI-powered web searches using Perplexity models through LiteLLM and OpenRouter. Perplexity provides real-time, web-grounded answers with source citations, making it ideal for finding current information, recent scientific literature, and facts beyond the model's training data cutoff.
This skill provides access to all Perplexity models through OpenRouter, requiring only a single API key (no separate Perplexity account needed).
## When to Use This Skill
Use this skill when:
- Searching for current information or recent developments (2024 and beyond)
- Finding latest scientific publications and research
- Getting real-time answers grounded in web sources
- Verifying facts with source citations
- Conducting literature searches across multiple domains
- Accessing information beyond the model's knowledge cutoff
- Performing domain-specific research (biomedical, technical, clinical)
- Comparing current approaches or technologies
**Do not use** for:
- Simple calculations or logic problems (use directly)
- Tasks requiring code execution (use standard tools)
- Questions well within the model's training data (unless verification needed)
## Quick Start
### Setup (One-time)
1. **Get OpenRouter API key**:
- Visit https://openrouter.ai/keys
- Create account and generate API key
- Add credits to account (minimum $5 recommended)
2. **Configure environment**:
…