firecrawl-build-interact
Firecrawl
What it does
- content appears only after clicks, typing, or navigation
- the feature needs forms, pagination, filters, or multi-step flows
- the product must stay in the same browser context after scraping
- Start with /scrape, then escalate to /interact.
- Keep /interact scoped to the smallest browser workflow that unlocks the data.
- Use persistent profiles only when the feature truly needs authenticated state across sessions.
- search forms and faceted filters
Requirements & configuration
- Use this when /scrape is not enough because the feature needs to act on the page.
- the feature needs forms, pagination, filters, or multi-step flows
- Use persistent profiles only when the feature truly needs authenticated state across sessions.
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
firecrawl-build-interact FAQ
What does the firecrawl-build-interact skill do?
Integrate Firecrawl `/interact` into product code for dynamic pages and browser actions after scraping. Use when a feature needs clicks, form fills, pagination, authentication-aware flows, or other multi-step interactions that plain `/scrape` cannot complete. content appears only after clicks, typing, or navigation the feature needs forms, pagination, filters, or multi-step flows
What does firecrawl-build-interact require?
Use this when /scrape is not enough because the feature needs to act on the page. the feature needs forms, pagination, filters, or multi-step flows Use persistent profiles only when the feature truly needs authenticated state across sessions.
How do I install firecrawl-build-interact?
Run: npx -y skills add https://github.com/firecrawl/skills --skill firecrawl-build-interact --agent claude-code — the source lives at github.com/firecrawl/skills.
Maintain firecrawl-build-interact?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/firecrawl-skills-firecrawl-build-interact?ref=badge) npx agentictools info skills/firecrawl-skills-firecrawl-build-interact The second line is the CLI lookup for this page — handy in READMEs and docs.