Open Source

Perplexity WebUI Search

A portable Agent Skill that queries Perplexity through its web UI using Playwright — no API key required.

0 Stars
GitHub
v1.0.0 Version
Latest
MIT License
Open Source

Features

Browser Automation

Launches Chromium, navigates Perplexity, submits queries — no API key needed.

Retry Logic

Handles empty clipboard, slow responses, and transient failures with 3 automatic retries.

Markdown Output

Saves answers as clean .md files with clean stdout/stderr separation.

Multi-Agent Ready

Works with OpenCode, Claude Code, and Codex CLI out of the box.

Quick Start

Get up and running in under 60 seconds.

Install
# Clone and install
cd skills/perplexity-webui-search
npm install
npx playwright install chromium
Search

Architecture

Project structure at a glance.

tree pplx-web-query
skills/
  perplexity-webui-search/
    scripts/
      perplexity-core.js         # Core: args, retry, Playwright automation
      perplexity-core.test.mjs   # Unit tests
      perplexity-query.js        # CLI entry point
    references/
      install-opencode.md
      install-codex.md
      install-claude.md
      troubleshooting.md
    LICENSE
    README.md
    SKILL.md
    package.json
docs/
  assets/
    logo.png
  index.html
.gitignore
LICENSE
README.md
README.fr.md