firecrawl-agent
The firecrawl-agent skill provides autonomous data extraction from websites by navigating complex sites and returning structured JSON based on user-defined schemas.
Is firecrawl-agent safe to install?
Review the source first: our audit of firecrawl-agent's source files found 3 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 using the firecrawl CLI and writes extracted data to local files.
How we audit skills: our security review methodology.
Who is this skill for?
Users who need to extract structured data from multi-page websites without manual scraping.
What can you do with it?
- Extracting pricing tiers from a website
- Pulling product listings into a JSON format
- Gathering directory entries from complex sites
- Extracting website data based on a specific JSON schema
How good is this skill?
Quality score: 9/10. The documentation is clear and provides specific command examples. The tool surface is well-defined.
What does the skill file contain?
# firecrawl agent
AI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes).
## When to use
- You need structured data from complex multi-page sites
- Manual scraping would require navigating many pages
- You want the AI to figure out where the data lives
## Quick start
```bash
# Extract structured data
firecrawl agent "extract all pricing tiers" --wait -o .firecrawl/pricing.json
# With a JSON schema for structured output
firecrawl agent "extract products" --schema '{"type":"object","properties":{"name":{"type":"string"},"price":{"type":...Frequently asked questions
How does this differ from standard scraping?
The agent navigates multi-page sites autonomously to locate data, whereas standard scraping tools typically target single pages.
Can I control the format of the output?
Yes, you can provide a JSON schema using the --schema or --schema-file options to ensure the output matches a specific structure.
What happens if I do not use the --wait flag?
The command returns a job ID instead of the extracted data.
How can I limit the cost of an agent run?
Use the --max-credits option to set a credit limit for the operation.
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.