firecrawl-scrape
The firecrawl-scrape skill extracts content from URLs into LLM-optimized markdown. It handles static and JavaScript-rendered pages and supports concurrent scraping of multiple URLs.
Is firecrawl-scrape safe to install?
Review the source first: our audit of firecrawl-scrape's source files found 6 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands via the CLI and writes scraped content to local files.
How we audit skills: our security review methodology.
Who is this skill for?
Users who need to extract clean text content from websites for analysis or processing.
What can you do with it?
- Extracting main content from a webpage while stripping navigation and footers.
- Scraping JavaScript-rendered single-page applications.
- Retrieving specific information from a page using natural language queries.
- Converting webpage content into markdown, links, or raw HTML formats.
- Redacting personally identifiable information from scraped content.
How good is this skill?
Quality score: 5/10. The skill documentation is clear, provides specific usage examples, and defines clear boundaries for when to use the tool versus other available skills.
What does the skill file contain?
# firecrawl scrape Scrape one or more URLs. Returns clean, LLM-optimized markdown. Multiple URLs are scraped concurrently. ## When to use - You have a specific URL and want its content - The page is static or JS-rendered (SPA) - Step 2 in the [workflow escalation pattern](firecrawl-cli): search → **scrape** → map → crawl → interact ## Quick start ```bash # Basic markdown extraction firecrawl scrape "<url>" -o .firecrawl/page.md # Main content only, no nav/footer firecrawl scrape "<url>" --only-main-content -o .firecrawl/page.md # Wait for JS to render, then scrape firecrawl scrape "<url...
Frequently asked questions
Does this skill handle JavaScript-rendered pages?
Yes, the skill supports scraping static and JavaScript-rendered pages, with an optional --wait-for flag to allow rendering time.
Can I scrape multiple URLs at once?
Yes, the skill supports concurrent scraping when multiple URLs are provided.
How do I extract only the main content of a page?
Use the --only-main-content flag to strip navigation, footers, and sidebars from the output.
What is the difference between scraping and using the --query option?
Scraping saves content to a file for full analysis, while --query provides a targeted answer from the page content at an additional credit cost.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
agent-browser
506.7KAI agents and developers requiring programmatic web interaction, exploratory testing, or automation of Electron desktop applications
The agent-browser CLI provides browser automation for AI agents using Chrome or Chromium via CDP. It supports page navigation, form interaction, data extraction, and testing. The tool utilizes accessibility-tree snapshots and element references for interaction.
image-to-video
355.0KDevelopers and users who need to automate video generation from images using the RunComfy platform
The image-to-video skill routes user requests to specific RunComfy animation models based on intent. It selects HappyHorse 1.0 I2V for general animation, Wan 2.7 for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal composition. The skill executes the RunComfy CLI to process inputs and download generated video files.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.