ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
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-perplexity
Or

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_KEY environment variable
  • Responses include citations when available
  • Batch queries are processed in a single API call

Metadata

Stars1401
Views0
Updated2026-02-24
View Author Profile
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.