AgentStack
SKILL verified MIT Self-run

Perplexity Webui Search

skill-sofianbll-pplx-web-query-perplexity-webui-search · by sofianbll

Use when the user asks to search Perplexity, query Perplexity through the web UI, perform web research with Perplexity, save a Perplexity answer as Markdown, or retrieve a Perplexity answer through browser automation.

No reviews yet
0 installs
6 views
0.0% view→install

Install

$ agentstack add skill-sofianbll-pplx-web-query-perplexity-webui-search

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README — it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-sofianbll-pplx-web-query-perplexity-webui-search)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming — see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps — measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Perplexity Webui Search? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Perplexity WebUI Search

Overview

This skill runs the bundled Playwright script against Perplexity's web UI and returns the copied Markdown answer. It is a browser automation path, not an official Perplexity API client.

Use And Avoid

Use for explicit Perplexity tasks:

  • Search Perplexity directly.
  • Use Perplexity for research instead of generic webpage fetching.
  • Retrieve or save a Perplexity answer through a visible browser session.

Do not use for:

  • The user asks for a normal web fetch, URL extraction, or documentation lookup.
  • The environment cannot open Chromium.
  • Network access to https://www.perplexity.ai/ is unavailable.
  • The task requires an official Perplexity API.

Workflow

  1. Work from this skill directory, wherever it is installed.
  2. If dependencies are missing, run npm install.
  3. If Chromium is missing, run npx playwright install chromium.
  4. Run the search command with the user query and an output path.
  5. Read the output file before answering the user.
  6. If the browser is blocked, times out, copies an empty response, or the UI changes, say that clearly and do not claim Perplexity was searched.

Command

npm run search -- "" ./result.md

The command opens visible Chromium, submits the query, waits for the final Copy button, writes the copied answer to the output file, and prints the answer to stdout. Progress logs go to stderr.

Output Handling

  • Default output path: result.md.
  • Prefer a task-specific path such as ./tmp/perplexity-result.md when the user asks to preserve output.
  • result.md is generated output and should not be committed.
  • Read the output file and summarize the answer; do not just report that the command ran.

Response Pattern

  • Success: summarize the Perplexity answer and include relevant citations copied in the output.
  • Failure: state Perplexity search did not complete: . Do not invent an answer or fall back to generic web search unless the user asks.

Common Mistakes

  • Running from another directory without installing dependencies in this skill directory.
  • Reporting success from stdout alone without reading the output file.
  • Committing generated files such as result.md or files under tmp/.
  • Treating this as an official Perplexity API client.

Troubleshooting

If setup or runtime fails, read [references/troubleshooting.md](references/troubleshooting.md) and report the concrete failure. Do not claim Perplexity was searched unless the command produced a non-empty answer.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.