perplexity

ClawSkills 作者 clawskills

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

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install clawskills:clawskills~zats-perplexity
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~zats-perplexity/file -o zats-perplexity.md
# 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