Scrape web pages and extract content via Firecrawl MCP
Scanned 2/12/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill firecrawl-scrape --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Firecrawl Scrape?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-firecrawl-scrape)More formats (shields.io, HTML) on the badges page.
---
name: firecrawl-scrape
description: Scrape web pages and extract content via Firecrawl MCP
allowed-tools: [Bash, Read]
---
# Firecrawl Scrape Skill
## When to Use
- Scrape content from any URL
- Extract structured data from web pages
- Search the web and get content
## Instructions
```bash
uv run python -m runtime.harness scripts/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
```bash
# Scrape a page
uv run python -m runtime.harness scripts/firecrawl_scrape.py \
--url "https://docs.python.org/3/library/asyncio.html"
# Search and scrape
uv run python -m runtime.harness scripts/firecrawl_scrape.py \
--search "Python asyncio best practices 2024"
```
## MCP Server Required
Requires `firecrawl` server in mcp_config.json with FIRECRAWL_API_KEY.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...