AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Tool Firecrawl

skill-b2bforce-b2bforce-tool-firecrawl · by b2bforce

>-

No reviews yet
0 installs
8 views
0.0% view→install

Install

$ agentstack add skill-b2bforce-b2bforce-tool-firecrawl

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-b2bforce-b2bforce-tool-firecrawl)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Tool Firecrawl? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Tool: Firecrawl

Thin wrapper for the Firecrawl API — turn a URL into clean markdown, or discover a site's URLs. Other skills call this instead of re-describing the API.

Requirements

  • curl
  • jq
  • .env credentials listed below

Auth

.env:

FIRECRAWL_API_KEY=fc-...

Header: Authorization: Bearer $FIRECRAWL_API_KEY. Base: https://api.firecrawl.dev/v1.

Endpoints

| Action | Endpoint | Use | |--------|----------|-----| | Scrape | POST /scrape | One URL → markdown/html | | Map | POST /map | Discover URLs on a domain (sitemap-like) |

Scripts

# Scrape one URL to markdown (prints markdown to stdout)
bash .agents/skills/tool-firecrawl/scripts/scrape.sh https://example.com

# Map a site's URLs (prints JSON array of links)
bash .agents/skills/tool-firecrawl/scripts/map.sh https://example.com

Request shape (scrape)

{ "url": "https://example.com", "formats": ["markdown"], "onlyMainContent": true }

Rules

  1. Key comes from .env only — never inline it or ask for it in chat.
  2. Truncate very large pages (~15000 chars) before feeding to an LLM.
  3. Handle non-200 / timeouts gracefully; report and let the calling skill degrade.
  4. Respect target sites' robots and rate limits.

Used by

marketing-company-profile, marketing-service, intel-competitor-monitoring, marketing-service-page.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.