perplexity-research
Use when conducting web research with Perplexity API - covers authentication, search strategies, structured output generation, and integration patterns for Claude-interpretable results
npx skills add majiayu000/claude-skill-registry --skill perplexity-research-dbmcco-claude-agent-toolkit --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 API Research Integration ## When to Use This Skill Invoke this skill when you need to: - Conduct comprehensive web research beyond Claude's knowledge cutoff - Gather current market data, pricing, or competitive intelligence - Find technical documentation or implementation examples - Research industry trends, news, or recent developments - Generate structured research reports with citations - Build research workflows that feed into Claude's analysis ## Core Principles 1. **Structured Queries**: Design prompts that request specific, structured responses 2. **Citation Tracking**: Always capture and preserve source URLs for verification 3. **Iterative Refinement**: Start broad, then narrow based on initial results 4. **Claude Integration**: Format output for easy Claude interpretation and analysis 5. **API Efficiency**: Batch related queries to minimize API calls ## Authentication Setup ### Step 1: API Key Configuration ```python from dotenv import load_dotenv import os import requests load_dotenv('.env') PERPLEXITY_API_KEY = os.getenv('PERPLEXITY_API_KEY') PERPLEXITY_API_URL = 'https://api.perplexity.ai/chat/completions' headers = { 'Authorization': f'Bearer {PERPLEXITY_A
- When to Use This Skill
- Core Principles
- Authentication Setup
- Step 1: API Key Configuration
- Step 2: Environment Configuration
- Basic Research Pattern
- Pattern: Simple Query with Structured Output
- Structured Output Patterns
- Pattern: Market Research with JSON Output
- Pattern: Competitive Intelligence
- Pattern: Technical Documentation Search
- Advanced Research Workflows
- Pattern: Multi-Stage Research Pipeline
- Pattern: Citation-Rich Research Report
What does the perplexity-research skill do?
Use when conducting web research with Perplexity API - covers authentication, search strategies, structured output generation, and integration patterns for Claude-interpretable results
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill perplexity-research-dbmcco-claude-agent-toolkit --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.
