sse-streaming
✓Implement and debug SSE (Server-Sent Events) streaming for the Perplexity AI API, including parsing, reconnection, and retry logic.
Installation
SKILL.md
Handle SSE streaming implementation, debugging, and reconnection for pplx-sdk.
Use this skill when implementing, debugging, or extending SSE streaming functionality for the Perplexity API.
| queryprogress | Search progress | status, progress | | searchresults | Source citations | sources[] | | answerchunk | Partial token | text | | finalresponse | Complete answer | text, cursor, backenduuid | | relatedquestions | Follow-up suggestions | questions[] | | error | Server error | message, code |
Implement and debug SSE (Server-Sent Events) streaming for the Perplexity AI API, including parsing, reconnection, and retry logic. Source: pv-udpv/pplx-sdk.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/pv-udpv/pplx-sdk --skill sse-streaming- Source
- pv-udpv/pplx-sdk
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-09
- Updated
- 2026-02-18
Quick answers
What is sse-streaming?
Implement and debug SSE (Server-Sent Events) streaming for the Perplexity AI API, including parsing, reconnection, and retry logic. Source: pv-udpv/pplx-sdk.
How do I install sse-streaming?
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 sse-streaming 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
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-09