seo-firecrawl
Installation
SKILL.md
Example output: examples/seo-firecrawl-stripe-com-20260514/scrape/FIRECRAWL.md
Firecrawl Orchestrator
A direct interface to Firecrawl MCP for tasks that fall outside the data-driven SE Ranking skills. Use when:
- You need raw HTML,
<head>metadata, JSON-LD, or post-JS DOM that WebFetch's markdown conversion strips. - You need a list of all URLs on a domain without pulling each one.
- You need to crawl a site and audit each page's metadata.
- You need to search within a known domain.
- A higher-level skill (
seo-page,seo-schema,seo-content-audit, etc.) called you as a sub-step.
Prerequisites
- Required: the
firecrawl-mcpMCP server. Ifmcp__firecrawl-mcp__firecrawl_scrapeis unavailable, abort with the install command —bash extensions/firecrawl/install.shfrom this plugin repo, plus the firecrawl.dev signup URL (free tier 500 credits/month). Don't attempt fallbacks; this skill exists for the cases WebFetch can't cover. - User provides: a target URL or domain, plus optionally a mode (
scrape/map/crawl/search). If mode unspecified, infer from input shape (single URL →scrape, single domain →map).