这是Firecrawl的命令行工具,让你直接在终端里搜索、抓取网页、交互、爬取、映射和运行代理任务。安装很简单,一条命令就能搞定全局安装、认证和给所有检测到的编码编辑器添加技能。有个y参数可以非交互式运行,还能自动打开浏览器完成Firecrawl认证,技能默认装到所有AI编码代理里。如果你用Claude Code这类工具,也可以手动装技能,默认全局安装,但可以用agent参数指定只装到某个编辑器。适合喜欢在命令行工作、需要快速抓取网页数据或跑自动化任务的开发者,特别是那些用AI编程助手的人,装好后就能直接在对话里调用Firecrawl的功能。
查看英文原文
🔥 Firecrawl CLI Command line interface for Firecrawl. Search, scrape, interact, crawl, map, and run agent jobs directly from your terminal. Installation [安装/使用命令见下方] Or set up everything in one command (install CLI globally, authenticate, and add skills across all detected coding editors): [安装/使用命令见下方] y runs setup non interactively browser opens the browser for Firecrawl authentication automatically skills install globally to every detected AI coding agent by default Setup Skills, Workflows, and MCP If you are using an AI coding agent like Claude Code, you can also install the skills manually: [安装/使用命令见下方] These install globally across all detected coding editors by default. Use agent to scope either command to one editor. Scope setup to a single harness By default skills route to every detected harness. To install and route to only one harness in a single command: [安装/使用命令见下方] Any args after bash s are forwarded to firecrawl init , so you can add things like skip auth for a skills only, no login setup. When you run firecrawl init interactively without agent , it shows a checkbox of your detected harnesses (all selected by default) so you can pick a subset. Harness agent value Claude Code claude code Codex codex Cursor cursor Windsurf windsurf OpenCode opencode OpenClaw openclaw OpenHands openhands Hermes Agent hermes agent Agent skills The init command installs all Firecrawl agent skill segments into AI coding agents (Cursor, Claude Code, Windsurf, etc.): CLI skills — teach agents how to use the Firecrawl CLI for live web work (search, scrape, interact, map, crawl, agent) Build skills — teach agents how to integrate Firecrawl into application code (choose endpoints, wire SDKs, set up API keys) Workflow skills — teach agents how to produce Firecrawl powered deliverables such as research briefs, SEO audits, QA reports, lead lists, knowledge bases, and design system extraction To reinstall skills manually: [安装/使用命令见下方] To install the Firecrawl MCP server into your ed