← All skills
Tencent SkillHub Β· Developer Tools

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, scripts/search.sh

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.1.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

Perplexity Deep Search

AI-powered web search with three modes for different depth levels.

Quick Start

# 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

ModeModelBest ForCostsearch (default)sonar-proQuick facts, summaries, current eventsLowreasonsonar-reasoning-proComplex analysis, comparisons, problem-solvingMediumresearchsonar-deep-researchIn-depth reports, market analysis, literature reviewsHigh

Options

FlagDescriptionDefault--modesearch, reason, researchsearch--recencyhour, day, week, monthβ€”--domainsComma-separated domain filterβ€”--langLanguage code (pt, en, es, etc.)β€”--jsonRaw JSON outputoff

Examples

# 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: 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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Scripts
  • SKILL.md Primary doc
  • scripts/search.sh Scripts