重要前提
安装AI Skills的关键前提是:必须科学上网,且开启TUN模式,这一点至关重要,直接决定安装能否顺利完成,在此郑重提醒三遍:科学上网,科学上网,科学上网。查看完整安装教程 →
firecrawl-interact by firecrawl/cli
npx skills add https://github.com/firecrawl/cli --skill firecrawl-interact在实时浏览器会话中与已抓取的页面进行交互。首先抓取一个页面,然后使用自然语言提示或代码来点击、填写表单、导航和提取数据。
scrape 失败,因为内容隐藏在 JavaScript 交互之后search# 1. 抓取一个页面(抓取 ID 会自动保存)
firecrawl scrape "<url>"
# 2. 使用自然语言与页面交互
firecrawl interact --prompt "Click the login button"
firecrawl interact --prompt "Fill in the email field with test@example.com"
firecrawl interact --prompt "Extract the pricing table"
# 3. 或者使用代码进行精确控制
firecrawl interact --code "agent-browser click @e5" --language bash
firecrawl interact --code "agent-browser snapshot -i" --language bash
# 4. 完成后停止会话
firecrawl interact stop
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| 选项 | 描述 |
|---|
--prompt <text> | 自然语言指令(使用此选项或 --code) |
--code <code> | 在浏览器会话中执行的代码 |
--language <lang> | 代码语言:bash、python、node |
--timeout <seconds> | 执行超时时间(默认:30,最大:300) |
--scrape-id <id> | 针对特定抓取(默认:最后一次抓取) |
-o, --output <path> | 输出文件路径 |
在抓取时使用 --profile 以在多次抓取之间保持浏览器状态(cookies、localStorage):
# 会话 1:登录并保存状态
firecrawl scrape "https://app.example.com/login" --profile my-app
firecrawl interact --prompt "Fill in email with user@example.com and click login"
# 会话 2:返回时已认证
firecrawl scrape "https://app.example.com/dashboard" --profile my-app
firecrawl interact --prompt "Extract the dashboard data"
只读重新连接(不写入配置文件状态):
firecrawl scrape "https://app.example.com" --profile my-app --no-save-changes
interact 需要先前 firecrawl scrape 调用的抓取 ID--scrape-idfirecrawl interact stop 在完成后释放资源--scrape-id 与每个页面交互每周安装次数
556
代码仓库
GitHub 星标数
264
首次出现
1 天前
安全审计
安装于
github-copilot551
codex551
antigravity551
claude-code551
kimi-cli551
gemini-cli551
Interact with scraped pages in a live browser session. Scrape a page first, then use natural language prompts or code to click, fill forms, navigate, and extract data.
scrape failed because content is behind JavaScript interactionsearch instead# 1. Scrape a page (scrape ID is saved automatically)
firecrawl scrape "<url>"
# 2. Interact with the page using natural language
firecrawl interact --prompt "Click the login button"
firecrawl interact --prompt "Fill in the email field with test@example.com"
firecrawl interact --prompt "Extract the pricing table"
# 3. Or use code for precise control
firecrawl interact --code "agent-browser click @e5" --language bash
firecrawl interact --code "agent-browser snapshot -i" --language bash
# 4. Stop the session when done
firecrawl interact stop
| Option | Description |
|---|---|
--prompt <text> | Natural language instruction (use this OR --code) |
--code <code> | Code to execute in the browser session |
--language <lang> | Language for code: bash, python, node |
--timeout <seconds> | Execution timeout (default: 30, max: 300) |
--scrape-id <id> | Target a specific scrape (default: last scrape) |
-o, --output <path> |
Use --profile on the scrape to persist browser state (cookies, localStorage) across scrapes:
# Session 1: Login and save state
firecrawl scrape "https://app.example.com/login" --profile my-app
firecrawl interact --prompt "Fill in email with user@example.com and click login"
# Session 2: Come back authenticated
firecrawl scrape "https://app.example.com/dashboard" --profile my-app
firecrawl interact --prompt "Extract the dashboard data"
Read-only reconnect (no writes to profile state):
firecrawl scrape "https://app.example.com" --profile my-app --no-save-changes
interact requires a scrape ID from a previous firecrawl scrape call--scrape-id for subsequent interact callsfirecrawl interact stop to free resources when done--scrape-idWeekly Installs
556
Repository
GitHub Stars
264
First Seen
1 day ago
Security Audits
Gen Agent Trust HubPassSocketWarnSnykWarn
Installed on
github-copilot551
codex551
antigravity551
claude-code551
kimi-cli551
gemini-cli551
GitHub Actions 官方文档查询助手 - 精准解答 CI/CD 工作流问题
49,000 周安装
autoresearch:自主机器学习实验框架,AI智能体自动优化模型,提升研究效率
525 周安装
Meta Ads广告投放指南:Facebook/Instagram广告设置、受众定位与创意优化全攻略
545 周安装
Overlastic:支持React、Vue、Svelte的Promise模态框库,实现弹窗管理
525 周安装
Chrome DevTools 自动化脚本:Puppeteer 浏览器自动化与性能监控工具
529 周安装
VP/CPO转型指南:从总监到产品高管的实战顾问,应对三P框架挑战
544 周安装
Rust技能创建器 - 自动生成Rust crate和标准库文档技能工具
531 周安装
| Output file path |