返回顶部
p

perplexity

Deep search via Perplexity API. Three modes: search (quick facts), reason (complex analysis), research (in-depth reports). Returns AI-grounded answers with citations.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.1.0
安全检测
已通过
3,795
下载量
11
收藏
概述
安装方式
版本历史

perplexity

# Perplexity Deep Search AI-powered web search with three modes for different depth levels. ## Quick Start ```bash # 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" ``` ## Modes | 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 | ## Options | 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 | ## Examples ```bash # 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" ``` ## API Key Set `PERPLEXITY_API_KEY` env var, or store it in a file: ```bash 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. ## Pricing Reference - **Search (sonar-pro):** ~$0.01/query - **Reasoning (sonar-reasoning-pro):** ~$0.02/query - **Deep Research (sonar-deep-research):** ~$0.40/query (uses many searches + reasoning) Use `search` for everyday queries. Reserve `research` for when you truly need exhaustive analysis.

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 perplexity-deep-search-1776381262 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 perplexity-deep-search-1776381262 技能

通过命令行安装

skillhub install perplexity-deep-search-1776381262

下载 Zip 包

⬇ 下载 perplexity v1.1.0

文件大小: 3.43 KB | 发布时间: 2026-4-17 15:12

v1.1.0 最新 2026-4-17 15:12
API key: add file-based fallback (~/.config/perplexity/api_key), align with SerpAPI pattern. Docs in English.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部