firecrawl-scrape

Firecrawl Scrape Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "firecrawl-scrape" with this command: npx skills add parcadei/continuous-claude-v3/parcadei-continuous-claude-v3-firecrawl-scrape

Firecrawl Scrape Skill

When to Use

  • Scrape content from any URL

  • Extract structured data from web pages

  • Search the web and get content

Instructions

uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py
--url "https://example.com"
--format "markdown"

Parameters

  • --url : URL to scrape

  • --format : Output format - markdown , html , text (default: markdown)

  • --search : (alternative) Search query instead of direct URL

Examples

Scrape a page

uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py
--url "https://docs.python.org/3/library/asyncio.html"

Search and scrape

uv run python -m runtime.harness scripts/mcp/firecrawl_scrape.py
--search "Python asyncio best practices 2024"

MCP Server Required

Requires firecrawl server in mcp_config.json with FIRECRAWL_API_KEY.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

discovery-interview

No summary provided by upstream source.

Repository SourceNeeds Review
General

math

No summary provided by upstream source.

Repository SourceNeeds Review
General

explore

No summary provided by upstream source.

Repository SourceNeeds Review