perplexity

Solid

Web search and research using Perplexity AI. Use when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7) or workspace questions.

AI & Automation 1,924 stars 176 forks Updated 2 months ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
100
Recency 20%
75
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Perplexity Tools Use ONLY when user says "search", "find", "look up", "ask", "research", or "what's the latest" for generic queries. NOT for library/framework docs (use Context7), gt CLI (use Graphite MCP), or workspace questions (use Nx MCP). ## Quick Reference **Which Perplexity tool?** - Need search results/URLs? → **Perplexity Search** - Need conversational answer? → **Perplexity Ask** - Need deep research? → **Researcher agent** (`/research <topic>`) **NOT Perplexity - use these instead:** - Library/framework docs → **Context7 MCP** - Graphite `gt` CLI → **Graphite MCP** - THIS workspace → **Nx MCP** - Specific URL → **URL Crawler** ## Perplexity Search **When to use:** - Generic searches, finding resources - Current best practices, recent information - Tutorial/blog post discovery - User says "search for...", "find...", "look up..." **Default parameters (ALWAYS USE):** ```typescript mcp__perplexity__perplexity_search({ query: "your search query", max_results: 3, // Default is 10 - too many! max_tokens_per_page: 512 // Reduce per-result content }) ``` **When to increase limits:** Only if: - User explicitly needs comprehensive results - Initial search found nothing useful - Complex topic needs multiple sources ```typescript // Increased limits (use sparingly) mcp__perplexity__perplexity_search({ query: "complex topic", max_results: 5, max_tokens_per_page: 1024 }) ``` ## Perplexity Ask **When to use:** - Need conversational explanation, ...

Details

Author
softaworks
Repository
softaworks/agent-toolkit
Created
4 months ago
Last Updated
2 months ago
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category