返回 Skill 列表
extension
分类: 其它需要 API Key

Erdmannsilva Perplexity

使用 Perplexity API 进行 AI 驱动的网页搜索,返回带引用的可靠答案,支持批量查询。

person作者: erdmannsilvahubclawhub

Perplexity Search

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