What problem does it solve? Finding sources, articles, or news when no URL is known usually requires manual searching and copy-pasting page content. This Skill runs web searches through the Firecrawl CLI, optionally scrapes full page content from results, and saves 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, with query-relevant highlights enabled by default. - Optional full-page scraping: Add --scrape to fetch complete page content from search results in one call, 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: You need recent articles about a library release. Run a search with the news source filter, save results to .firecrawl/news.json, then extract URLs with jq for citation in your report. ## Quick Start Ask the agent to search the web for your query with firecrawl and save the results, optionally with full page content, to a JSON file under .firecrawl/.