# Perplexity Pro

> Pro Search mode through the local Sonar Pro script. Use when the user needs a concise sourced answer, step log, or usage cost.

- Skill: `nicshik/perplexity-pro` (Agent Skill)
- Install (CLI): `npx skillmds@latest add nicshik/perplexity-pro`
- Raw SKILL.md: https://api.skillmd.com/api/skills/nicshik/perplexity-pro/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: nicshik (https://skillmd.com/u/nicshik)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/nicshik/perplexity-pro

---


# Perplexity Pro Search

Use this skill for Pro Search mode through a local script path that works both in a global Windsurf install and from the repository root.

Rules:

- Run `python3 ~/.codeium/windsurf/skills/perplexity-pro/pro_search.py "<query>" --context-size medium --json` for a global Windsurf install, or `python3 perplexity-pro-search/scripts/pro_search.py "<query>" --context-size medium --json` from the repository root.
- Use `--context-size low` for small factual checks and `--context-size high` only when needed.
- Do not replace this with `perplexity_search`, `perplexity_ask`, `perplexity_reason`, or `perplexity_research` unless the user asks.
- Report `usage.cost.total_cost` when present.
- Return the answer, key sources, and cost if available.

