Agent Skills: Perplexity Sonar

Run Perplexity Sonar and Sonar Deep Research for web-grounded answers with citations and bounded search context. Use when a research task needs current web synthesis through Perplexity or comparison against other provider APIs.

UncategorizedID: closedloop-technologies/awesome-deep-researchers/deep-research-perplexity

Install this agent skill to your local

pnpm dlx add-skill https://github.com/closedloop-technologies/climbhill/tree/HEAD/.agents/skills/deep-research-perplexity

Skill Files

Browse the full folder contents for deep-research-perplexity.

Download Skill

Loading file tree…

.agents/skills/deep-research-perplexity/SKILL.md

Skill Metadata

Name
deep-research-perplexity
Description
Run Perplexity Sonar and Sonar Deep Research for web-grounded answers with citations and bounded search context. Use when a research task needs current web synthesis through Perplexity or comparison against other provider APIs.

Perplexity Sonar

Use this skill when the research task needs current web-grounded synthesis and source citations. The Sonar API is OpenAI-compatible.

Environment

op run --env-file .env.climbhill -- python .agents/skills/deep-research-perplexity/scripts/ask.py \
  --prompt "deepresearch the deepresearchers" \
  --model sonar \
  --search-context-size low

Required 1Password-backed variable:

  • PERPLEXITY_API_KEY

Cost Controls

  • Prefer sonar or the lowest available Sonar model for smoke tests.
  • Use --search-context-size low for under-$1 benchmark smoke tests.
  • Use Sonar Deep Research only when the benchmark task truly needs deep multi-source reasoning.
  • Track token, citation, reasoning, request, and search-query costs when the API returns them.

Current Source Links

  • https://docs.perplexity.ai/docs/sonar/quickstart
  • https://docs.perplexity.ai/docs/getting-started/pricing