跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Firecrawl CLI

技能 活跃
属于:Firecrawl

Extract 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.

功能

  • 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

使用场景

  • 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.

非目标

  • 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).

工作流

  1. Define the task (e.g., scrape a URL, search for information).
  2. Invoke the appropriate Firecrawl CLI command with relevant options.
  3. Process the output (e.g., save to file, pipe to another command, analyze JSON).
  4. For complex tasks, use the agent or interact commands for guided or autonomous web interaction.

先决条件

  • 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.

安装

请先添加 Marketplace

/plugin marketplace add firecrawl/cli
/plugin install cli@firecrawl

质量评分

95 /100
1 day ago 分析

信任信号

最近提交2 days ago
星标383
许可证MIT
状态
查看源代码

类似扩展

Agent Browser

100

AI 代理的浏览器自动化 CLI。当用户需要与网站交互时使用,包括浏览页面、填写表单、点击按钮、截屏、提取数据、测试 Web 应用或自动化任何浏览器任务。触发条件包括请求“打开网站”、“填表”、“点击按钮”、“截屏”、“抓取页面数据”、“测试此 Web 应用”、“登录网站”、“自动化浏览器操作”或任何需要以编程方式进行 Web 交互的任务。

技能
shanraisshan

Chatgpt Search

100

Search 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".

技能
SeifBenayed

Website Extraction Api

100

Extract typed JSON from public website pages using a schema.

技能
iterationlayer

Extract Supplier Catalog From Website

100

Extract SKUs, product names, unit prices, availability, and minimum order quantities from a supplier catalog page.

技能
iterationlayer

Extract Public Registry Page

100

Extract organization name, registration number, status, registration date, and officers from a public registry page.

技能
iterationlayer

Browser Extract

99

Extract structured data via stored browser-templates or one-shot DOM queries, with mandatory AIDefence PII + prompt-injection gates before content reaches the model

技能
ruvnet