What problem does it solve? Built-in web search often returns only snippets, forcing extra fetch steps to read actual page content. This Skill runs web, news, and developer-focused searches through the Firecrawl CLI and optionally scrapes full page markdown in one command, writing structured JSON results to disk. ## Core Features & Use Cases - Web search with optional scraping: Run queries with --scrape to get full page markdown alongside search results, avoiding redundant fetches. - Developer search index: Use --categories developer or the firecrawl developer command to search GitHub issues, merged PRs, READMEs, and curated docs with matched passages. - Filtered searches: Narrow results by source type (web, images, news), time range (--tbs), location, and country. - Use Case: You hit an unfamiliar error message while coding. Run firecrawl developer "error message" --limit 10 to pull matching GitHub issues and PR discussions with the relevant passages, then read them with jq. ## Quick Start Ask the assistant to search the web for your topic using firecrawl, for example: search for recent news about React Server Components and scrape the full page content of the top results.