Files
openclaw-master-skills/skills/perplexity/SKILL.md
T
MyClaw AI 3e83cee039 feat: expand to 339+ curated skills (v0.3.0)
- Added 175 new high-quality skills across all categories
- 14 distinct categories: AI, Search, Productivity, Dev, Marketing, Media, Finance, Communication, Smart Home, Memory, Security, Data, Social, Other
- Updated all language READMEs and SKILL.md
- Weekly update by MyClaw.ai
2026-03-11 11:54:00 +00:00

869 B

name, description, homepage, metadata
name description homepage metadata
perplexity Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries. https://docs.perplexity.ai
clawdbot
emoji requires primaryEnv
🔮
bins env
node
PERPLEXITY_API_KEY
PERPLEXITY_API_KEY

Perplexity Search

AI-powered web search that returns grounded answers with citations.

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