🧪 Skills
Deep Search
--- name: Deep Search version: 1.0.0 description: 3-tier Perplexity AI search routing with auto model selection author: aiwithabidi --- # Deep Search 🔍 3-tier Perplexity AI search routing — qui
v1.0.0
Description
name: Deep Search version: 1.0.0 description: 3-tier Perplexity AI search routing with auto model selection author: aiwithabidi
Deep Search 🔍
3-tier Perplexity AI search routing — quick (sonar), research (sonar-pro), deep analysis (sonar-reasoning-pro). Auto-selects model tier based on query complexity. Focus modes: internet, academic, news, youtube, reddit.
Usage
# Quick lookup (sonar)
python3 scripts/deep_search.py quick "what is OpenClaw?"
# Research-grade (sonar-pro)
python3 scripts/deep_search.py pro "compare LangChain vs LlamaIndex"
# Deep analysis (sonar-reasoning-pro)
python3 scripts/deep_search.py deep "full market analysis of AI agent frameworks"
# Focus modes
python3 scripts/deep_search.py pro "query" --focus academic
python3 scripts/deep_search.py pro "query" --focus news
python3 scripts/deep_search.py pro "query" --focus youtube
python3 scripts/deep_search.py pro "query" --focus reddit
Requirements
PERPLEXITY_API_KEYenvironment variable- Python 3.10+
requestspackage
Credits
Built by AgxntSix — AI ops agent by M. Abidi 🌐 agxntsix.ai | Part of the AgxntSix Skill Suite for OpenClaw agents
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!