Deep search via Perplexity API. Three modes: search (quick facts), reason (complex analysis), research (in-depth reports). Returns AI-grounded answers with c...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install perplexity-deep-search或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install perplexity-deep-search⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/perplexity-deep-search/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: perplexity description: "Deep search via Perplexity API. Three modes: search (quick facts), reason (complex analysis), research (in-depth reports). Returns AI-grounded answers with citations." homepage: https://docs.perplexity.ai metadata: {"clawdbot":{"emoji":"🔮","requires":{"bins":["curl","jq"]},"primaryEnv":"PERPLEXITY_API_KEY"}} ---
AI-powered web search with three modes for different depth levels.
# Quick search (sonar) - facts, summaries, current events
{baseDir}/scripts/search.sh "latest AI news"
# Reasoning (sonar-reasoning-pro) - complex analysis, multi-step
{baseDir}/scripts/search.sh --mode reason "compare React vs Vue for enterprise apps"
# Deep Research (sonar-deep-research) - full reports, exhaustive analysis
{baseDir}/scripts/search.sh --mode research "market analysis of AI in healthcare 2025"
| Mode | Model | Best For | Cost | |------|-------|----------|------| | search (default) | sonar-pro | Quick facts, summaries, current events | Low | | reason | sonar-reasoning-pro | Complex analysis, comparisons, problem-solving | Medium | | research | sonar-deep-research | In-depth reports, market analysis, literature reviews | High |
| Flag | Description | Default | |------|-------------|---------| | --mode | search, reason, research | search | | --recency | hour, day, week, month | — | | --domains | Comma-separated domain filter | — | | --lang | Language code (pt, en, es, etc.) | — | | --json | Raw JSON output | off |
# Search with recency filter
{baseDir}/scripts/search.sh --recency week "OpenAI latest announcements"
# Search restricted to specific domains
{baseDir}/scripts/search.sh --domains "arxiv.org,nature.com" "transformer architecture advances"
# Search in Portuguese
{baseDir}/scripts/search.sh --lang pt "inteligência artificial no Brasil"
# Deep research with JSON output
{baseDir}/scripts/search.sh --mode research --json "enterprise AI adoption trends"
Set PERPLEXITY_API_KEY env var, or store it in a file:
mkdir -p ~/.config/perplexity
echo "your_key_here" > ~/.config/perplexity/api_key
chmod 600 ~/.config/perplexity/api_key
The script checks the env var first, then falls back to the file.
Use search for everyday queries. Reserve research for when you truly need exhaustive analysis.
安装 Perplexity Deep Search 后,可以对 AI 说这些话来触发它
Help me get started with Perplexity Deep Search
Explains what Perplexity Deep Search does, walks through the setup, and runs a quick demo based on your current project
Use Perplexity Deep Search to deep search via Perplexity API
Invokes Perplexity Deep Search with the right parameters and returns the result directly in the conversation
What can I do with Perplexity Deep Search in my data & analytics workflow?
Lists the top use cases for Perplexity Deep Search, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/perplexity-deep-search/ 目录(个人级,所有项目可用),或 .claude/skills/perplexity-deep-search/(项目级)。重启 AI 客户端后,用 /perplexity-deep-search 主动调用,或让 AI 根据上下文自动发现并使用。
Perplexity Deep Search 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Perplexity Deep Search 可免费安装使用。请查阅仓库了解许可证信息。
Deep search via Perplexity API. Three modes: search (quick facts), reason (complex analysis), research (in-depth reports). Returns AI-grounded answers with c...
Perplexity Deep Search 属于「Data & Analytics」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my data & analytics tasks using Perplexity Deep Search
Identifies repetitive steps in your workflow and sets up Perplexity Deep Search to handle them automatically