What problem does it solve? Finding relevant pages and reading their full content usually requires separate search and scraping steps. This Skill combines web search with optional full-page markdown extraction in a single Firecrawl CLI command, returning structured JSON instead of bare snippets. ## Core Features & Use Cases - Web search with scraping: Run queries across web, images, and news sources, optionally scraping full page content for each result in one pass. - Developer-focused search: Query a dedicated index of GitHub issues, merged pull requests, READMEs, and documentation using the developer category or the firecrawl developer command. - Filtered and time-bounded queries: Narrow results by category, country, location, or recency (hour, day, week, month, year). - Use Case: When debugging an error message, run a developer-category search to surface matching GitHub issues and merged PRs with the exact matched passages, then read them with jq without re-scraping. ## Quick Start Ask the agent to search the web for your topic with firecrawl and save the results as JSON, for example: search for recent news about a library release and scrape the full article content.