# Perplexity Search

> Search only mode for low-cost Perplexity lookup. Use when the user needs links, sources, snippets, or quick web lookup without answer synthesis or deep research.

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

---


# Perplexity Search

Use this skill for Search only mode. Prefer the MCP path, but fall back to the direct Search API script if the MCP tool is not exposed in the current runtime.

Rules:

- Use the `perplexity_search` MCP tool from the `perplexity` server first.
- If the MCP tool is not exposed in the current runtime, run `python3 ~/.codeium/windsurf/skills/perplexity-search/search_only.py "<query>" --json` for a global Windsurf install, or `python3 perplexity_search_only/scripts/search_only.py "<query>" --json` when working from the repository root.
- Do not use `perplexity_ask`, `perplexity_reason`, or `perplexity_research`.
- Return 3-5 best results unless the user asks for another count.
- Include titles, URLs, dates when available, and short notes.
- If the user needs synthesis or recommendations, say that this requires a heavier mode.

