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.
/plugin marketplace add ZachArticulateV/designer-pro-and-seo/plugin install designer-pro-and-seoWrote 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.
[](https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-firecrawl)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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
- Detect tooling. Check whether the Firecrawl MCP is exposed this session
(run
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/workflow/capability_probe.py"— it also reportsFIRECRAWL_API_KEY). - 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.
- Built-in path (Tier 2, always available). Fetch
sitemap.xml(or the given sitemap) and runpython3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/sitemap_tools.py" --validateto 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. - 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):
- Tier 1 — Firecrawl MCP. If connected, use it for multi-page crawl, JS rendering, and batch scrape.
- Tier 2 — built-in (default). Otherwise
sitemap_tools.pyfor the URL inventory + WebFetch for targeted pages. Produces a real site map for static/server-rendered sites. - 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).
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.
- 12d ago First seen · 77 lines · 95 tokens per session scan A 24c4482a674d
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.
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.
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".
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.
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.
designlang-tokens
Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.
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).