.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/cli/firecrawl-scrape
home/skills/firecrawl/cli/firecrawl-scrape
firecrawl avatar

firecrawl-scrape

byfirecrawl· 131 skills

Installs

77k

Stars

539

Forks

78

Category

Browser & Automation

View on GitHub

TL;DR

Extract clean markdown from any URL, including JavaScript-rendered SPAs. Use this skill whenever the user provides a URL and wants its content, says "scrape", "grab", "fetch", "pull", "get the page", "extract from this URL", or "read this webpage". Handles JS-rendered pages, multiple concurrent URLs, and returns LLM-optimized markdown. Use this instead of WebFetch for any webpage content extraction.

How to install firecrawl-scrape?

firecrawl/cli/firecrawl-scrape
$npx -y skills add firecrawl/cli --skill firecrawl-scrape

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Use this skill

Run `npx skills use "https://github.com/firecrawl/cli" --skill "firecrawl/cli/firecrawl-scrape"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.

Use the whole pack

Use the skills in "https://github.com/firecrawl/cli" that are relevant to the current task. Run `npx skills add "https://github.com/firecrawl/cli"` and select the relevant skills, then follow their instructions.

Files · 1

View on GitHub
SKILL.md
1# firecrawl scrape
2 
3Scrape one or more URLs. Returns clean, LLM-optimized markdown. Multiple URLs are scraped concurrently.
4 
5## When to use
6 
7- You have a specific URL and want its content
8- The page is static or JS-rendered (SPA)
9- Step 2 in the [workflow escalation pattern](firecrawl-cli): search → **scrape** → map → crawl → interact
10 
11## Quick start
12 
13```bash
14# Basic markdown extraction
15firecrawl scrape "<url>" -o .firecrawl/page.md
16 
17# Main content only, no nav/footer
18firecrawl scrape "<url>" --only-main-content -o .firecrawl/page.md
19 
20# Wait for JS to render, then scrape
21firecrawl scrape "<url>" --wait-for 3000 -o .firecrawl/page.md
22 
23# Multiple URLs (each saved to .firecrawl/)
24firecrawl scrape https://example.com https://example.com/blog https://example.com/docs
25 
26# Get markdown and links together
27firecrawl scrape "<url>" --format markdown,links -o .firecrawl/page.json
28 
29# Ask a question about the page
30firecrawl scrape "https://example.com/pricing" --query "What is the enterprise plan price?"
31```
32 
33## Options
34 
35| Option | Description |
36| ------------------------ | ---------------------------------------------------------------- |
37| `-f, --format <formats>` | Output formats: markdown, html, rawHtml, links, screenshot, json |
38| `-Q, --query <prompt>` | Ask a question about the page content (5 credits) |
39| `-H` | Include HTTP headers in output |
40| `--only-main-content` | Strip nav, footer, sidebar — main content only |
41| `--wait-for <ms>` | Wait for JS rendering before scraping |
42| `--include-tags <tags>` | Only include these HTML tags |
43| `--exclude-tags <tags>` | Exclude these HTML tags |
44| `--redact-pii` | Redact personally identifiable information from output |
45| `-o, --output <path>` | Output file path |
46 
47## Tips
48 
49- **Prefer plain scrape over `--query`.** Scrape to a file, then use `grep`, `head`, or read the markdown directly — you can search and reason over the full content yourself. Use `--query` only when you want a single targeted answer without saving the page (costs 5 extra credits).
50- **Try scrape before interact.** Scrape handles static pages and JS-rendered SPAs. Only escalate to `interact` when you need interaction (clicks, form fills, pagination).
51- Multiple URLs are scraped concurrently — check `firecrawl --status` for your concurrency limit.
52- Single format outputs raw content. Multiple formats (e.g., `--format markdown,links`) output JSON.
53- Always quote URLs — shell interprets `?` and `&` as special characters.
54- Naming convention: `.firecrawl/{site}-{path}.md`
55 
56## See also
57 
58- [firecrawl-search](../firecrawl-search/SKILL.md) — find pages when you don't have a URL
59- [firecrawl-interact](../firecrawl-interact/SKILL.md) — when scrape can't get the content, use `interact` to click, fill forms, etc.
60- [firecrawl-download](../firecrawl-download/SKILL.md) — bulk download an entire site to local files

Security

Review

  • Gen Agent Trust Hubpass
  • Socketpass
  • Snykwarn
  • Runlayerpass
  • ZeroLeakspass

Preview

firecrawl/clifirecrawl/cli

$ npx -y skills add firecrawl/cli --skill firecrawl-scrape

▸ installing to .claude/skills…

✓ firecrawl-scrape ready

Repofirecrawl/cli
TypeSkills
CategoryBrowser & Automation
ForDeveloperResearcherAnalyst
UpdatedJul 2026
License—
First seenJul 26, 2026

Tags

Skill

Related

6 picks
Type
  1. vercel-labs avataragent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…SkillsJul 2026591k39k
  2. scrapegraphai avatarjust-scrapeSearch, scrape, crawl, extract structured data, and monitor web pages via the ScrapeGraph AI CLI.SkillsJul 2026245k38
  3. browser-act avatarbrowser-actBrowser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first.SkillsJul 2026107k4.8k
  4. microsoft avatarplaywright-cliAutomate browser interactions, test web pages and work with Playwright tests.SkillsJul 2026102k12k
  5. browser-use avatarbrowser-useDirect browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.SkillsJul 202688k107k
  6. browser-act avatarbrowser-act-skill-forgeForges reusable Skill packages (SKILL.md + scripts) from website exploration via browser-act — no re-exploration later.SkillsJul 202685k4.8k