Agent skill

perplexity-tools

Queries Perplexity AI via sonar/sonar-pro/sonar-deep-research/sonar-reasoning-pro models. Use when conducting cited web research, deep technical reports, or complex reasoning problems requiring up-to-date sources.

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill perplexity-tools --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/ai-llm/perplexity-tools/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# [H1][PERPLEXITY-TOOLS] >**Dictum:** *Specialized models optimize response quality.* <br> Execute Perplexity AI queries via Python CLI. API key auto-injected via 1Password. [IMPORTANT] Sonar family models (Feb 2026): `sonar` (lightweight search), `sonar-pro` (deeper retrieval, 2x more results), `sonar-reasoning` (real-time reasoning), `sonar-reasoning-pro` (DeepSeek-R1, visible reasoning), `sonar-deep-research` (long-form reports). Citation tokens no longer billed for sonar/sonar-pro. --- ## [1][COMMANDS] | [CMD] | [ARGS] | [MODEL] | | -------- | ------------------------- | ------------------- | | ask | `<query>` | sonar | | pro | `<query>` | sonar-pro | | research | `<query> [strip]` | sonar-deep-research | | reason | `<query> [strip]` | sonar-reasoning-pro | | search | `<query> [max] [country]` | sonar | --- ## [2][USAGE] ```bash # Quick question with citations (lightweight) uv run .claude/skills/perplexity-tools/scripts/perplexity.py ask "What is Effect-TS?" # Pro question with deeper retrieval uv run .claude/skills/perplexity-tools/scripts/perplexity.py pro "Compare Vite 7 vs Turbopack bundling strategies" # Deep research (10min timeout) uv run .claude/skills/perplexity-tools/

What's inside
Steps it walks through
  1. [1][COMMANDS]
  2. [2][USAGE]
  3. [3][ARGUMENTS]
  4. [4][OUTPUT]
  5. [5][ENVIRONMENT]
  6. [6][ERRORHANDLING]
Ships with 1 file
  • metadata.json
Commands it runs
Quick question with citations (lightweight)
uv run .claude/skills/perplexity-tools/scripts/perplexity.py ask "What is Effect-TS?"
Pro question with deeper retrieval
uv run .claude/skills/perplexity-tools/scripts/perplexity.py pro "Compare Vite 7 vs Turbopack bundling strategies"
Deep research (10min timeout)
uv run .claude/skills/perplexity-tools/scripts/perplexity.py research "React 19 new features"
Deep research, strip thinking tags
uv run .claude/skills/perplexity-tools/scripts/perplexity.py research "Vite 7 migration" strip
Reasoning task
uv run .claude/skills/perplexity-tools/scripts/perplexity.py reason "Compare Effect vs RxJS"
More from claude-skill-registry
All skills →
About this skill
What does the perplexity-tools skill do?

Queries Perplexity AI via sonar/sonar-pro/sonar-deep-research/sonar-reasoning-pro models. Use when conducting cited web research, deep technical reports, or complex reasoning problems requiring up-to-date sources.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill perplexity-tools --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going