OpenClaw Skillv1.0.0

Perplexity

zatsby zats
Deploy on EasyClawdfrom $14.9/mo

Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries.

How to use this skill

OpenClaw skills run inside an OpenClaw container. EasyClawd deploys and manages yours — no server setup needed.

  1. Sign up on EasyClawd (2 minutes)
  2. Connect your Telegram bot
  3. Install Perplexity from the skills panel
Get started — from $14.9/mo
22stars
10,919downloads
117installs
0comments
1versions

Latest Changelog

Initial release: AI-powered web search with citations

Tags

latest: 1.0.0

Skill Documentation

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

# Perplexity Search

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

## Search

Single query:
```bash
node {baseDir}/scripts/search.mjs "what's happening in AI today"
```

Multiple queries (batch):
```bash
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
Security scan, version history, and community comments: view on ClawHub