escapeWuescapeWuCommunity·2 Agent Skills Included

perplexity-ai

Self-hosted Perplexity search server with cited answers

Hosts a private Perplexity search server exposing MCP and OpenAI-compatible endpoints for cited web answers. Balances multiple account tokens with health checks, heartbeat alerts, and automatic fallback to keep searches running. Includes ready-made search and deployment skills so agents get current facts without building REST requests manually.
npx skills add escapeWu/perplexity-ai --all -g -y
Available:

Tells the agent how the server is structured, which commands run and test it, and to route web search through the perplexity-mcp tools instead of built-in search.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install perplexity-ai?

Run `npx skills add escapeWu/perplexity-ai --all -g -y` in your terminal to install all skills in this repository globally.

What does perplexity-ai do?

It is a self-hosted server that exposes Perplexity web search through MCP and OpenAI-compatible endpoints, returning cited answers. It supports multi-token load balancing, health monitoring, and deep research modes.

How do I deploy the perplexity-ai server?

Use Docker Compose: copy the example token pool config, add your Perplexity account tokens, then run `docker compose up -d`. The included server-deploy skill can also automate a guarded production rollout.

Does perplexity-ai work with Claude Code and other agents?

Yes. It exposes standard MCP tools and an OpenAI-compatible API, and ships SKILL.md files that work in Claude Code, Cursor, and other compatible agents.

How do I get Perplexity account tokens?

Open perplexity.ai, open browser developer tools, and copy the `next-auth.csrf-token` and `__Secure-next-auth.session-token` cookies into your token pool config file.

Related Repositories in Software Engineering

View All in Software Engineering