From Firecrawl
Integrates Firecrawl interact actions (clicks, form fills, pagination) for dynamic pages where plain scraping is insufficient. Activates when multi-step browser workflows are needed.
How this skill is triggered — by the user, by Claude, or both
Slash command
/firecrawl:firecrawl-build-interactThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this when `/scrape` is not enough because the feature needs to act on the page.
Use this when /scrape is not enough because the feature needs to act on the page.
/scrape, then escalate to /interact./interact scoped to the smallest browser workflow that unlocks the data./interact is the right tool when the page must be manipulated, not just read.Read the source-of-truth page for your project language before writing integration code:
npx claudepluginhub firecrawl/skills --plugin firecrawlControls a live browser session to click, fill forms, navigate, and extract data via natural language or code. Use when scraping fails due to JS interaction, or for login, forms, pagination.
Automates browser tasks like form filling, data extraction, and multi-step web workflows using Yutori Navigator agent. Useful for website interactions requiring clicking, typing, or navigation.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.