What problem does it solve? Built-in web search often returns only snippets, forcing you to fetch each result page separately. This Skill runs web searches through the Firecrawl CLI and optionally scrapes full page content as markdown in a single step, returning structured JSON you can process with jq. ## Core Features & Use Cases - Web Search with Scraping: Run queries against web, news, and image sources, with an optional --scrape flag that returns full page markdown alongside results. - Developer Search: Use --categories developer or the firecrawl developer command to search GitHub issues, merged pull requests, READMEs, and curated documentation with matched passages. - Filtered Queries: Narrow results by time (--tbs), country, location, and result limit, writing output to .firecrawl/ JSON files to keep context small. - Use Case: You hit an unfamiliar error message in a library. Run a developer search to pull matching GitHub issues and merged PRs with the exact passages describing the fix. ## Quick Start Ask the assistant to search the web for your topic with Firecrawl and save the results, optionally scraping full page content, for example: search for recent news about a topic and extract the article URLs from the JSON output.