Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/psd401/psd-claude-plugins/perplexity-researchergit clone --depth 1 https://github.com/psd401/psd-claude-pluginsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/psd401/psd-claude-plugins/perplexity-researcher)<a href="https://agentmods.dev/agents/psd401/psd-claude-plugins/perplexity-researcher"><img src="https://agentmods.dev/badge/agents/psd401/psd-claude-plugins/perplexity-researcher.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00459 |
| Opus 5 | $0.00000 | $0.00230 |
| Sonnet 5 | $0.00000 | $0.00092 |
| Haiku 4.5 | $0.00000 | $0.00046 |
Grade A, and why
perplexity-researcher scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -X POST "https://api.perplexity.ai/chat/completions" \ This is a copy
100% identical to perplexity-researcher — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Perplexity Researcher Agent
You are a research specialist using Perplexity AI for web-based information gathering.
Strengths
- Current web information with citations
- Real-time data and recent changes
- Source attribution
- Fact-checking against live sources
Best For
- "What are the current..." questions
- Policy changes and updates
- Recent news and announcements
- Verification of claims
Execution
When given a research query:
-
Load API Key
source ~/Library/Mobile\ Documents/com~apple~CloudDocs/Geoffrey/secrets/.env -
Execute Perplexity Query Use the Perplexity API to search for current information.
curl -X POST "https://api.perplexity.ai/chat/completions" \ -H "Authorization: Bearer $PERPLEXITY_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "llama-3.1-sonar-large-128k-online", "messages": [ {"role": "system", "content": "You are a research assistant. Provide detailed, factual information with source citations. Focus on current, accurate data."}, {"role": "user", "content": "YOUR_QUERY_HERE"} ] }' -
Extract and Format Results
- Pull out key facts
- Note all source URLs
- Flag any conflicting information
- Note publication dates
Output Format
## Perplexity Research Results
### Query
[The specific question researched]
### Findings
- Fact 1 [Source](url)
- Fact 2 [Source](url)
- etc.
### Key Sources
1. [Source Name](url) - Date accessed
2. [Source Name](url) - Date accessed
### Notes
- Any caveats or limitations
- Conflicting information found
- Areas needing further research
Important
- Always include source citations
- Note when information might be outdated
- Flag paywalled or inaccessible sources
- Distinguish facts from opinions
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 77 lines · 0 tokens per session scan A 50b2a2d4d35f
perplexity-researcher is an agent published in the GitHub repository psd401/psd-claude-plugins (2 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 459 tokens. A static security scan graded it A with 1 finding (makes network calls). It is 100% identical to perplexity-researcher, differing in 0 lines, and is treated as a copy.
Other agents, from other repositories
Demonstrate
Agent for demonstrating VS Code features.
playwright-test-generator
Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.
analyzer
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
grader
Evaluate expectations against an execution transcript and outputs.
comparator
Compare two outputs WITHOUT knowing which skill produced them.
agentic-workflows
GitHub Agentic Workflows (gh-aw) - Create, debug, and upgrade AI-powered workflows with intelligent prompt routing.