Agent skill
perplexity-search
Raw web search results (URLs, snippets). Use when you need a list of sources, not a synthesized answer.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/perplexity-search
SKILL.md
Perplexity Search
Parameters
| Parameter | Default | Description |
|---|---|---|
| query | required | Search query |
| max_results | 10 | 1-20 results |
| max_tokens_per_page | 1024 | Content per result |
| country | - | ISO code filter |
Output
json
{"title": "...", "url": "...", "snippet": "...", "date": "..."}
Didn't find tool you were looking for?