๐ŸŽฏ

firecrawl-interact

๐ŸŽฏSkill

from firecrawl/cli

VibeIndex|
What it does
|

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 --browser installs 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-url for 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)

firecrawl-interact

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add firecrawl/cli --skill firecrawl-interact
skills.sh Installโš  Installs to .agents/skills/
npx skills add firecrawl/cli --skill firecrawl-interact
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/firecrawl-interact/SKILL.md

SKILL.md

59,604Installs
-
AddedApr 12, 2026