Executes Perplexity AI queries via unified Python CLI. Use when conducting web research, asking questions with citations, deep research tasks, reasoning problems, or searching for up-to-date information.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add mattnigh/skills_collection --skill collection --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Collection?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/mattnigh-collection-a94c738f)More formats (shields.io, HTML) on the badges page.
---
name: perplexity-tools
type: complex
depth: base
description: >-
Executes Perplexity AI queries via unified Python CLI. Use when conducting
web research, asking questions with citations, deep research tasks, reasoning
problems, or searching for up-to-date information.
---
# [H1][PERPLEXITY-TOOLS]
>**Dictum:** *Specialized models optimize response quality.*
<br>
Execute Perplexity AI queries via unified Python CLI.
[IMPORTANT] Commands require `--query`. API key auto-injected via 1Password.
```bash
# Quick question—citations (sonar)
uv run .claude/skills/perplexity-tools/scripts/perplexity.py ask --query "What is Effect-TS?"
# Deep research (sonar-deep-research)
uv run .claude/skills/perplexity-tools/scripts/perplexity.py research --query "React 19 new features"
uv run .claude/skills/perplexity-tools/scripts/perplexity.py research --query "Vite 7 migration" --strip-thinking
# Reasoning task (sonar-reasoning-pro)
uv run .claude/skills/perplexity-tools/scripts/perplexity.py reason --query "Compare Vite vs Webpack"
uv run .claude/skills/perplexity-tools/scripts/perplexity.py reason --query "Effect vs RxJS" --strip-thinking
# Web search (sonar)
uv run .claude/skills/perplexity-tools/scripts/perplexity.py search --query "Nx 22 Crystal" --max-results 5
```
---
## [1][OUTPUT]
Commands return: `{"status": "success|error", ...}`.
| [INDEX] | [CMD] | [RESPONSE] |
| :-----: | ---------- | -------------------------------- |
| [1] | `ask` | `{query, response, citations[]}` |
| [2] | `research` | `{query, response, citations[]}` |
| [3] | `reason` | `{query, response}` |
| [4] | `search` | `{query, results[]}` |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!