npx skills add ...
npx skills add firecrawl/skills --skill firecrawl-build-interact
npx skills add firecrawl/skills --skill firecrawl-build-interact
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.
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: