·reverse-engineer
</>

reverse-engineer

pv-udpv/pplx-sdk

Reverse engineer Perplexity AI web APIs — intercept browser traffic, decode undocumented endpoints, map request/response schemas, extract auth flows, and translate discoveries into SDK code.

18Installs·0Trend·@pv-udpv

Installation

$npx skills add https://github.com/pv-udpv/pplx-sdk --skill reverse-engineer

SKILL.md

Discover, document, and implement undocumented Perplexity AI endpoints for pplx-sdk.

| New endpoint | transport/ | Add endpoint constant and method | | Request fields | domain/models.py | Create Pydantic request model | | Response fields | domain/models.py | Create Pydantic response model | | SSE events | transport/sse.py | Add event type to parser | | Auth variation | shared/auth.py | Add extraction method |

| Error codes | core/exceptions.py | Map to exception type |

Reverse engineer Perplexity AI web APIs — intercept browser traffic, decode undocumented endpoints, map request/response schemas, extract auth flows, and translate discoveries into SDK code. Source: pv-udpv/pplx-sdk.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pv-udpv/pplx-sdk --skill reverse-engineer
Category
</>Dev Tools
Verified
First Seen
2026-02-09
Updated
2026-02-18

Quick answers

What is reverse-engineer?

Reverse engineer Perplexity AI web APIs — intercept browser traffic, decode undocumented endpoints, map request/response schemas, extract auth flows, and translate discoveries into SDK code. Source: pv-udpv/pplx-sdk.

How do I install reverse-engineer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pv-udpv/pplx-sdk --skill reverse-engineer Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/pv-udpv/pplx-sdk