Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Deep search via Perplexity API. Three modes: search (quick facts), reason (complex analysis), research (in-depth reports). Returns AI-grounded answers with c...
Deep search via Perplexity API. Three modes: search (quick facts), reason (complex analysis), research (in-depth reports). Returns AI-grounded answers with c...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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"
ModeModelBest ForCostsearch (default)sonar-proQuick facts, summaries, current eventsLowreasonsonar-reasoning-proComplex analysis, comparisons, problem-solvingMediumresearchsonar-deep-researchIn-depth reports, market analysis, literature reviewsHigh
FlagDescriptionDefault--modesearch, reason, researchsearch--recencyhour, day, week, monthβ--domainsComma-separated domain filterβ--langLanguage code (pt, en, es, etc.)β--jsonRaw JSON outputoff
# 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.
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.