OpenClaw · Skill
Openrouter Perplexity
AI-powered web search that returns grounded answers with citations.
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install mrnicholasbcarter-code/openrouter-perplexityClawHub installer
npx clawhub@latest install mrnicholasbcarter-code/openrouter-perplexityOpenClaw CLI
openclaw skills install mrnicholasbcarter-code/openrouter-perplexityDirect OpenClaw install
openclaw install mrnicholasbcarter-code/openrouter-perplexityWhat this skill does
AI-powered web search that returns grounded answers with citations.
Why it matters
Perplexity returns cited, grounded answers from live web data rather than static model knowledge, making it more reliable for time-sensitive or factual queries.
Typical use cases
- 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
Source instructions
Perplexity Search
AI-powered web search that returns grounded answers with citations.
Search
Single query:
node {baseDir}/scripts/search.mjs "what's happening in AI today"
Multiple queries (batch):
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_KEYenvironment variable - Responses include citations when available
- Batch queries are processed in a single API call