Domains
Forms
- SKILL.md100.0%
Domains
Forms
Mechanism
Breaks down how the skill works and what it produces, so you can quickly judge whether it fits your scenario and value.
When a product feature needs browser actions (clicks, form fills, pagination, auth flows) that plain /scrape cannot handle, after initial scraping.
/scrape to /interact only when page manipulation is required.Integration code using Firecrawl /interact for dynamic pages, enabling multi-step browser actions inside the app.
Use Cases
A SaaS dashboard shows data only after login and pagination. The developer uses this skill to integrate `/interact` with persistent auth profile, automating login and page navigation in code. It solves inaccessible authenticated data and brings reliable in-app extraction without manual browser use.
An e-commerce app needs prices behind faceted filters and search forms. Using this skill, the team adds `/interact` flows to apply filters and submit searches before scraping. It resolves dynamic content gaps and delivers complete product data to the app via coded browser actions.
Skill Relationships
Dependency relationships read as "the upper tier points to the lower tier." The current Skill sits in the middle tier — above are Skills that depend on it, below are Skills it depends on.
Tier 1 · These Skills Use Me
Tier 2 · Current Skill
Tier 3 · I Use These Skills
Browse this skill's relationships within its skillset. Click a node to switch the side panel; use the search box to jump to any skill.
Skill File