perplexity-search

Conduct AI web searches with mode selection and model variants.

3.9k|296|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/parcadei/Continuous-Claude --skill perplexity-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perplexity-search
Source: https://github.com/parcadei/Continuous-Claude/tree/main/.claude/skills/perplexity-search
Command: npx skills add https://github.com/parcadei/Continuous-Claude --skill perplexity-search

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides AI-assisted web search, synthesis, and chain-of-thought reasoning for research tasks.

Core Features & Use Cases

  • AI-synthesized research: Combine sources into a cohesive view with citations.
  • Direct web search: Ranked results without synthesis.
  • Use Case: Compare frameworks with sources.

Quick Start

uv run python scripts/perplexity_search.py --research "best practices for AI agent logging 2025"

Frequently Asked Questions about perplexity-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I conduct web searches with AI synthesis and citations?

Web search with AI synthesis combines results from multiple sources into a cohesive answer with citations. This Skill applies Perplexity's API to rank and synthesize ranked web results, returning sourced answers for factual inquiries and research tasks across domains.

What's the difference between ask, search, research, and deep research modes?

Mode selection determines processing depth. Ask provides quick answers; search returns ranked results without synthesis; research synthesizes sources with chain-of-thought reasoning; reasoning and deep-research modes apply extended reasoning across more sources for complex, multi-step investigations.

Can I filter web search results by recency and specific domains?

Yes. This Skill accepts recency and domain parameters to control result ranking. Set max-results, recency filters, and domain restrictions via command flags to narrow searches to recent sources or specific websites relevant to your research scope.

Which Perplexity model variants does this Skill support?

The Skill supports sonar, sonar-pro, sonar-reasoning-pro, and sonar-deep-research model variants. Each variant scales reasoning depth and synthesis capability; select based on query complexity and required research depth.

Do I need a Perplexity API key to use this Skill?

Yes. API key authentication is required. Provide your Perplexity API key to authenticate requests and access web search and reasoning capabilities across all supported modes and model variants.

What research tasks work best with this approach?

AI-synthesized literature reviews, framework comparisons with sourced evidence, and multi-domain investigations benefit most. Use research and deep-research modes for tasks requiring synthesis across multiple sources and cited evidence rather than single direct answers.