Back to Registry View Author Profile
Official Verified
perplexity
Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries.
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/mrnicholasbcarter-code/openrouter-perplexityOr
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
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-mrnicholasbcarter-code-openrouter-perplexity": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.