Loading...
Loading...
A skill for performing web searches, research, and reasoning using the Perplexity API. Handles real-time web information retrieval, deep research analysis, and advanced reasoning tasks. Use when the user asks for web searches, research, or says things like "look up", "search for", "latest information", "research", or "analyze".
npx skill4agent add dotneet/claude-code-marketplace perplexity-searchPERPLEXITY_API_KEYscripts/perplexity_api.py# General questions (ask)
python3 scripts/perplexity_api.py ask "your question"
# Deep research (research)
python3 scripts/perplexity_api.py research "research topic"
# Advanced reasoning (reason)
python3 scripts/perplexity_api.py reason "reasoning task"
# Web search (search)
python3 scripts/perplexity_api.py search "search query" [--max-results 10] [--country JP]--strip-thinking<think>...</think>--max-results--max-tokens-per-page--countryaskresearchreasonsearch| Use Case | Tool | Description |
|---|---|---|
| Current weather, news | ask | When quick answers are needed |
| Technical topic research | research | When comprehensive analysis is needed |
| Complex problem analysis | reason | When logical reasoning is needed |
| Collecting sources | search | When URLs or snippets are needed |
references/api_reference.mdPERPLEXITY_API_KEYPERPLEXITY_TIMEOUT_MSPERPLEXITY_PROXYHTTPS_PROXY