# Web Research

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

- Skill: `thelobbi/web-research` (Agent Skill)
- Install (CLI): `npx skillmds add thelobbi/web-research`
- Raw SKILL.md: https://api.skillmd.com/api/skills/thelobbi/web-research/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: thelobbi (https://skillmd.com/u/thelobbi)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/thelobbi/web-research

---


# 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

