perplexity

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name PERPLEXITY_TOKEN or zero doctor check-connector --url https://api.perplexity.ai/chat/completions --method POST

How to Use

1. Chat Completions (Recommended)

AI-powered Q&A with web search and citations. OpenAI SDK compatible.

Basic query with sonar model:

Write to /tmp/perplexity_request.json:

{
  "model": "sonar",
  "messages": [
    {"role": "user", "content": "What is the current price of Bitcoin?"}
Related skills
Installs
105
GitHub Stars
59
First Seen
Jan 24, 2026