一键导入
firecrawl
Scrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A tool that echoes its input for testing
Generates ASCII art from a given text
Transform data between CSV and JSON formats with filtering and column selection
Roll dice with configurable sides and count - a simple Rust example tool
LLM guide for creating, publishing, and running Enact tools
A simple Go greeting tool
| name | firecrawl |
| description | Scrape, crawl, search, and extract structured data from websites using Firecrawl API - converts web pages to LLM-ready markdown |
A powerful web scraping tool that uses the Firecrawl API to convert websites into clean, LLM-ready markdown and extract structured data.
enact env set FIRECRAWL_API_KEY <your-api-key> --secret --namespace enact
This stores your API key securely in your OS keyring (macOS Keychain, Windows Credential Manager, or Linux Secret Service).
enact run enact/firecrawl -a '{"url": "https://example.com", "action": "scrape"}'
enact run enact/firecrawl -a '{"url": "https://docs.example.com", "action": "crawl", "limit": 20}'
enact run enact/firecrawl -a '{"url": "https://example.com", "action": "map"}'
enact run enact/firecrawl -a '{"url": "latest AI developments 2024", "action": "search", "limit": 5}'
enact run enact/firecrawl -a '{"url": "https://news.ycombinator.com", "action": "extract", "prompt": "Extract the top 10 news headlines with their URLs"}'
The tool returns JSON with:
Firecrawl handles the hard parts of web scraping: