AI & LLMsDocumentedScanned
perplexity
Search the web with AI-powered answers via Perplexity API.
Share:
Installation
npx clawhub@latest install perplexityView the full skill documentation and source below.
Documentation
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