What problem does it solve? Web research often floods an agent's context with full pages or triggers uncontrolled crawling. This Skill performs targeted web research through the Firecrawl CLI while keeping full page content out of agent context, enforcing retrieval limits, and caching results. ## Core Features & Use Cases - Metadata-only discovery: search returns at most five result records and map returns up to 20 matching URLs from a known documentation site, without scraping pages. - Selective page retrieval: summary and read write page content to local cache files so you can grep and read only relevant ranges instead of loading entire pages. - 24-hour caching: Repeated queries reuse cached results, with optional refresh via environment variables. - Use Case: When asked how a specific API works, search for the official docs, map the documentation site, then read at most two authoritative pages to answer with accurate details. ## Quick Start Ask the agent to research a topic on the web using the firecrawl skill, for example to find and summarize the official documentation for a specific API endpoint.