openrouter-perplexity

Web & Frontend Development
v1.0.0
Benign

Search the web with AI-powered answers via Perplexity API.

531 downloads531 installsby @mrnicholasbcarter-code

Setup & Installation

Install command

clawhub install mrnicholasbcarter-code/openrouter-perplexity

If the CLI is not installed:

Install command

npx clawhub@latest install mrnicholasbcarter-code/openrouter-perplexity

Or install with OpenClaw CLI:

Install command

openclaw skills install mrnicholasbcarter-code/openrouter-perplexity

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/mrnicholasbcarter-code/openrouter-perplexity

What This Skill Does

Runs AI-powered web searches via the Perplexity API through OpenRouter. Returns answers grounded in current web content, with citations included. Supports single queries and batching multiple queries into one call.

Perplexity returns cited, grounded answers from live web data rather than static model knowledge, making it more reliable for time-sensitive or factual queries.

When to Use It

  • Looking up recent news or current events
  • Fact-checking a claim against live web sources
  • Researching a topic and getting cited summaries
  • Running multiple research queries in one script call
  • Getting sourced answers without opening a browser
View original SKILL.md file
# Perplexity Search

AI-powered web search that returns grounded answers with citations.

## Search

Single query:
```bash
node {baseDir}/scripts/search.mjs "what's happening in AI today"
```

Multiple queries (batch):
```bash
node {baseDir}/scripts/search.mjs "What is Perplexity?" "Latest AI news" "Best coffee in NYC"
```

## Options

- `--json`: Output raw JSON response

## Notes

- Requires `OPENROUTER_API_KEY` environment variable
- Responses include citations when available
- Batch queries are processed in a single API call

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Looking up recent news or current events

AGENT
  1. 1Looking up recent news or current events
  2. 2Fact-checking a claim against live web sources
  3. 3Researching a topic and getting cited summaries
  4. 4Running multiple research queries in one script call
  5. 5Getting sourced answers without opening a browser
OUTPUT
Search the web with AI-powered answers via Perplexity API.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 26, 2026