perplexity-install-auth

Installation
SKILL.md

Perplexity Install & Auth

Overview

Set up Perplexity Sonar API access using the OpenAI-compatible chat completions endpoint at https://api.perplexity.ai. Perplexity does not have a custom SDK -- you use the standard OpenAI client library pointed at Perplexity's base URL.

Prerequisites

Instructions

Step 1: Install OpenAI Client Library

set -euo pipefail
# Node.js / TypeScript
npm install openai
Installs
4
GitHub Stars
2.7K
First Seen
6 days ago
perplexity-install-auth — jeremylongshore/tons-of-skills-marketplace