Extract clean markdown from any URL, including JavaScript-rendered single-page applications.
Works with
Handles both static pages and JS-rendered SPAs with configurable wait times for rendering
Supports multiple concurrent URL scraping with output format options including markdown, HTML, links, and screenshots
Includes content filtering options like main-content-only mode to strip navigation and footers, plus tag inclusion/exclusion
Optional inline question answering via --query flag for tar
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionfirecrawl-scrapeExecute the skills CLI command in your project's root directory to begin installation:
Fetches firecrawl-scrape from firecrawl/cli and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate firecrawl-scrape. Access via /firecrawl-scrape in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Create detailed user stories, acceptance criteria, and feature specs
Example
Generate user stories for 'password reset feature' with acceptance criteria, edge cases, and test scenarios
Reduce spec writing time by 50%, ensure comprehensive coverage
Research competitors, compare features, identify gaps
Example
Analyze 5 competitor products, create feature comparison matrix, suggest differentiation opportunities
Complete competitive research in 2 hours instead of 2 days
Evaluate features using frameworks (RICE, ICE, Kano) and create prioritized backlogs
Example
Score 20 feature ideas using RICE framework, generate prioritized roadmap with rationale
0
total installs
0
this week
256
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
256
stars
Scrape one or more URLs. Returns clean, LLM-optimized markdown. Multiple URLs are scraped concurrently.
# 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>" --wait-for 3000 -o .firecrawl/page.md
# Multiple URLs (each saved to .firecrawl/)
firecrawl scrape https://example.com https://example.com/blog https://example.com/docs
# Get markdown and links together
firecrawl scrape "<url>" --format markdown,links -o .firecrawl/page.json
# Ask a question about the page
firecrawl scrape "https://example.com/pricing" --query "What is the enterprise plan price?"
| Option | Description |
|---|---|
-f, --format <formats> |
Output formats: markdown, html, rawHtml, links, screenshot, json |
-Q, --query <prompt> |
Ask a question about the page content (5 credits) |
-H |
Include HTTP headers in output |
--only-main-content |
Strip nav, footer, sidebar — main content only |
--wait-for <ms> |
Wait for JS rendering before scraping |
--include-tags <tags> |
Only include these HTML tags |
--exclude-tags <tags> |
Exclude these HTML tags |
-o, --output <path> |
Output file path |
--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).interact when you need interaction (clicks, form fills, pagination).firecrawl --status for your concurrency limit.--format markdown,links) output JSON.? and & as special characters..firecrawl/{site}-{path}.mdinteract to click, fill forms, etc.Make data-driven prioritization decisions faster
Draft PRDs, status updates, and stakeholder presentations
Example
Create executive summary of Q3 roadmap, monthly progress report, feature launch announcement
Save 3-5 hours/week on communication overhead
Prerequisites
Time Estimate
30-60 minutes to see productivity improvements
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use for user story writing, competitive research, roadmap prioritization, stakeholder communication, and PRD drafting. Best for reducing repetitive documentation and research work.
✗ Avoid when
Avoid for strategic product vision (requires deep customer empathy), pricing decisions (needs market and financial expertise), or when face-to-face customer discovery is more valuable than speed.
mattpocock/skills
parcadei/continuous-claude-v3
cursor/plugins
ailabs-393/ai-labs-claude-skills
ailabs-393/ai-labs-claude-skills
pproenca/dot-skills
firecrawl-scrape reduced setup friction for our internal harness; good balance of opinion and flexibility.
Useful defaults in firecrawl-scrape — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
Keeps context tight: firecrawl-scrape is the kind of skill you can hand to a new teammate without a long onboarding doc.
I recommend firecrawl-scrape for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
firecrawl-scrape is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.
Useful defaults in firecrawl-scrape — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
firecrawl-scrape reduced setup friction for our internal harness; good balance of opinion and flexibility.
I recommend firecrawl-scrape for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
firecrawl-scrape has been reliable in day-to-day use. Documentation quality is above average for community skills.
Solid pick for teams standardizing on skills: firecrawl-scrape is focused, and the summary matches what you get after install.
showing 1-10 of 37