firecrawl-read

Fetch public web pages as markdown through the Firecrawl CLI on a cloud computer.

Updated Sep 11, 2026
One-click install
npx skills add https://github.com/JYeswak/grok_bot_playground --skill firecrawl-read-jyeswak
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: firecrawl-read
Source: https://github.com/JYeswak/grok_bot_playground/tree/main/plugin/skills/firecrawl-read
Command: npx skills add https://github.com/JYeswak/grok_bot_playground --skill firecrawl-read-jyeswak

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Reading public web pages that plain curl cannot render requires a scraping tool, but it is easy to misuse one by attempting logins, pasting API keys, or re-installing CLIs. This Skill defines a safe, authenticated, read-only path for turning one public URL or search query into dated markdown with a written receipt. ## Core Features & Use Cases - Authenticated status probe first: Runs firecrawl --status before any scrape and refuses to proceed if the CLI is unauthenticated, deferring re-login to a human. - Single read operation: Performs one firecrawl scrape (or search/map) per request, never crawling, interacting, or filling forms. - Receipt writing: Saves a dated receipt under /workspace/gb-proof/ quoting the URL, time, and a short excerpt for auditability. - Use Case: You need the markdown content of a public documentation page that curl cannot render. The Skill checks CLI authentication, scrapes the page once, and writes a receipt with the excerpt. ## Quick Start Use the firecrawl-read skill to scrape this public URL and save a dated markdown receipt under /workspace.

Frequently Asked Questions about firecrawl-read

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scrape a public web page to markdown with Firecrawl?▼

Run firecrawl --status to confirm the CLI is authenticated, then run firecrawl scrape <url> once to get markdown output. Write a dated receipt under /workspace quoting the URL, time, and a short excerpt.

When should I use Firecrawl instead of curl for fetching pages?▼

Use Firecrawl when a public page cannot be rendered by curl, since it returns structured markdown. The preferred order is firecrawl, then a browser plugin, then an agent browser, with curl as the fallback.

Can Firecrawl scrape pages behind a login or paywall?▼

No. This workflow is read-only for public pages and stops at any login wall, paywall, or CAPTCHA. It never runs interact commands, fills forms, or crawls behind authentication.

What happens if the Firecrawl CLI is not authenticated?▼

The run stops and is marked refused. A human must complete firecrawl login --browser on the machine directly; the skill never pastes API keys or performs login itself.

Does Firecrawl scraping require MCP tools to be installed?▼

No. MCP firecrawl tools are optional; the CLI path works without them. If MCP scrape, search, or map tools appear later they are preferred, but an empty MCP list is not a failure.