Install
openclaw skills install @mfang0126/perplexity-toolkitAutomate Perplexity AI search — batch, extract, aggregate, verify.
openclaw skills install @mfang0126/perplexity-toolkitAutomate Perplexity AI search via browser control — search, extract, batch, and analyze.
git clone https://github.com/mfang0126/perplexity-toolkit.git
cd perplexity-toolkit
pip install -e .
perplexity search "query" # Standard search
perplexity search "query" --mode deep # Deep research
perplexity search "query" --mode council # Model council
perplexity batch queries.txt # Batch from file
perplexity aggregate results/ --output report.md
perplexity history # View search history
| Mode | What It Does |
|---|---|
| Standard | Quick search with citations |
| Deep Research | Multi-step, thorough investigation |
| Model Council | Multiple models debate the answer |
| Step-by-step | Learning-oriented breakdown |