一键导入
firecrawl
Specialized skill for crawling and scraping websites to convert them to LLM-ready clean markdown or structured data using Firecrawl API and CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Specialized skill for crawling and scraping websites to convert them to LLM-ready clean markdown or structured data using Firecrawl API and CLI.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Agent-to-User Interface (A2UI) protocol implementation and client renderer scaffolding.
Infrastructure automation, configuration management, and application deployment orchestration using Ansible.
Create and manage unicode braille animations and spinners for CLIs and web apps. Use this skill when the user wants to add loading indicators, progress animations, or custom braille-based art to their terminal or browser-based application.
Agent harness for headlessly deploying Code Scaffold assets.
High-performance code intelligence MCP server. Indexes codebases into a persistent knowledge graph — average repo in milliseconds.
Comprehensive cybersecurity arsenal integrating MITRE and NIST framework methodologies, NVIDIA SkillSpector vulnerability scanning, and deep SAST secret detection.
| name | firecrawl |
| description | Specialized skill for crawling and scraping websites to convert them to LLM-ready clean markdown or structured data using Firecrawl API and CLI. |
When the user asks to crawl, scrape, extract, or parse web pages into markdown or structured JSON using Firecrawl, follow these instructions exactly:
Verify Firecrawl Credentials
FIRECRAWL_API_KEY in the local .env or .env.local files.Scaffold Firecrawl Client Utility
src/utils/scrape.ts or src/utils/scrape.js).@mendable/firecrawl-js library (or equivalent HTTP request wrappers if Node.js is not used).scrapeUrl(url, formats): Converts a single page to markdown or HTML.crawlUrl(url, limit, allowBackwardCrawling): Initiates a deep crawl of sub-urls.extractStructuredData(url, schema): Scrapes a page and coerces it into a structured schema using LLM extraction.CLI Integration
npx firecrawl <command> (e.g. npx firecrawl scrape https://example.com).Robust Error Handling