Install
Quick install
npx skills add https://github.com/firecrawl/firecrawl-cli/tree/HEAD/skills/firecrawl-agentnpx skills add firecrawl/firecrawl-cli --skill firecrawl-agent --agent claude-codenpx skills add firecrawl/firecrawl-cli --skill firecrawl-agent --agent cursornpx skills add firecrawl/firecrawl-cli --skill firecrawl-agent --agent codexnpx skills add firecrawl/firecrawl-cli --skill firecrawl-agent --agent opencodenpx skills add firecrawl/firecrawl-cli --skill firecrawl-agent --agent github-copilotnpx skills add firecrawl/firecrawl-cli --skill firecrawl-agent --agent windsurfMore install options
Shorthand — useful for multi-skill repos:
npx skills add firecrawl/firecrawl-cli --skill firecrawl-agentManual — clone the repo and drop the folder into your agent's skills directory:
git clone https://github.com/firecrawl/firecrawl-cli.gitcp -r firecrawl-cli/skills/firecrawl-agent ~/.claude/skills/firecrawl-agent
AI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes).
firecrawl-agentby firecrawl
AI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes).npx skills add https://github.com/firecrawl/firecrawl-cli --skill firecrawl-agentDownload ZIPGitHub
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
`# 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":"number"}}}' --wait -o .firecrawl/products.json
# Focus on specific pages
firecrawl agent "get feature list" --urls "<url>" --wait -o .firecrawl/features.json
`
Options
OptionDescription--urls <urls>Starting URLs for the agent--model <model>Model to use: spark-1-mini or spark-1-pro--schema <json>JSON schema for structured output--schema-file <path>Path to JSON schema file--max-credits <n>Credit limit for this agent run--waitWait for agent to complete--prettyPretty print JSON output-o, --output <path>Output file path
Tips
- Always use
--waitto get results inline. Without it, returns a job ID.
- Use
--schemafor predictable, structured output — otherwise the agent returns freeform data.
- Agent runs consume more credits than simple scrapes. Use
--max-creditsto cap spending.
- For simple single-page extraction, prefer
scrape— it's faster and cheaper.
See also
- firecrawl-scrape — simpler single-page extraction
- firecrawl-interact — scrape + interact for manual page interaction (more control)
- firecrawl-crawl — bulk extraction without AI
More skills from firecrawl
oracleby firecrawlBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).ordercliby firecrawlFoodora-only CLI for checking past orders and active order status (Deliveroo WIP).peekabooby firecrawlCapture and automate macOS UI with the Peekaboo CLI.sagby firecrawlElevenLabs text-to-speech with mac-style say UX.session-logsby firecrawlSearch and analyze your own session logs (older/parent conversations) using jq.sherpa-onnx-ttsby firecrawlLocal text-to-speech via sherpa-onnx (offline, no cloud)sentryby firecrawlsentry — an installable skill for AI agents, published by firecrawl/skills.wordpress-routerby firecrawlUse when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo…---
Source: https://github.com/firecrawl/firecrawl-cli/tree/HEAD/skills/firecrawl-agent
Author: firecrawl
Discovered via: mcpservers.org
SKILL.md source
---
name: firecrawl-agent
description: AI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes).
---
# firecrawl-agent
AI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes).
# firecrawl-agentby firecrawl
AI-powered autonomous extraction. The agent navigates sites and extracts structured data (takes 2-5 minutes).
`npx skills add https://github.com/firecrawl/firecrawl-cli --skill firecrawl-agent`Download ZIPGitHub
## 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
```
`# 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":"number"}}}' --wait -o .firecrawl/products.json
# Focus on specific pages
firecrawl agent "get feature list" --urls "<url>" --wait -o .firecrawl/features.json
`
```
## Options
OptionDescription`--urls <urls>`Starting URLs for the agent`--model <model>`Model to use: spark-1-mini or spark-1-pro`--schema <json>`JSON schema for structured output`--schema-file <path>`Path to JSON schema file`--max-credits <n>`Credit limit for this agent run`--wait`Wait for agent to complete`--pretty`Pretty print JSON output`-o, --output <path>`Output file path
## Tips
* Always use `--wait` to get results inline. Without it, returns a job ID.
* Use `--schema` for predictable, structured output — otherwise the agent returns freeform data.
* Agent runs consume more credits than simple scrapes. Use `--max-credits` to cap spending.
* For simple single-page extraction, prefer `scrape` — it's faster and cheaper.
## See also
* firecrawl-scrape — simpler single-page extraction
* firecrawl-interact — scrape + interact for manual page interaction (more control)
* firecrawl-crawl — bulk extraction without AI
## More skills from firecrawl
oracleby firecrawlBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).ordercliby firecrawlFoodora-only CLI for checking past orders and active order status (Deliveroo WIP).peekabooby firecrawlCapture and automate macOS UI with the Peekaboo CLI.sagby firecrawlElevenLabs text-to-speech with mac-style say UX.session-logsby firecrawlSearch and analyze your own session logs (older/parent conversations) using jq.sherpa-onnx-ttsby firecrawlLocal text-to-speech via sherpa-onnx (offline, no cloud)sentryby firecrawlsentry — an installable skill for AI agents, published by firecrawl/skills.wordpress-routerby firecrawlUse when the user asks about WordPress codebases (plugins, themes, block themes, Gutenberg blocks, WP core checkouts) and you need to quickly classify the repo…
---
**Source**: https://github.com/firecrawl/firecrawl-cli/tree/HEAD/skills/firecrawl-agent
**Author**: firecrawl
**Discovered via**: mcpservers.org
Related skills 6
running-claude-code-via-litellm-copilot
Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.
skills-cli
Use when users ask to discover, install, list, check, update, remove, back up, restore, sync, or initialize Agent Skills, mention `bunx skills`, `npx skills`, `skills.sh`, or `skills-lock.json`, ask "find a skill for X", or want help extending agent capabilities with installable skills.
repo-intake-and-plan
Narrow RigorPilot helper for README-first deep learning repo reproduction. Use when the task is specifically to scan a repository, read the README and common project files, extract documented commands, classify inference, evaluation, and training candidates, and return the smallest trustworthy reproduction plan to the main orchestrator. Do not use for environment setup, asset download, command execution, final reporting, paper lookup, or end-to-end orchestration.
image-to-video
Animate any still image on RunComfy — this skill is a smart router that matches the user's intent to the right i2v model in the RunComfy catalog. Picks HappyHorse 1.0 I2V (Arena #1, native audio, identity preservation) for general animations, Wan 2.7 with `audio_url` for custom-voiceover lip-sync, or Seedance 2.0 Pro for multi-modal animation from image + reference video + reference audio. Bundles each model's documented prompting patterns so the caller gets sharper output without burning ite...
video-edit
Edit existing video on RunComfy — this skill is a smart router that matches the user's intent to the right edit model in the RunComfy catalog. Picks Wan 2.7 Edit-Video (general restyle / background swap / packaging swap, identity + motion preservation), Kling 2.6 Pro Motion Control (transfer precise motion from a reference video to a target character), or Lucy Edit Restyle (lightweight identity-stable restyle / outfit swap). Bundles each model's documented prompting patterns so the skill gets...
nano-banana-2
Generate images with Google Nano Banana 2 (Gemini-family flash-tier text-to-image) on RunComfy — bundled with the model's documented prompting patterns so the skill gets sharper output than naive prompting against the same model. Documents Nano Banana 2's strengths (rapid iteration, in-image typography rendering, predictable framing, optional web-grounded context), the resolution-tier pricing, the safety-tolerance dial, and when to route to Nano Banana Pro / GPT Image 2 / Flux 2 / Seedream in...