Perplexity — веб-поиск и исследования с пятью режимами

research

perplexity-search is a Claude Code skill that brings AI-powered web search and research into the Claude workflow via the Perplexity API, offering five distinct modes: quick answers (`--ask`), raw ranked results without AI synthesis (`--search`), multi-source synthesized research with citations (`--research`), chain-of-thought reasoning for complex decisions (`--reason`), and exhaustive deep research (`--deep`). Each mode maps to a specific Perplexity model — `sonar`, `sonar-pro`, `sonar-reasoning-pro`, or `sonar-deep-research`. The skill runs through a Python script (`scripts/mcp/perplexity_search.py`) and supports filtering by recency (`day`, `week`, `month`, `year`), result count (1–20), and specific domains. Developers and researchers who need up-to-date information — from a quick fact-check to a full technology comparison or autonomous-agent analysis — can access it directly from Claude without leaving their workflow. Requires a `PERPLEXITY_API_KEY` environment variable.