perplexity
⚠Review·Scanned 2/19/2026
This skill wraps Perplexity web search to return grounded answers and citations via https://api.perplexity.ai/search. It reads the PERPLEXITY_API_KEY environment variable and provides usage to run node {baseDir}/scripts/search.mjs.
from clawhub.ai·vbe43f6a·4.0 KB·0 installs
Scanned from 1.0.0 at be43f6a · Transparency log ↗
$ vett add clawhub.ai/zats/perplexityReview findings below
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
PERPLEXITY_API_KEYenvironment variable - Responses include citations when available
- Batch queries are processed in a single API call