Firecrawl CLI
Skill AktivExtract clean markdown from any URL, including JavaScript-rendered SPAs. Use this skill whenever the user provides a URL and wants its content, says "scrape", "grab", "fetch", "pull", "get the page", "extract from this URL", or "read this webpage". Handles JS-rendered pages, multiple concurrent URLs, and returns LLM-optimized markdown. Use this instead of WebFetch for any webpage content extraction.
To provide a versatile command-line tool for extracting and interacting with web content, especially for developers and automated workflows.
Funktionen
- Extract clean markdown from any URL
- Handle JavaScript-rendered SPAs
- Perform concurrent URL scraping
- Search the web and scrape results
- Crawl entire websites
- Interact with scraped pages via prompts or code
- Run AI agent tasks for autonomous data extraction
Anwendungsfälle
- Extracting article content from blog posts for summarization or analysis.
- Scraping product details and prices from e-commerce sites.
- Gathering research data from multiple web pages concurrently.
- Automating website audits or content discovery.
Nicht-Ziele
- Replacing browser functionality for end-users.
- Performing real-time interaction beyond controlled sessions.
- Executing arbitrary code on remote servers (beyond user-provided scripts in isolated contexts).
Workflow
- Define the task (e.g., scrape a URL, search for information).
- Invoke the appropriate Firecrawl CLI command with relevant options.
- Process the output (e.g., save to file, pipe to another command, analyze JSON).
- For complex tasks, use the agent or interact commands for guided or autonomous web interaction.
Voraussetzungen
- Node.js and npm installed
- A Firecrawl API key (optional for self-hosted instances)
Trust
- warning:Issues AttentionIn the last 90 days, 4 issues were opened and 1 was closed, indicating a low closure rate and potentially slow maintainer response.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add firecrawl/cli/plugin install cli@firecrawlQualitätspunktzahl
Vertrauenssignale
Ähnliche Erweiterungen
Agent Browser
100Browser-automatisierungs-CLI für KI-Agenten. Verwenden Sie diese, wenn der Benutzer mit Websites interagieren muss, einschließlich der Navigation auf Seiten, dem Ausfüllen von Formularen, dem Klicken auf Schaltflächen, dem Aufnehmen von Screenshots, dem Extrahieren von Daten, dem Testen von Webanwendungen oder der Automatisierung beliebiger Browseraufgaben. Auslöser sind Anfragen wie "öffne eine Website", "fülle ein Formular aus", "klicke auf eine Schaltfläche", "mache einen Screenshot", "scrappe Daten von einer Seite", "teste diese Web-App", "melde dich bei einer Seite an", "automatisiere Browser-Aktionen" oder jede Aufgabe, die eine programmatische Webinteraktion erfordert.
Chatgpt Search
100Search ChatGPT and extract the full response + hydration JSON that powers the UI. Attaches to a running Chrome instance (port 9222 by default), opens ChatGPT, submits a query, waits for the streamed response, and returns structured data: messages, product cards, hydration JSON, and API calls. Use when asked to "search chatgpt", "ask chatgpt", "chatgpt search", "get chatgpt response", or "scrape chatgpt".
Website Extraction Api
100Extract typed JSON from public website pages using a schema.
Extract Supplier Catalog From Website
100Extract SKUs, product names, unit prices, availability, and minimum order quantities from a supplier catalog page.
Extract Public Registry Page
100Extract organization name, registration number, status, registration date, and officers from a public registry page.
Browser Extract
99Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model