What problem does it solve? When you don't have a specific URL, finding relevant sources, articles, or news requires manual searching and then visiting each result to read its content. This Skill runs web searches through the Firecrawl CLI and optionally scrapes full page content from results, saving everything as structured JSON files for downstream processing. ## Core Features & Use Cases - Web Search with JSON Output: Run queries and save results to .firecrawl/ files, keeping raw data out of the context window. - Optional Full-Page Scraping: Add --scrape to fetch complete page content from search results in one pass, avoiding redundant fetches. - News and Category Filtering: Restrict results to news sources with time windows (--sources news --tbs qdr:d) or blend in developer-index results via --categories developer. - Use Case: Researching a new library? Search for it, scrape the top results' full content, extract URLs with jq, and send one feedback event to refund a credit. ## Quick Start Ask the agent to search the web for your topic with firecrawl and save the results with full page content to a JSON file under .firecrawl/.