Agent skill · Data & Analytics

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 4 KB
Bundled scripts: none
Allowed tools: BashRead
Path: skills/analysis/perplexity-grahama1970-agent-skills/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 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

What's inside
Steps it walks through
  1. Prerequisites
  2. When to Use
  3. Quick Start
  4. Commands at a Glance
  5. CLI Usage
  6. Python API
  7. Shared Helpers
  8. Models
  9. Examples
  10. Technical Research
  11. Current Information
  12. Comparison
  13. vs Context7
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going