🧪 Skills
Deep Search
Perplexity-powered AI search with auto model tier selection for quick facts, research, or deep analysis across web, academic, news, YouTube, and Reddit.
v1.0.0
Description
name: deep-search description: Three-tier AI search routing — quick facts (sonar), research comparisons (sonar-pro), and deep analysis (sonar-reasoning-pro). Auto-selects model tier based on query complexity. Focus modes: internet, academic, news, youtube, reddit. Use for research, fact-checking, competitive analysis, or any web search task. homepage: https://www.agxntsix.ai license: MIT compatibility: Python 3.10+, Perplexity API key metadata: {"openclaw": {"emoji": "\ud83d\udd0e", "requires": {"env": ["PERPLEXITY_API_KEY"]}, "primaryEnv": "PERPLEXITY_API_KEY", "homepage": "https://www.agxntsix.ai"}}
Deep Search 🔍
Multi-tier Perplexity-powered search with automatic Langfuse observability tracing.
When to Use
- Quick facts and simple lookups →
quicktier - Standard research, comparisons, how-to →
protier - Deep analysis, market research, complex questions →
deeptier - Academic paper search, news monitoring, Reddit/YouTube research
Usage
# Quick search (sonar, ~2s)
python3 {baseDir}/scripts/deep_search.py quick "what is OpenClaw"
# Pro search (sonar-pro, ~5-8s)
python3 {baseDir}/scripts/deep_search.py pro "compare Claude vs GPT-4o for coding"
# Deep research (sonar-reasoning-pro, ~10-20s)
python3 {baseDir}/scripts/deep_search.py deep "full market analysis of AI agent frameworks"
# Focus modes
python3 {baseDir}/scripts/deep_search.py pro "query" --focus academic
python3 {baseDir}/scripts/deep_search.py pro "query" --focus news
python3 {baseDir}/scripts/deep_search.py pro "query" --focus youtube
python3 {baseDir}/scripts/deep_search.py pro "query" --focus reddit
Tiers
| Tier | Model | Speed | Best For |
|---|---|---|---|
| quick | sonar | ~2s | Simple facts, quick lookups |
| pro | sonar-pro | ~5-8s | Research, comparisons |
| deep | sonar-reasoning-pro | ~10-20s | Deep analysis, complex questions |
Environment
PERPLEXITY_API_KEY— Required. Perplexity API key.OPENROUTER_API_KEY— Optional. For Langfuse tracing model pricing.
Credits
Built by M. Abidi | agxntsix.ai YouTube | GitHub Part of the AgxntSix Skill Suite for OpenClaw agents.
📅 Need help setting up OpenClaw for your business? Book a free consultation
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!