Skills firecrawl-agent
๐Ÿ“ฆ

firecrawl-agent

Content revision r1 Medium Risk โš™๏ธ External commands๐Ÿ“ Filesystem access

Extract Website Data with Firecrawl Agent

Complex websites often require multi-page navigation before data can be collected. This skill guides Claude, Codex, or Claude Code to run Firecrawl Agent and return structured website data.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 69 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "firecrawl-agent" from https://skillstore.io/skills/firecrawl-firecrawl-agent.md and its manifest at https://skillstore.io/api/skills/firecrawl-firecrawl-agent/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Agent-readable resources

Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.

Test it

Using "firecrawl-agent". Extract pricing from a SaaS pricing page.

Expected outcome:

A structured pricing summary with plan names, monthly prices, annual discounts, feature limits, and source URLs.

Using "firecrawl-agent". Get products from an ecommerce category.

Expected outcome:

A product table covering item name, price, availability, product link, and fields that could not be verified.

Using "firecrawl-agent". Collect directory entries from multiple starting pages.

Expected outcome:

A deduplicated list of directory records with organization names, categories, locations, profile links, and source pages.

Security Audit

Medium Risk
v4 โ€ข 7/5/2026 Open versioned report

The static findings are false positives caused by Markdown code fences, inline option names, and sibling documentation links. No prompt injection, credential access, or hidden data-exfiltration instructions were found in the reviewed skill file. A separate semantic concern remains because the skill allows runtime execution through npx firecrawl.

1
Files scanned
58
Lines analyzed
0
Review items
0
False positives ignored

Confirmed security concerns (1)

Medium
Runtime Package Execution via npx
The skill allows Bash permission for npx firecrawl commands. Running npx can execute package code resolved outside the reviewed skill file, which increases supply-chain and runtime command risk.
The allowed-tools block explicitly includes Bash(npx firecrawl *). This is a real execution capability, but the command prefix is limited to Firecrawl.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/firecrawl-firecrawl-agent/audits/4?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/firecrawl-firecrawl-agent/security.svg)](https://skillstore.io/skills/firecrawl-firecrawl-agent?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/firecrawl-firecrawl-agent?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/firecrawl-firecrawl-agent/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/firecrawl-firecrawl-agent.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

firecrawl. (2026). firecrawl-agent security audit report (audit version 4) [Author version unspecified]. Skillstore. https://skillstore.io/skills/firecrawl-firecrawl-agent/audits/4

BibTeX citation

@techreport{firecrawl-firecrawl-firecrawl-agent-2026, author = {firecrawl}, title = {firecrawl-agent security audit report (audit version 4)}, institution = {Skillstore}, year = {2026}, number = {4}, url = {https://skillstore.io/skills/firecrawl-firecrawl-agent/audits/4}, note = {Author version unspecified} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "firecrawl-agent security audit report (audit version 4)" version: "unspecified" type: report authors: - name: "firecrawl" date-released: "2026-07-05" url: "https://skillstore.io/skills/firecrawl-firecrawl-agent/audits/4" identifiers: - type: other value: "skillstore:firecrawl-firecrawl-agent:audit:4" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
87
Content
68
Community
83
Spec Compliance

What You Can Build

SaaS Pricing Research

Collect plan names, prices, feature limits, and source URLs from complex pricing pages.

Catalog Monitoring

Extract product names, prices, availability, and links from category pages that require navigation.

Directory Data Collection

Build structured lists of organizations, locations, categories, and profile links from public directories.

Try These Prompts

Basic Pricing Extraction
Use Firecrawl Agent to extract pricing tiers from [site URL]. Wait for completion and save the structured result under .firecrawl/pricing.json.
Product Catalog Extraction
Extract product names, prices, availability, and product URLs from [catalog URL]. Use a schema and return only verified fields.
Directory Extraction with Limits
Extract organization names, categories, locations, contact pages, and source URLs from [directory URL]. Set a credit limit of [number].
Schema File Extraction Workflow
Use my workspace schema file at [path] to extract nested plan, feature, and limitation data from [site URL]. Save results under .firecrawl.

Best Practices

  • Keep output files inside a dedicated .firecrawl directory.
  • Use schemas when you need predictable fields and easier validation.
  • Set credit limits before running broad or uncertain extractions.

Avoid

  • Do not use the agent for a single simple page when a scrape is enough.
  • Do not extract private, paywalled, or restricted data without authorization.
  • Do not pass unreviewed shell text, unsafe paths, or secret values into commands.

Frequently Asked Questions

What does this skill do?
It guides Firecrawl Agent to navigate websites and extract structured data for Claude, Codex, and Claude Code workflows.
Does it scrape pages directly inside the model?
No. It guides an approved Firecrawl CLI command, and Firecrawl performs the navigation and extraction.
When should I use it instead of simple scraping?
Use it when the target data spans multiple pages or requires the agent to discover where the data appears.
Can it use a schema?
Yes. It supports inline schemas and schema files for predictable structured output.
Where are results saved?
The examples save results under .firecrawl, and users should keep outputs in that workspace area.
What should I check before running it?
Confirm authorization for the target site, set a credit limit, and review paths before saving output.

Developer Details

Author

firecrawl

License

MIT

Skillstore revision

r1

Version notice

The author did not declare a version.

Ref

30c73eac2afe762f6aa9c4553158769369d47351

Maintenance freshness

7/18/2026

Usage

3 downloads ยท 88 views

File structure

๐Ÿ“„ SKILL.md

More from firecrawl

View all
View all