Agent Skills: Web Research

Deep web research using Perplexity and Firecrawl MCP servers. Use when researching technologies, APIs, best practices, or current information.

UncategorizedID: lobbi-docs/claude/web-research

Install this agent skill to your local

pnpm dlx add-skill https://github.com/markus41/claude/tree/HEAD/.claude/skills/web-research

Skill Files

Browse the full folder contents for web-research.

Download Skill

Loading file tree…

.claude/skills/web-research/SKILL.md

Skill Metadata

Name
web-research
Description
Deep web research using Perplexity and Firecrawl MCP servers. Use when researching technologies, APIs, best practices, or current information.

Web Research

Research the topic: $ARGUMENTS

Research Strategy

  1. First check the codebase for existing knowledge using Grep and Glob
  2. Use Perplexity MCP for knowledge queries about the topic
  3. Use Firecrawl MCP to scrape specific documentation pages if needed
  4. Use Context7 MCP for library-specific documentation
  5. Synthesize findings into actionable recommendations

MCP Tools Available

  • mcp__perplexity__perplexity_ask - Ask knowledge questions
  • mcp__firecrawl__firecrawl_scrape - Scrape a specific URL
  • mcp__firecrawl__firecrawl_search - Search the web
  • mcp__plugin_context7_context7__resolve-library-id - Find library docs
  • mcp__plugin_context7_context7__query-docs - Query library documentation

Output Format

  • Summary: 2-3 sentence overview
  • Key Findings: Detailed bullet points with sources
  • Code Examples: If applicable
  • Recommendations: Next steps and implementation guidance