firecrawl-interact
๐ฏSkillfrom firecrawl/cli
Teaches agents the `firecrawl interact` command โ scrape a page, then drive it in a live browser session using natural language (`interact "Click the pricing tab"`) or Playwright code (Node/Python) with profile persistence.
Overview
A CLI skill that teaches AI coding agents the firecrawl interact command for driving live browser sessions after scraping a page. Agents can issue natural-language instructions like interact "Click the pricing tab" or run Playwright code (Node/Python) with persistent browser profiles. Part of the Firecrawl CLI suite that also includes search, scrape, crawl, map, and agent job commands.
Key Features
- Natural Language Browser Control: Agents can interact with web pages using plain English commands, with Firecrawl translating them into actual browser actions
- Playwright Code Execution: Supports running Node.js or Python Playwright scripts for complex multi-step interactions, with profile persistence across sessions
- One-Command Setup:
npx -y firecrawl-cli@latest init -y --browserinstalls the CLI globally, authenticates via browser, and adds skills to all detected AI coding editors automatically - Self-Hosted Support: Works with local Firecrawl instances via
--api-urlfor development and on-premise deployments without requiring a cloud API key
Who is this for?
- Developers who need their AI agents to interact with live websites during coding sessions, filling forms, clicking buttons, or extracting dynamic content
- Teams building automation workflows that combine web scraping with browser interaction in a single CLI tool
- Engineers working with self-hosted Firecrawl deployments who want agent-driven browser automation alongside scraping capabilities
Same repository
firecrawl/cli(9 items)
Installation
npx vibeindex add firecrawl/cli --skill firecrawl-interactnpx skills add firecrawl/cli --skill firecrawl-interact~/.claude/skills/firecrawl-interact/SKILL.mdSKILL.md
More from this repository8
CLI for Firecrawl that enables web searching, scraping, crawling, and interactive browsing directly from the terminal, with built-in skills and workflows for AI coding agents like Claude Code and Cursor.
A Firecrawl CLI skill that enables AI agents to interact with scraped web pages in a live browser session using natural language or Playwright code, with support for persistent profiles and authenticated sessions.
Command-line interface for Firecrawl that lets you scrape, crawl, and extract data from any website directly from the terminal, with support for self-hosted instances and OAuth/API key authentication.
Plugin
CLI and Agent Skill for Firecrawl - Add scrape, search, and browsing capabilities to your AI agents
Skill
Skill
Skill