Agent skill

perplexity-web-research

Leverage Perplexity CLI for web research, deep reasoning, and independent validation. Use when you need current/external knowledge, want a second opinion before decisions, or want to delegate complex analytical thinking to specialized reasoning models. Complements (not replaces) standard web tools. Can be invoked directly or spawned as a subagent.

majiayu000534★ · 1 repos on radarProfile →
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill perplexity-web-research --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Declared author: Pietro Di Bello
Allowed tools: Bash(llm:*)
Requires: Requires llm CLI with llm-perplexity plugin and Perplexity API key
Path: skills/ai-llm/perplexity-web-research/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

# Perplexity Web Research Use the `llm` CLI with Perplexity plugin for web research, deep reasoning, and independent validation. ## Quick Start ```bash llm -m sonar 'your question here' ``` ## Model Selection Choose the appropriate model based on query complexity: | Model | Use Case | Context | Web Search | |-------|----------|---------|------------| | `sonar` | Quick lookups, general questions | 128k | ✓ | | `sonar-pro` | Thorough answers, detailed research (flagship) | 200k | ✓ | | `sonar-deep-research` | Complex multi-faceted research | 128k | ✓ | | `sonar-reasoning` | Step-by-step reasoning questions | 128k | ✓ | | `sonar-reasoning-pro` | Advanced reasoning with more detail | 128k | ✓ | | `r1-1776` | Specialized model without web search | 128k | ✗ | **Default choice**: `sonar` for most queries. **Use `sonar-pro`** when: - Query requires comprehensive coverage - Need detailed explanations - Research involves multiple aspects - Largest context window needed (200k) **Use `sonar-deep-research`** when: - Topic is complex and multi-faceted - Need synthesis across many sources - Research question has no simple answer **Use `sonar-reasoning`** when: - Question requires logical deductio

What's inside
Steps it walks through
  1. Quick Start
  2. Model Selection
  3. When to Use
  4. 1. Current or External Knowledge
  5. 2. Second Opinions
  6. 3. Deep Reasoning Delegation
  7. When NOT to Use
  8. Usage Examples
  9. Current Knowledge: Documentation Lookup
  10. Current Knowledge: Error Research
  11. Current Knowledge: Library Version
  12. Current Knowledge: Complex Research
  13. Second Opinion: Architecture Decision
  14. Second Opinion: Technology Choice
Ships with 1 file
  • metadata.json
Commands it runs
llm -m sonar 'your question here'
llm -m sonar 'Next.js App Router documentation 2026'
llm -m sonar 'ECONNREFUSED error when connecting to PostgreSQL'
llm -m sonar 'latest stable version of React 2026'
llm -m sonar-deep-research 'comparison of WebSocket vs Server-Sent Events for real-time updates in 2026'
llm -m sonar-pro 'trade-offs between microservices and monolith for a team of 5 engineers'
llm -m sonar 'should I use PostgreSQL or MongoDB for a social media analytics platform'
llm -m sonar-reasoning 'how to design an efficient caching strategy for a rate-limited API with bursty traffic patterns'
llm -m sonar-reasoning-pro 'design a scalable job queue system that handles both immediate and scheduled tasks with priority levels'
More from claude-skill-registry
All skills →
About this skill
What does the perplexity-web-research skill do?

Leverage Perplexity CLI for web research, deep reasoning, and independent validation. Use when you need current/external knowledge, want a second opinion before decisions, or want to delegate complex analytical thinking to specialized reasoning models. Complements (not replaces) standard web tools. Can be invoked directly or spawned as a subagent.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill perplexity-web-research --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