firecrawl

firecrawl is a skill for Claude Code, Codex from BjornMelin/dev-skills. It costs 34 tokens per session (2,484 once invoked), scanned A, original, no licence file.

A command-line web data tool for searching, crawling, mapping, and extracting information from websites and local documents.

In plain words
What is it for?
Use it to search or scrape websites, monitor changes, interact with pages, and parse PDF, DOCX, XLSX, or HTML files.
Why use it?
It removes much of the manual work involved in collecting structured content from pages or files.

Skill for Claude CodeCodex

Written for Claude Code and Codex: allowed-tools in frontmatter, but also agents/openai.yaml present.

Good fit Use it to search or scrape websites, monitor changes, interact with pages, and parse PDF, DOCX, XLSX, or HTML files.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bjornmelin/dev-skills/firecrawl
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add BjornMelin/dev-skills --skill firecrawl
Clone the repo
git clone --depth 1 https://github.com/BjornMelin/dev-skills

Made for: Claude Code, Codex.

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 firecrawl

README.md
[![agentmods](https://agentmods.dev/badge/skills/bjornmelin/dev-skills/firecrawl/github.svg)](https://agentmods.dev/skills/bjornmelin/dev-skills/firecrawl)
Your own site
<a href="https://agentmods.dev/skills/bjornmelin/dev-skills/firecrawl"><img src="https://agentmods.dev/badge/skills/bjornmelin/dev-skills/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 firecrawl

Your own site · 80×15
<a href="https://agentmods.dev/skills/bjornmelin/dev-skills/firecrawl"><img src="https://agentmods.dev/badge/skills/bjornmelin/dev-skills/firecrawl.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,484 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 unknown 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.00034 $0.02484
Opus 5 $0.00017 $0.01242
Sonnet 5 $0.00007 $0.00497
Haiku 4.5 $0.00003 $0.00248

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

Security

Grade A, and why

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 6d ago.

The scan reads SKILL.md. This mod also ships 3 executable files (scripts/firecrawl-cache-index.mjs, scripts/firecrawl-doctor.mjs, scripts/firecrawl-help-snapshot.mjs), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/firecrawl/SKILL.md · 255 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 6d ago Changed · -17 tokens per session e48bbe954fdb
  2. 9d ago First seen · 255 lines · 51 tokens per session scan A b6b3ba433c8e

Subscribe to this mod's changes

firecrawl is a skill published in the GitHub repository BjornMelin/dev-skills (7 stars, last pushed 4d ago), with no licence file. It adds 34 tokens to every session and 2,484 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

ai-browser-use

A business-diagnosis assistant for marketing, operations, product, and sales questions about how to approach a task.

skillsaiagent/aiskills · 71 tokens

argent-device-interact

Interact with an iOS simulator, Android emulator, or Chromium (CDP) app using argent MCP tools. Use when tapping UI elements, performing gestures, scrolling/swiping, typing text, pressing hardware buttons, launching apps, opening URLs, taking screenshots, waiting for an element to appear or disappear, or checking…

software-mansion/argent · 78 tokens

dev-pain-finder

Scrape real developer pain points for any keyword, technology, or problem space from Reddit, Hacker News, dev.to, and GitHub Discussions simultaneously — then group complaints by theme, score them by frequency and upvote weight, and return a ranked opportunity map showing where developer frustration is high and…

tinyfish-io/tinyfish-cookbook · 160 tokens

interview-prep

Generate a structured interview preparation guide for any company by scraping real candidate experiences from Glassdoor, Blind, and Reddit in real time using parallel TinyFish agents. Use this skill whenever a user mentions preparing for an interview at a specific company, wants to know what a company's interview…

tinyfish-io/tinyfish-cookbook · 141 tokens

run-dashboard-e2e-local-changes

Run Playwright E2E (tests/e2e/) against the docker/ all-in-one harness so it reflects LOCAL code changes, not a stale cached image.

BlackBeltTechnology/pi-agent-dashboard · 42 tokens

test-engineer

Automated E2E testing with Playwright including the auto-fix loop — generate test cases from the UI, run them, fix failures and re-run until passing, then produce a human-readable report. Test until it passes, not just test and report. Drives /toh-test; use whenever tests must be written, run, or made green.

wasintoh/toh-framework · 75 tokens