AI SummaryThis skill enables long-running deep research queries via Perplexity's API without triggering client timeouts, solving a real integration problem for Claude Code users who need extended research capabilities.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to install the "Deep Research Skill" skill in my project. Please run this command in my terminal: # Install skill into the correct directory mkdir -p .claude/skills/mcp-perplexity-async && curl --retry 3 --retry-delay 2 --retry-all-errors -o .claude/skills/mcp-perplexity-async/SKILL.md "https://raw.githubusercontent.com/agentic-ai-forge/mcp-perplexity-async/master/SKILL.md" Then restart Claude Code (or reload the window in Cursor) so the skill is picked up.
Description
Async wrapper for Perplexity API to bypass MCP client timeouts
Usage
/research "Your query"
Deep Research Skill
This skill allows you to perform long-running "Deep Research" tasks using Perplexity's sonar-deep-research model without hitting client timeouts.
Installation
Copy this file to .opencode/skills/research/SKILL.md in your project.
Skill Definition
`markdown --- name: research description: Perform deep research using Perplexity's async API. Handles the long-running "Start -> Poll" process automatically. ---
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster