byfirecrawl· 131 skills
Control and interact with a live browser session on any scraped page — click buttons, fill forms, navigate flows, and extract data using natural language prompts or code. Use when the user needs to interact with a webpage beyond simple scraping: logging into a site, submitting forms, clicking through pagination, handling infinite scroll, navigating multi-step checkout or wizard flows, or when a regular scrape failed because content is behind JavaScript interaction. Also useful for authenticated scraping via profiles. Triggers on "interact", "click", "fill out the form", "log in to", "sign in", "submit", "paginated", "next page", "infinite scroll", "interact with the page", "navigate to", "open a session", or "scrape failed".
$npx -y skills add firecrawl/firecrawl-codex-plugin --skill firecrawl-interactInstalls into the current project.
Run `npx skills use "https://github.com/firecrawl/firecrawl-codex-plugin" --skill "firecrawl/firecrawl-codex-plugin/firecrawl-interact"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/firecrawl/firecrawl-codex-plugin" that are relevant to the current task. Run `npx skills add "https://github.com/firecrawl/firecrawl-codex-plugin"` and select the relevant skills, then follow their instructions.