skills$openclaw/perplexity
zats10.0k

by zats

perplexity – OpenClaw Skill

perplexity is an OpenClaw Skills integration for coding workflows. Search the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries.

10.0k stars9.8k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

nameperplexity
descriptionSearch the web with AI-powered answers via Perplexity API. Returns grounded responses with citations. Supports batch queries. OpenClaw Skills integration.
ownerzats
repositoryzats/perplexity
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @zats/perplexity
last updatedFeb 7, 2026

Maintainer

zats

zats

Maintains perplexity in the OpenClaw Skills directory.

View GitHub profile
File Explorer
4 files
.
scripts
search.mjs
3.2 KB
_meta.json
270 B
SKILL.md
869 B
SKILL.md

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

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install perplexity?

Run openclaw add @zats/perplexity in your terminal. This installs perplexity into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/zats/perplexity. Review commits and README documentation before installing.