perplexity
Paid research assistant with real-time web search. Use when user asks "what's the latest", "current pricing for", "recent news about", "search the web for", "fact check this", "what's new in", or needs up-to-date information beyond training data.
npx skills add majiayu000/claude-skill-registry --skill perplexity-grahama1970-agent-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Perplexity Skill AI-powered research assistant with real-time web search capabilities. ## Prerequisites - `PERPLEXITY_API_KEY` in `.env` (get from https://www.perplexity.ai/settings/api) ## When to Use - Current information (news, recent releases, pricing) - Technical questions requiring up-to-date docs - Fact-checking and verification - Research questions needing multiple sources - Comparisons (libraries, tools, approaches) ## Quick Start ```bash # Simple query (quick answer) python .pi/skills/perplexity/perplexity.py ask "What's new in Python 3.12?" # With citations (JSON output) python .pi/skills/perplexity/perplexity.py research "ArangoDB vs Neo4j for knowledge graphs" # With specific model python .pi/skills/perplexity/perplexity.py ask --model large "Best practices for Lean4 proofs" ``` ## Commands at a Glance | Command | What it does | Notes | |---------|--------------|-------| | `ask` | Fast answer with short citations preview | Matches the Typer command implemented in `perplexity.py ask` | | `research` | Full answer + citations JSON | Equivalent to calling `_research()` and prints JSON unless `--no-json` | | `models` | Lists available model aliases → API IDs | Useful when
- Prerequisites
- When to Use
- Quick Start
- Commands at a Glance
- CLI Usage
- Python API
- Shared Helpers
- Models
- Examples
- Technical Research
- Current Information
- Comparison
- vs Context7
Simple query (quick answer) python .pi/skills/perplexity/perplexity.py ask "What's new in Python 3.12?" With citations (JSON output) python .pi/skills/perplexity/perplexity.py research "ArangoDB vs Neo4j for knowledge graphs" With specific model python .pi/skills/perplexity/perplexity.py ask --model large "Best practices for Lean4 proofs" Quick answer python .pi/skills/perplexity/perplexity.py ask [OPTIONS] "your question" Research with citations (JSON output) python .pi/skills/perplexity/perplexity.py research [OPTIONS] "your question"
What does the perplexity skill do?
Paid research assistant with real-time web search. Use when user asks "what's the latest", "current pricing for", "recent news about", "search the web for", "fact check this", "what's new in", or needs up-to-date information beyond training data.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill perplexity-grahama1970-agent-skills --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.
