Initial commit with translated description
This commit is contained in:
32
SKILL.md
Normal file
32
SKILL.md
Normal file
@@ -0,0 +1,32 @@
|
||||
---
|
||||
name: perplexity
|
||||
description: "通过Perplexity API搜索网页获取AI驱动的答案。"
|
||||
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
|
||||
Reference in New Issue
Block a user