firecrawl/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.
npx skills add https://github.com/firecrawl/skills --skill firecrawl-build-interact
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:
Take firecrawl/firecrawl-build-interact from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.