seo-firecrawl

seo-firecrawl is a skill for Claude Code from ZachArticulateV/designer-pro-and-seo. It costs 95 tokens per session (835 once invoked), scanned A, original, MIT.

A website discovery and scraping workflow that maps pages and fetches their content. With Firecrawl connected, it can crawl multiple pages and render JavaScript; otherwise it uses the sitemap and targeted page fetching.

In plain words
What is it for?
Use it to crawl or map a site, find pages, list broken links, collect page text, or inspect JavaScript-rendered content.
Why use it?
It helps find a site's pages and content when a single page fetch is not enough, including sites whose content appears only after JavaScript runs.

Skill for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable.

Runs only inside its plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else. Install the plugin, not this.

Part of the designer-pro-and-seo plugin — 41 skills, 14 agents, 1 MCP server shipped together

Good fit Use it to crawl or map a site, find pages, list broken links, collect page text, or inspect JavaScript-rendered content.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.

Claude Code
/plugin marketplace add ZachArticulateV/designer-pro-and-seo
Claude Code
/plugin install designer-pro-and-seo

Made for: Claude Code.

Or install designer-pro-and-seo, the plugin that ships this one along with the rest of its 41 skills, 14 agents, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-firecrawl

README.md
[![agentmods](https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-firecrawl/github.svg)](https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-firecrawl)
Your own site
<a href="https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-firecrawl"><img src="https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-firecrawl/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seo-firecrawl

Your own site · 80×15
<a href="https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-firecrawl"><img src="https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-firecrawl.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 835 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00095 $0.00835
Opus 5 $0.00048 $0.00417
Sonnet 5 $0.00019 $0.00167
Haiku 4.5 $0.00010 $0.00084

Measured 12d ago against content hash 24c4482a674d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

seo-firecrawl scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/seo-firecrawl/SKILL.md · 77 lines

How it starts

The opening of the file, as written. The whole thing — 77 lines — stays where its author put it; the contents beside it link to each section on GitHub.

seo-firecrawl

Family: seo Status: Stable

Purpose

Site-level discovery and scraping. Tool-aware: with the Firecrawl MCP connected it does true multi-page crawling and JS-rendered scraping (for sites where a plain HTTP fetch returns an empty shell); without it, it builds a URL inventory from the sitemap and fetches the pages you point it at — a real, useful map on the free path.

Triggers

  • "crawl site" / "full crawl"
  • "map site" / "site structure"
  • "find all pages" / "discover pages"
  • "broken links"
  • "JS rendering" / "scrape with javascript"

Inputs

  • Starting URL (and sitemap URL if known)
  • Crawl depth / page cap (Tier 1) or the specific pages to fetch (Tier 2)
  • Output format (URL inventory | per-page markdown | broken-link list)

Steps

  1. Detect tooling. Check whether the Firecrawl MCP is exposed this session (run python3 "${CLAUDE_PLUGIN_ROOT}/scripts/workflow/capability_probe.py" — it also reports FIRECRAWL_API_KEY).
  2. Crawl path (Tier 1, if connected). Run the Firecrawl MCP crawl/map/scrape for the requested depth; return the URL inventory + per-page markdown + broken links.
  3. Built-in path (Tier 2, always available). Fetch sitemap.xml (or the given sitemap) and run python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/sitemap_tools.py" --validate to get a structured URL inventory; fetch the priority pages with WebFetch; flag fetch failures as likely broken links. State that JS-rendered-only content and large-scale crawls need Tier 1.
  4. Report which tier ran and what a full Firecrawl crawl would add.

Capability routing

This skill follows the plugin's capability-tier cascade (references/CAPABILITY-TIERS.md):

  1. Tier 1 — Firecrawl MCP. If connected, use it for multi-page crawl, JS rendering, and batch scrape.
  2. Tier 2 — built-in (default). Otherwise sitemap_tools.py for the URL inventory + WebFetch for targeted pages. Produces a real site map for static/server-rendered sites.
  3. Tier 4 — guided. If the site is JS-rendered and Firecrawl isn't connected, deliver the sitemap inventory and note that full rendering needs Firecrawl (or the Playwright extension for interaction-heavy pages).

Read the full file on GitHub · 77 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 77 lines · 95 tokens per session scan A 24c4482a674d

Subscribe to this mod's changes

seo-firecrawl is a skill published in the GitHub repository ZachArticulateV/designer-pro-and-seo (8 stars, last pushed 2mo ago), licensed MIT. It adds 95 tokens to every session and 835 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

lab

Instala, inicia, abre, verifica ou encerra o Cannonball 3D Lab local. Use quando o usuário invocar /lab ou pedir para abrir o laboratório 3D do Cannonball em localhost:5555.

harebeats/cannonball · 48 tokens

broken-link-checker

Scans a website to find broken links (404s, 500s). Crawls internal pages, identifies broken outbound links, and reports source pages for easy fixing. Use this when the user asks to "check for broken links", "find 404s", "audit my links", or "is my site healthy".

nowork-studio/notfair-plugin · 70 tokens

test-site

Tests a deployed, activated Power Pages site at runtime using browser-based navigation, page crawling, and API request verification via Playwright. Use when the user wants to test, verify, or smoke-test their deployed site.

microsoft/power-platform-skills · 46 tokens

preview-screens

Use when the user wants to preview generated screens in a browser without starting Metro / a simulator — for example after /create-mobile-app finishes or after /edit-app regenerates a screen.

microsoft/power-platform-skills · 41 tokens

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

qa

Browser-based QA verification. Launches a real browser, navigates the app, clicks buttons, fills forms, and tests user flows. Works as a standalone skill or as a phase end condition in campaigns. Requires Playwright (optional dependency, graceful skip if not installed).

SethGammon/Citadel · 56 tokens